From 21c565b3ca9de9cc4cfc3fb2e847cc0330921c48 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 16 Oct 2013 18:04:37 +0200 Subject: jquery port --- jQuery-WIP.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 jQuery-WIP.txt (limited to 'jQuery-WIP.txt') 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 -- cgit v1.2.3