Checkboxradio

Enhances standard checkbox and radio input element to themeable buttons with appropriate hover and active styles. ExamplesDefault functionalityNo IconsProduct SelectorRadio Group Examples of the markup that can be used with checkboxes and radio buttons. view source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 … Continue reading

Button

Enhances standard form elements like buttons, inputs and anchors to themeable buttons with appropriate hover and active styles. ExamplesDefault functionalityIcons Examples of the markup that can be used for buttons: A button element, an input of type submit and an anchor. Buttons can be styled via the button widget or by adding the classes yourself. … Continue reading

Autocomplete

Enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering. ExamplesDefault functionalityAccent foldingCategoriesComboboxCustom data and displayMultiple valuesMultiple, remoteRemote datasourceRemote JSONP datasourceRemote with cachingScrollable resultsXML data parsed once The Autocomplete widgets provides suggestions while you type into the field. Here the suggestions are tags for programming … Continue reading

Accordion

Displays collapsible content panels for presenting information in a limited amount of space. ExamplesDefault functionalityCollapse contentCustomize iconsFill spaceNo auto heightSortable Click headers to expand/collapse content that is broken into logical sections, much like tabs. Optionally, toggle sections open/closed on mouseover. The underlying HTML markup is a series of headers (H3 tags) and content divs so … Continue reading