multi-checks.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {% comment %}
  2. Licensed to Cloudera, Inc. under one
  3. or more contributor license agreements. See the NOTICE file
  4. distributed with this work for additional information
  5. regarding copyright ownership. Cloudera, Inc. licenses this file
  6. to you under the Apache License, Version 2.0 (the
  7. "License"); you may not use this file except in compliance
  8. with the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. {% endcomment %}
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  17. <html>
  18. <head>
  19. <title>Multi Checks</title>
  20. </head>
  21. <body>
  22. <div class="jframe_padded" data-filters="MultiChecks">
  23. <p>You should be able to hold down shift to select ranges of checkboxes below. Select one checkbox, then hold shift and click another. The boxes between the two should fill in. It shouldn't matter if you go up or down.</p>
  24. <input type="checkbox"/><br/>
  25. <input type="checkbox"/><br/>
  26. <input type="checkbox"/><br/>
  27. <input type="checkbox"/><br/>
  28. <input type="checkbox"/><br/>
  29. <input type="checkbox"/><br/>
  30. <input type="checkbox"/><br/>
  31. <input type="checkbox"/><br/>
  32. </div>
  33. </body>
  34. </html>