diff options
Diffstat (limited to 'jQuery-WIP.txt')
-rw-r--r-- | jQuery-WIP.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt index 7adbadd2..2507092a 100644 --- a/jQuery-WIP.txt +++ b/jQuery-WIP.txt @@ -8,12 +8,12 @@ Targets: * 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, ..) - * port exotic active controls (autocomplete, ...) + * 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?) * 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?) + * implement some Jui components (maybe substitute old components with new, jquery-ui based ones?) (wip) * port demos * document everything @@ -25,9 +25,13 @@ List, Data controls *Validators Basic callback controls +WIP +TJuiAutoComplete +TJuiDraggable,TJuiDroppable + TBD Implement Ajax queue -Port Scriptaculous-based controls (accordion, drag&drop) +Port Scriptaculous-based controls (accordion, ...) Port *ratings Port inlineeditor Add JQuery-ui-Effects: clip, explode, transfer, switchclass |