You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Drop-downs

  1. Summary
    1. We use drop-down controls for switching data views and/or filtering data.
  2. Code
    <select id="foo" class="[bar]">
                            
            <option value="COMMON">COMMON</option>
                            
            <option value="COMMON">COMMON</option>
                            
           <option value="900019051-2396278920-004">PI forecast for Langer, Robert S workset</option>
                            
     </select>
    
  3. Example (in use, with an interaction, in context)
  4. Related patterns
  5. Problem (business, user, technical)
    1. In some applications, tabular data presented can be shown via alternate views based on data ranges, for instance.
  6. Solution
    1. We provide drop-down controls so users can switch views within a page without having to navigate to separate pages to see the various views.
  7. Rationale (other things we tried)
    1. This was the best solution rather than providing multiple pages and/or tabs within tabs.
  8. Accessibility
  • No labels