Difference between revisions of "Widgets"

From rbachwiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
''' 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]]===
=== [[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]]
[[#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