diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-02-15 13:43:36 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-02-15 13:43:36 +0100 |
commit | 062d868e75d174fa566dea0c5b98444191b6d094 (patch) | |
tree | a16e08c5adbde119e13ab4600545ca5819ac82af /demos | |
parent | c7056af3e5caa5146799f2027250de92946af3d9 (diff) |
Fix doc
Diffstat (limited to 'demos')
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/Upgrading32.page | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/Upgrading32.page b/demos/quickstart/protected/pages/GettingStarted/Upgrading32.page index 7e630488..6203e55e 100644 --- a/demos/quickstart/protected/pages/GettingStarted/Upgrading32.page +++ b/demos/quickstart/protected/pages/GettingStarted/Upgrading32.page @@ -223,7 +223,6 @@ Following is the list of deprecated controls: <tt>TAutoComplete</tt> is deprecated, use <tt>TJuiAutoComplete</tt> instead. Main changes in porting existing code using TAutoComplete to TJuiAutoComplete: <ul> <li>the <tt>Frequency</tt> property doesn't exists anymore</li> - <li>the <tt>minChars</tt> property is called <tt>minLength</tt></li> <li>only the <tt>ItemTemplate</tt> is supported for the <tt>Suggestions</tt> repeater (no HeaderTemplate, FooterTemplate, etc..)</li> <li><tt>ItemTemplate</tt> doesn't need to render the <li> tag anymore, but only the content itself</li> <li>multiple selections are not supported</li> |