diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-10-16 18:04:37 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-10-16 18:04:37 +0200 |
commit | 7d1cdcd61796a437f9ec7ba776f2a69640ba513f (patch) | |
tree | e47e6fd8438d92ced6d0b426a86d19059be411b5 /jQuery-WIP.txt | |
parent | 1dbbb700f7959043ebcc23a3b7530ecb8a396b46 (diff) |
jquery port
Diffstat (limited to 'jQuery-WIP.txt')
-rw-r--r-- | jQuery-WIP.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt new file mode 100644 index 00000000..5cf6c96f --- /dev/null +++ b/jQuery-WIP.txt @@ -0,0 +1,29 @@ +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 (started, wip) + * port features (defaultbutton, validators, ..) (started, wip) + * port Prado.Element's functions (replace, setStyle, ..) + * port Effects + * create substitutes for exotic standard controls (date picker, accordion, colorpicker, slider, ..) + * port basic active controls + * port exotic active controls (autocomplete, ...) + * get tests running + * ensure jQuery's compatibility mode with prototype (support old third party components from users? jQuery.noConflict(); by default?) + * fix debug components (TJavascriptLogger) + * document everything + + +DONE + +Basic postback controls (TButton, TCheckBox, TLinkButton, TRadioButton, TTextBox) +TTabPanel +Validators + +TBD +accordion +colorpicker +htmlarea/4 +*
\ No newline at end of file |