summaryrefslogtreecommitdiff
path: root/jQuery-WIP.txt
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-10-16 18:04:37 +0200
committerFabio Bas <ctrlaltca@gmail.com>2013-11-26 11:42:45 +0100
commit21c565b3ca9de9cc4cfc3fb2e847cc0330921c48 (patch)
treebd9d9852fa99e705d7590d87fb4dd8330772593a /jQuery-WIP.txt
parent2b11341614ac4a15be697fa8acad07055154ac54 (diff)
jquery port
Diffstat (limited to 'jQuery-WIP.txt')
-rw-r--r--jQuery-WIP.txt29
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