summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls
AgeCommit message (Collapse)Author
2015-08-11Fixed class usage casesDavid
Class names are not case sensitive but file names are if you are running on an case sensitive file systems. Since class names map to file names, they need to be used case sensitive.
2015-08-09Removed redundand Prado::using statementsDavid
2015-07-11Added missing use statements in frameworkDavid
2015-01-22Apply namespaces to class inheritances (pt1)Fabio Bas
2015-01-21Add namespace: ActiveControls, JuiControlsFabio Bas
2015-01-20One class per file: framework/Web/UI/JuiControls (continue)Fabio Bas
2015-01-20One class per file: framework/Web/UI/JuiControlsFabio Bas
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