summaryrefslogtreecommitdiff
path: root/framework/Web/UI/JuiControls/TJuiDroppable.php
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-21Add namespace: ActiveControls, JuiControlsFabio Bas
2014-02-08Quickstart documentation for InteractionsFabio 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-04jQuery-ui based draggable and droppableFabio Bas