diff options
author | David <ottodavid@gmx.net> | 2014-11-21 22:14:00 +0100 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2014-11-21 22:14:00 +0100 |
commit | 6d52f5c4461bd26c4e1dea68686d88c71a9d3e22 (patch) | |
tree | d629ca00a7d2a902d5d7e6724abda9f7bbcbcc8a /demos/quickstart/protected/pages/JuiControls/Home.page | |
parent | ac6eeca7dedbd74a60f507a8e7ec345394fb90aa (diff) |
TJuiAutoComplete multiselection + quickstart doc
implemented Separator, minChars and Frequency properties, added the related quickstart parts
Diffstat (limited to 'demos/quickstart/protected/pages/JuiControls/Home.page')
-rw-r--r-- | demos/quickstart/protected/pages/JuiControls/Home.page | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/JuiControls/Home.page b/demos/quickstart/protected/pages/JuiControls/Home.page index 2573b162..68765faa 100644 --- a/demos/quickstart/protected/pages/JuiControls/Home.page +++ b/demos/quickstart/protected/pages/JuiControls/Home.page @@ -80,6 +80,10 @@ For informations of the specific options of each interaction, follow jQuery-UI I <a href="?page=JuiControls.Widgets#TJuiProgressbar">TJuiProgressbar</a> displays a progress bar. </li> + <li> + <a href="?page=JuiControls.Widgets#TJuiAutoComplete">TJuiProgressbar</a> + provides a list of suggestions on the current partial word typed in the textbox + </li> </ul> </com:TContent> |