summaryrefslogtreecommitdiff
path: root/jQuery-WIP.txt
blob: c1726b45a499e783ceb5bdaf02692f95e628bbfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 (done)
 * port features (defaultbutton, validators) (done)
 * 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, ..) (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? (wip, using jQuery.noConflict() we can import the old prototype + scripaculous stack)
 * fix debug components (TJavascriptLogger) (done, but maybe dropping it is a good idea)
 * implement some Jui components (deprecate old scriptculous, create substituted based on jquery-ui) (wip)
 * port demos
 * document everything


DONE
Basic postback controls (TButton, TCheckBox, TLinkButton, TRadioButton, TTextBox, ..)
Js-based controls (TTabPanel, TDatePicker, TColorPicker, TSlider, THtmlArea, TAccordion)
List, Data controls
*Validators
Basic callback controls (TActive*, TInPlaceTextBox)
Badic jquery-ui controls

WIP
TJuiAutoComplete
TJuiDraggable,TJuiDroppable

TBD
Implement Ajax queue
Port *ratings
Add JQuery-ui-Effects: clip, explode, transfer, switchclass
Add JQuery-ui-Methods: show, hide, toggle?
Add JQuery-ui-controls