I'm looking to implement a button that when clicked on, is expanded into a dropdown.
Something like this:
Imagine a page with 3 buttons on it:
<List Channels> <List Movies> <Sort by Name>
When user hits "List Channels" - channel list appears below, when user hits "List Movies" - movie list appears below, when user hits "Sort by" button, a dropdown is shown with a list of choices by what the user can sort by. User selects a choice and the listing below is refreshed according to sorting, while the dropdown is closed.
Are there any examples out there for this? What should I be starting with, if nothing exists?
Thanks,
Igor Papirov