diff options
Diffstat (limited to 'jQuery-WIP.txt')
-rw-r--r-- | jQuery-WIP.txt | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt index 2507092a..f8a6a369 100644 --- a/jQuery-WIP.txt +++ b/jQuery-WIP.txt @@ -9,31 +9,27 @@ Targets: * port Effects (done) * port basic active controls (done) * 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? jQuery.noConflict(); by default?) + * 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 (maybe substitute old components with new, jquery-ui based ones?) (wip) - * port demos + * implement some Jui components (deprecate old scriptculous, create substituted based on jquery-ui) (wip) + * port demos using javascript + * add demos for new controls * document everything - DONE Basic postback controls (TButton, TCheckBox, TLinkButton, TRadioButton, TTextBox, ..) -Js-based controls (TTabPanel, TDatePicker, TColorPicker, TSlider, THtmlArea) +Js-based controls (TTabPanel, TDatePicker, TColorPicker, TSlider, THtmlArea, TAccordion, TRatingList) List, Data controls *Validators -Basic callback controls +Ajax queue +Basic callback controls (TActive*, TInPlaceTextBox) +Basic jquery-ui controls WIP TJuiAutoComplete TJuiDraggable,TJuiDroppable - -TBD -Implement Ajax queue -Port Scriptaculous-based controls (accordion, ...) -Port *ratings -Port inlineeditor Add JQuery-ui-Effects: clip, explode, transfer, switchclass Add JQuery-ui-Methods: show, hide, toggle? Add JQuery-ui-controls |