summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls
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-11Fix TProperyValue::ensureEnum and some unit tests class namesDavid
2015-08-09Removed redundand Prado::using statementsDavid
2015-08-08fixed some class namesDavid
2015-07-11Added missing use statements in frameworkDavid
2015-01-25More namespace changesFabio Bas
Changed version to 3.2.99; Attempt at fixing autoloading fixed enough namespaces to have some demos running
2015-01-22Apply namespaces to class inheritances (pt1)Fabio Bas
2015-01-21Removed @version doc commentsFabio Bas
2015-01-21Add namespace: ActiveControls, JuiControlsFabio Bas
2015-01-20one class per file: framework/Web/UI/ActiveControlsFabio Bas
2014-04-03Respect ButtonCssClass property in TActivePager. fix #511Fabio Bas
2014-02-19Avoid an exception loop on callback error when headers have already been ↵Fabio Bas
sent; send error trace in the body, since headers are limited in size
2014-02-08Fixed TActiveRatingListFabio Bas
2014-02-02Fix #498Fabio 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-10Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵Fabio Bas
js items
2014-01-10Fix TActiveCheckBoxList, TActiveRadioButtonListFabio 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-02Added an autocomplete based on jQuery-uiFabio Bas
2013-11-26Ported TCallback + demoFabio Bas
2013-11-26Fixed evaluation of end-scripts on callbackFabio Bas
Aka: fix js event creation on callbacks
2013-11-26More work on ajaxFabio Bas
2013-11-26More ajax-related portingFabio Bas
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests)
2013-11-26Ported ajax effects, Prado.Element.*Fabio Bas
2013-11-26Started work on ajaxFabio Bas
2013-11-25Fixed a bug in TDatePicker rendering an unused TTextBoxFabio 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-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-11-14fix #427ctrlaltca
2012-08-10fix #421ctrlaltca
2012-07-12removed ?> from php filesctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ↵ctrlaltca
(continue)
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ctrlaltca
2012-07-07Missed an include in previous commitctrlaltca
2012-07-07fix #414ctrlaltca
2012-07-07fix #413ctrlaltca
2012-06-12TBaseActiveControl: permit the use of prefixes (Page, Parent, ..) when ↵ctrlaltca
setting the CallbackOptions property (refs #374)
2012-06-12TBaseActiveControl: fix documentation and exception messagectrlaltca
2012-06-01removed a spurious ?>ctrlaltca
2012-06-01committed additional patch for #235ctrlaltca