diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-08 17:07:04 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-02-08 17:07:04 +0100 |
commit | 37a643e4050bd0bb1585d38e4409a38c46c9c49b (patch) | |
tree | 8ce59472b15c19d6564b5aea81958c2a3664e82c /jQuery-WIP.txt | |
parent | 3f2c07cf735698a35093e70b35be2981f9843e8c (diff) |
Javascript fixes + workaround for old internet explorer < 9
Diffstat (limited to 'jQuery-WIP.txt')
-rw-r--r-- | jQuery-WIP.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jQuery-WIP.txt b/jQuery-WIP.txt index f8a6a369..7e7a5056 100644 --- a/jQuery-WIP.txt +++ b/jQuery-WIP.txt @@ -15,8 +15,8 @@ Targets: * 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 using javascript - * add demos for new controls - * document everything + * add demos for new controls (wip) + * document everything (wip) DONE Basic postback controls (TButton, TCheckBox, TLinkButton, TRadioButton, TTextBox, ..) @@ -25,11 +25,10 @@ List, Data controls *Validators Ajax queue Basic callback controls (TActive*, TInPlaceTextBox) -Basic jquery-ui controls +jQuery-UI interactions WIP TJuiAutoComplete -TJuiDraggable,TJuiDroppable Add JQuery-ui-Effects: clip, explode, transfer, switchclass Add JQuery-ui-Methods: show, hide, toggle? Add JQuery-ui-controls |