summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/AutoComplete.page
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2016-03-06 19:48:47 +0100
committerFabio Bas <ctrlaltca@gmail.com>2016-03-06 19:48:47 +0100
commit2be7a27c5126855fac8d0c6f48c72066b8f87705 (patch)
tree77c10e9bb7b2f5344ac0f2f7154dfbae03594a1c /demos/quickstart/protected/pages/ActiveControls/AutoComplete.page
parentcc53959ac5ba3e786f3d6ad3403919b82c52fa42 (diff)
Add some deprecation notices
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/AutoComplete.page')
-rwxr-xr-xdemos/quickstart/protected/pages/ActiveControls/AutoComplete.page4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/AutoComplete.page b/demos/quickstart/protected/pages/ActiveControls/AutoComplete.page
index 898822a0..525904cd 100755
--- a/demos/quickstart/protected/pages/ActiveControls/AutoComplete.page
+++ b/demos/quickstart/protected/pages/ActiveControls/AutoComplete.page
@@ -3,6 +3,10 @@
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TAutoComplete" />
<p class="block-content">
+This widget is deprecated. Please use <a href="?page=JuiControls.Widgets#TJuiAutoComplete">TJuiAutoComplete</a> instead.
+</p>
+
+<p class="block-content">
<tt>TAutoComplete</tt> is an extended <tt>ActiveTextBox</tt> that provides a list of suggestions on the current partial word typed in the textbox. The suggestions are requested using callbacks. The <tt>Frequency</tt> and <tt>MinChars</tt> properties sets the delay and minimum number of characters typed, respectively, before requesting for sugggestions. An embedded <tt>TRepeater</tt> is used to Display the list of suggestions. It can be accessed and styled through the <tt>Suggestions</tt> property and its sub-properties.<p id="900022" class="block-content">
<p class="block-content">