summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-11-03 20:05:50 +0100
committerFabio Bas <ctrlaltca@gmail.com>2013-11-26 11:42:49 +0100
commit07e86dfdf6e9d76c1fc0dd759756030aa4a7078d (patch)
tree5c181e2d01c2c6d607f4ca719ad1235c36fe9dd6
parent44844e9dfc4bfdac7ef33e941a09a1597fc50a32 (diff)
Status update
-rw-r--r--jQuery-WIP.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt
index 3e4299ff..6e9fa1c0 100644
--- a/jQuery-WIP.txt
+++ b/jQuery-WIP.txt
@@ -3,16 +3,18 @@ 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 standard controls (done)
* port features (defaultbutton, validators, ..) (started, wip)
* port Prado.Element's functions (replace, setStyle, ..) (done)
* port Effects (done)
- * port basic active controls
+ * port basic active controls (done)
* create substitutes for exotic standard controls (date picker, accordion, colorpicker, slider, ..)
* port exotic active controls (autocomplete, ...)
- * get tests running
+ * 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)
+ * 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? eg: datepicker)
+ * port demos
* document everything
@@ -20,16 +22,14 @@ DONE
Basic postback controls (TButton, TCheckBox, TLinkButton, TRadioButton, TTextBox)
TTabPanel
Validators
+Basic callback controls
TBD
accordion
-colorpicker
htmlarea/4
-*
+*picker
+drag&drop
TBD-JQUERY-UI
-clip
-explode
-transfer
-switchclass
-jui show, hide toggle?
+Effects: clip, explode, transfer, switchclass
+Methods: show, hide, toggle?