Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-23 | Better fix for 4e666b6a4df28721df5dd21d5aa698e14b3da7cc | Fabio Bas | |
Split TJuiControlOptions in its own file | |||
2016-02-23 | Minor indent fix | Fabio Bas | |
2015-12-07 | Move urls from pradosoft.com to github's project page; drop unmaintained ↵ | Fabio Bas | |
quickstart tutorial translations | |||
2015-11-07 | Prepare for release: update (c) year to 2015, version to 3.3 | Fabio Bas | |
2015-10-30 | allow (anonymous) functions for TJuiControlOptions, changed TJuiDatepicker ↵ | Jens Klaer | |
widget events to options | |||
2015-10-27 | calling replace on clientside will now either replace the whole element ↵ | Jens Klaer | |
(like before) or optionally just replace its content this is needed for TJuiDialog (maybe for other jqueryui controls too) because if the element (in case of TJuiDialog the div panel) will be replaced, jqueryui will clean up by calling destroy on dom element removal causing the replaceWith to fail because the parent node is already removed when replacing the original element with the new content. to avoid this, only the inner content will be replaced which is now controlled by an optional parameter for the clientscript replace method. | |||
2015-10-19 | frequency in TJuiAutoComplete is given in seconds, jqueryui widget uses ↵ | Jens Klaer | |
milliseconds | |||
2015-10-14 | Added TJuiDatePicker | Jens Klaer | |
an alternative datepicker control using the datepicker widget from jqueryui | |||
2015-08-21 | support options minwidth and minheight in TJuiDialog | Jens Klaer | |
2015-05-20 | made TJuiControl options changeable during callback | Jens Klaer | |
- TJuiControlOptions are now stored in viewstate and tracked by the new TJuiCallbackPageStateTracker class extending the default viewstate tracker class - TJuiCallbackPageStateTracker registers endscripts automatically for each changed option for the clientside changes, added some normalized getter for that | |||
2015-03-11 | TJuiDialog | David | |
2014-11-21 | TJuiAutoComplete multiselection + quickstart doc | David | |
implemented Separator, minChars and Frequency properties, added the related quickstart parts | |||
2014-04-21 | TJuiProgressBar | Fabio Bas | |
2014-04-21 | TJuiControlAdapter: guess value datatype before passing it to clientside | Fabio Bas | |
2014-04-11 | Added missing method in TJuiAutoComplete; refs #514 | Fabio Bas | |
2014-02-08 | Quickstart documentation for Interactions | Fabio Bas | |
2014-02-08 | TJuiSortable events | Fabio Bas | |
2014-02-08 | TJuiSelectable events | Fabio Bas | |
2014-02-08 | TJuiResizable events | Fabio Bas | |
2014-02-08 | Misc TJuiControlAdapter fixes | Fabio Bas | |
2014-02-06 | Implemented basic support for callback events for JUI controls; ↵ | Fabio Bas | |
TJuiDraggable and TJuiDroppable examples | |||
2014-01-15 | Added basic events for JuiControls, added quickstart demos | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2013-12-06 | jQuery-ui: Resizable, Selectable, Sortable | Fabio Bas | |
2013-12-04 | jQuery-ui based draggable and droppable | Fabio Bas | |
2013-12-02 | Added an autocomplete based on jQuery-ui | Fabio Bas | |
2013-12-02 | WIP port of TAutoComplete to jQuery-ui | Fabio Bas | |