summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls
AgeCommit message (Collapse)Author
2016-03-29Fix suggestion display for dynamically-created, initially-hidden TJuiControlFabio Bas
2016-03-23belated happy new yearFabio Bas
2016-02-25TJuiDialog: avoid "cannot call methods on dialog prior to initialization" errorFabio Bas
2016-02-25Fix error reporting for not-existing property set on TJuiControlFabio Bas
2016-02-23Better fix for 4e666b6a4df28721df5dd21d5aa698e14b3da7ccFabio Bas
Split TJuiControlOptions in its own file
2016-02-23Minor indent fixFabio Bas
2015-12-07Move urls from pradosoft.com to github's project page; drop unmaintained ↵Fabio Bas
quickstart tutorial translations
2015-11-07Prepare for release: update (c) year to 2015, version to 3.3Fabio Bas
2015-10-30allow (anonymous) functions for TJuiControlOptions, changed TJuiDatepicker ↵Jens Klaer
widget events to options
2015-10-27calling 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-19frequency in TJuiAutoComplete is given in seconds, jqueryui widget uses ↵Jens Klaer
milliseconds
2015-10-14Added TJuiDatePickerJens Klaer
an alternative datepicker control using the datepicker widget from jqueryui
2015-08-21support options minwidth and minheight in TJuiDialogJens Klaer
2015-05-20made TJuiControl options changeable during callbackJens 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-11TJuiDialogDavid
2014-11-21TJuiAutoComplete multiselection + quickstart docDavid
implemented Separator, minChars and Frequency properties, added the related quickstart parts
2014-04-21TJuiProgressBarFabio Bas
2014-04-21TJuiControlAdapter: guess value datatype before passing it to clientsideFabio Bas
2014-04-11Added missing method in TJuiAutoComplete; refs #514Fabio Bas
2014-02-08Quickstart documentation for InteractionsFabio Bas
2014-02-08TJuiSortable eventsFabio Bas
2014-02-08TJuiSelectable eventsFabio Bas
2014-02-08TJuiResizable eventsFabio Bas
2014-02-08Misc TJuiControlAdapter fixesFabio Bas
2014-02-06Implemented basic support for callback events for JUI controls; ↵Fabio Bas
TJuiDraggable and TJuiDroppable examples
2014-01-15Added basic events for JuiControls, added quickstart demosFabio Bas
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2014-01-06Happy 2014!Fabio Bas
2013-12-06jQuery-ui: Resizable, Selectable, SortableFabio Bas
2013-12-04jQuery-ui based draggable and droppableFabio Bas
2013-12-02Added an autocomplete based on jQuery-uiFabio Bas
2013-12-02WIP port of TAutoComplete to jQuery-uiFabio Bas