diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-05 23:22:52 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-05 23:23:05 +0100 |
commit | c09ff85baefcd84e399ca7987c738a76865732ab (patch) | |
tree | e8e63f586c34db2d9dda1bf4210fcc35a76bfef7 | |
parent | 5773b5770a08fa668dd34d92aa70c8451240f5ce (diff) |
updated read me
-rw-r--r-- | jQuery-WIP.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt index 2507092a..c1726b45 100644 --- a/jQuery-WIP.txt +++ b/jQuery-WIP.txt @@ -11,29 +11,28 @@ 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? jQuery.noConflict(); by default?) + * 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) * 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) + * implement some Jui components (deprecate old scriptculous, create substituted based on jquery-ui) (wip) * port demos * 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) List, Data controls *Validators -Basic callback controls +Basic callback controls (TActive*, TInPlaceTextBox) +Badic jquery-ui controls WIP TJuiAutoComplete TJuiDraggable,TJuiDroppable TBD -Implement Ajax queue -Port Scriptaculous-based controls (accordion, ...) +Implement Ajax queue Port *ratings -Port inlineeditor Add JQuery-ui-Effects: clip, explode, transfer, switchclass Add JQuery-ui-Methods: show, hide, toggle? Add JQuery-ui-controls |