diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-10 18:57:58 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-10 18:57:58 +0100 |
commit | 12a60b062acb73bf000cbb4b03e8b45aaaf185bc (patch) | |
tree | 850e4b8e2bbf0e8933a2624422586f6849f262f7 /jQuery-WIP.txt | |
parent | 6efebec0f97a6126660901cfd639590a73ac04ff (diff) |
Fix TActiveCheckBoxList, TActiveRadioButtonList
Diffstat (limited to 'jQuery-WIP.txt')
-rw-r--r-- | jQuery-WIP.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt index 12f98f94..f8a6a369 100644 --- a/jQuery-WIP.txt +++ b/jQuery-WIP.txt @@ -9,15 +9,15 @@ Targets: * 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) + * port exotic active controls (done) + * get tests running (wip) * ensure jQuery's compatibility mode with prototype (support old third party components from users? (done) * 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 + * port demos using javascript + * add demos for new controls * document everything - DONE Basic postback controls (TButton, TCheckBox, TLinkButton, TRadioButton, TTextBox, ..) Js-based controls (TTabPanel, TDatePicker, TColorPicker, TSlider, THtmlArea, TAccordion, TRatingList) @@ -30,8 +30,6 @@ Basic jquery-ui controls WIP TJuiAutoComplete TJuiDraggable,TJuiDroppable - -TBD Add JQuery-ui-Effects: clip, explode, transfer, switchclass Add JQuery-ui-Methods: show, hide, toggle? Add JQuery-ui-controls |