summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-11-07 15:33:02 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-11-07 15:33:02 +0100
commitc198ade3610cecd190b74d8519947ad734a0bcca (patch)
tree0cbde3220e5fa05405b5ee2d497fab7c15caa695
parentc04ad22d07868d8191ec5451cfa9c1817079a26d (diff)
Update doc
-rw-r--r--demos/quickstart/protected/pages/JuiControls/Home.page4
-rw-r--r--jQuery-WIP.txt34
2 files changed, 2 insertions, 36 deletions
diff --git a/demos/quickstart/protected/pages/JuiControls/Home.page b/demos/quickstart/protected/pages/JuiControls/Home.page
index 4bf8f7fe..7c0c065f 100644
--- a/demos/quickstart/protected/pages/JuiControls/Home.page
+++ b/demos/quickstart/protected/pages/JuiControls/Home.page
@@ -81,8 +81,8 @@ For informations of the specific options of each interaction, follow jQuery-UI I
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
+ <a href="?page=JuiControls.Widgets#TJuiAutoComplete">TJuiAutoComplete</a>
+ is a textbox that provides a list of suggestion on the current partial typed word
</li>
<li>
<a href="?page=JuiControls.Widgets#TJuiDialog">TJuiDialog</a>
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt
deleted file mode 100644
index 7e7a5056..00000000
--- a/jQuery-WIP.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Targets:
-
- * Import jQuery as a prado js package (done)
- * Basic class/inheritance support to replace prototype's Class.create (done, using lowpro)
- * Glue prado PostBack/PostbackControl/Registry to jQuery (done)
- * port standard controls (done)
- * port features (defaultbutton, validators) (done)
- * port Prado.Element's functions (replace, setStyle, ..) (done)
- * port Effects (done)
- * port basic active controls (done)
- * create substitutes for exotic standard controls (date picker, accordion, colorpicker, slider, ..) (done)
- * port exotic active controls (done)
- * get tests running (wip)
- * ensure jQuery's compatibility mode with prototype (support old third party components from users? (done)
- * fix debug components (TJavascriptLogger) (done, but maybe dropping it is a good idea)
- * implement some Jui components (deprecate old scriptculous, create substituted based on jquery-ui) (wip)
- * port demos using javascript
- * add demos for new controls (wip)
- * document everything (wip)
-
-DONE
-Basic postback controls (TButton, TCheckBox, TLinkButton, TRadioButton, TTextBox, ..)
-Js-based controls (TTabPanel, TDatePicker, TColorPicker, TSlider, THtmlArea, TAccordion, TRatingList)
-List, Data controls
-*Validators
-Ajax queue
-Basic callback controls (TActive*, TInPlaceTextBox)
-jQuery-UI interactions
-
-WIP
-TJuiAutoComplete
-Add JQuery-ui-Effects: clip, explode, transfer, switchclass
-Add JQuery-ui-Methods: show, hide, toggle?
-Add JQuery-ui-controls