summaryrefslogtreecommitdiff
path: root/framework/Web/UI
AgeCommit message (Collapse)Author
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-02-02Fix #498Fabio Bas
2014-01-29Avoid dependency loop between TRadioButton and TRadioButtonListFabio Bas
2014-01-15Removed ?> from buildscripts and demosFabio Bas
2014-01-15Merge pull request #495 from david0/masterctrlaltca
Fix: do json_decode before decoding UTF8 to globalisations charset
2014-01-15Fix: do json_decode before decoding UTF8 to globalisations charsetDavid
(Fixes 492)
2014-01-15Added basic events for JuiControls, added quickstart demosFabio Bas
2014-01-10Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵Fabio Bas
js items
2014-01-10Fix TActiveCheckBoxList, TActiveRadioButtonListFabio Bas
2014-01-10Ported TRatingListFabio Bas
2014-01-10Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonListFabio 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
2014-01-05Re-enable prototype-based scripts, and enable old drag&drop controlsFabio Bas
2014-01-05Restored TAutoCompleteFabio Bas
2013-12-06jQuery-ui: Resizable, Selectable, SortableFabio Bas
2013-12-04jQuery-ui based draggable and droppableFabio Bas
2013-12-02Avoid rendering <script> blocks in callbacksFabio Bas
2013-12-02Added an autocomplete based on jQuery-uiFabio Bas
2013-12-02WIP port of TAutoComplete to jQuery-uiFabio Bas
2013-11-21Ported TSliderFabio Bas
2013-11-21Fixed a bug in TDatePicker rendering an unused TTextBoxFabio Bas
2013-11-21Fixed TControl::focus()Fabio Bas
2013-11-17Micro-optimizations:Daniel
Removing unnecessary static functions serialize and unserialize from PradoBase and updating its dependencies with the native php's.
2013-11-03Ported TCallback + demoFabio Bas
2013-11-03Fixed evaluation of end-scripts on callbackFabio Bas
Aka: fix js event creation on callbacks
2013-10-24More work on ajaxFabio Bas
2013-10-24More ajax-related portingFabio Bas
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests)
2013-10-20Ported ajax effects, Prado.Element.*Fabio Bas
2013-10-19Started work on ajaxFabio Bas
2013-10-03During callback, separate loading of stylesheet files and code snippets; ↵Fabio Bas
fixes #480
2013-09-30Better handling of callback errors on request containing non-UTF8Fabio Bas
Previously we reported being unable to correctly encode the error string; report the original error instead
2013-09-30Fix use of TCallbackOptions with TActiveCheckBoxList, ↵Fabio Bas
TActiveRadioButtonList, TActiveRatingList
2013-09-11Merge up to r3319Ciro Mattia Gonano
2013-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-25backported r3265 to trunk/ctrlaltca
2013-01-22merged r3261, r3262 to trunk/ctrlaltca
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2013-01-15backported r3251 into trunk/ctrlaltca
2013-01-07backported r3243 to trunk/ctrlaltca
2013-01-06backported r3241 to trunk/ctrlaltca
2013-01-06backported r3236 to trunk/ctrlaltca
2012-12-28Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428ctrlaltca
2012-11-14fix #427ctrlaltca
2012-09-29fix #424ctrlaltca
2012-08-10fix #421ctrlaltca
2012-08-06patch for #419ctrlaltca