diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-10 18:05:34 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-10 18:05:34 +0100 |
commit | 6efebec0f97a6126660901cfd639590a73ac04ff (patch) | |
tree | a6dd24648cd0f523a446c4f4ad0b4cf30c7539e8 /jQuery-WIP.txt | |
parent | d658070b873f2f0cf8e35ea73cfa1e39e05e6750 (diff) |
Some doc update
Diffstat (limited to 'jQuery-WIP.txt')
-rw-r--r-- | jQuery-WIP.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt index 3589b161..12f98f94 100644 --- a/jQuery-WIP.txt +++ b/jQuery-WIP.txt @@ -11,7 +11,7 @@ Targets: * create substitutes for exotic standard controls (date picker, accordion, colorpicker, slider, ..) (done) * port exotic active controls (autocomplete, ...) (wip, using jquery-ui) * get tests running (started, wip) - * ensure jQuery's compatibility mode with prototype (support old third party components from users? (wip, using jQuery.noConflict() we can import the old prototype + scripaculous stack) + * 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 @@ -20,7 +20,7 @@ Targets: DONE Basic postback controls (TButton, TCheckBox, TLinkButton, TRadioButton, TTextBox, ..) -Js-based controls (TTabPanel, TDatePicker, TColorPicker, TSlider, THtmlArea, TAccordion) +Js-based controls (TTabPanel, TDatePicker, TColorPicker, TSlider, THtmlArea, TAccordion, TRatingList) List, Data controls *Validators Ajax queue @@ -32,7 +32,6 @@ TJuiAutoComplete TJuiDraggable,TJuiDroppable TBD -Port *ratings Add JQuery-ui-Effects: clip, explode, transfer, switchclass Add JQuery-ui-Methods: show, hide, toggle? Add JQuery-ui-controls |