Difference between revisions of "Widgets"
Jump to navigation
Jump to search
(Created page with "==Autocomplete Control== ''' A text input field that contains some predefined autocomplete options which shows up when you start typing'''") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Autocomplete Control== | ==Autocomplete Control== | ||
''' A text input field that contains some predefined autocomplete options which shows up when you start typing''' | ''' A text input field that contains some predefined autocomplete options which shows up when you start typing''' | ||
=== [[autocompleteControl| Autocomplete Control Code]]=== | |||
==Accordion Control== | |||
''' In order for the accordion control to work you must have div surrounding the entire proposed accordion <br>''' | |||
'''Each Section must start with a heading tag h1 etc. followed by another tag. could be div or p whatever''' | |||
===[[accordionControl| Accordion Control Code]]=== | |||
==Tab Control== | |||
===[[tabControl| Tab Control]]=== | |||
[[#top|Back To Top]]< — >[[JQuery|Category]]< — >[[Main_Page| Home]] |
Latest revision as of 20:30, 6 January 2017
Autocomplete Control
A text input field that contains some predefined autocomplete options which shows up when you start typing
Autocomplete Control Code
Accordion Control
In order for the accordion control to work you must have div surrounding the entire proposed accordion
Each Section must start with a heading tag h1 etc. followed by another tag. could be div or p whatever
Accordion Control Code
Tab Control
Tab Control
Back To Top< — >Category< — > Home