Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-27 | calling 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-22 | extended ISurroundable to provide the surrounding tag in addition to the id | Jens Klaer | |
- ISurroundable introducing getSurroundingTag(), adjusted controls implementing the interface - TActiveDataGrid/TActiveRepeater now support changing the container tag to avoid invalid html in specific situations - revised corresponding quickstart demos | |||
2015-10-14 | this commit resolves #550 like discussed | Jens Klaer | |
2015-10-14 | Fixed typo which causes 'abstract method not implemented' in strict mode. | Jens Klaer | |
2015-08-11 | TActiveCheckBoxList not obeying AutoPostBack="false" | Jens Klaer | |
2015-05-20 | viewstate tracking with custom pagestate tracker class | Jens Klaer | |
- made tracker class customizable through setter, leaving old TCallbackPageStateTracker as default - changed visibility for the tracked control in TCallbackPageStateTracker to protected so deriving tracker classes can access it | |||
2014-04-03 | Respect ButtonCssClass property in TActivePager. fix #511 | Fabio Bas | |
2014-02-19 | Avoid 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-08 | Fixed TActiveRatingList | Fabio Bas | |
2014-02-02 | Fix #498 | Fabio Bas | |
2014-01-15 | Merge pull request #495 from david0/master | ctrlaltca | |
Fix: do json_decode before decoding UTF8 to globalisations charset | |||
2014-01-15 | Fix: do json_decode before decoding UTF8 to globalisations charset | David | |
(Fixes 492) | |||
2014-01-10 | Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵ | Fabio Bas | |
js items | |||
2014-01-10 | Fix TActiveCheckBoxList, TActiveRadioButtonList | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2014-01-05 | Re-enable prototype-based scripts, and enable old drag&drop controls | Fabio Bas | |
2014-01-05 | Restored TAutoComplete | Fabio Bas | |
2013-12-02 | Added an autocomplete based on jQuery-ui | Fabio Bas | |
2013-11-26 | Ported TCallback + demo | Fabio Bas | |
2013-11-26 | Fixed evaluation of end-scripts on callback | Fabio Bas | |
Aka: fix js event creation on callbacks | |||
2013-11-26 | More work on ajax | Fabio Bas | |
2013-11-26 | More ajax-related porting | Fabio Bas | |
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests) | |||
2013-11-26 | Ported ajax effects, Prado.Element.* | Fabio Bas | |
2013-11-26 | Started work on ajax | Fabio Bas | |
2013-11-25 | Fixed a bug in TDatePicker rendering an unused TTextBox | Fabio Bas | |
2013-10-03 | During callback, separate loading of stylesheet files and code snippets; ↵ | Fabio Bas | |
fixes #480 | |||
2013-09-30 | Better handling of callback errors on request containing non-UTF8 | Fabio Bas | |
Previously we reported being unable to correctly encode the error string; report the original error instead | |||
2013-09-30 | Fix use of TCallbackOptions with TActiveCheckBoxList, ↵ | Fabio Bas | |
TActiveRadioButtonList, TActiveRatingList | |||
2013-07-24 | Upgrade to newly released 3.2.23.2.2 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2012-11-14 | fix #427 | ctrlaltca | |
2012-08-10 | fix #421 | ctrlaltca | |
2012-07-12 | removed ?> from php files | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2012-07-12 | Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ↵ | ctrlaltca | |
(continue) | |||
2012-07-12 | Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate | ctrlaltca | |
2012-07-07 | Missed an include in previous commit | ctrlaltca | |
2012-07-07 | fix #414 | ctrlaltca | |
2012-07-07 | fix #413 | ctrlaltca | |
2012-06-12 | TBaseActiveControl: permit the use of prefixes (Page, Parent, ..) when ↵ | ctrlaltca | |
setting the CallbackOptions property (refs #374) | |||
2012-06-12 | TBaseActiveControl: fix documentation and exception message | ctrlaltca | |
2012-06-01 | removed a spurious ?> | ctrlaltca | |
2012-06-01 | committed additional patch for #235 | ctrlaltca | |
2012-06-01 | TActiveClientScript: remove scripts from the page after the browser ↵ | ctrlaltca | |
evaluated them | |||
2012-05-29 | Removed ajax rendering from TClientScript since it was a not-backward ↵ | ctrlaltca | |
compatible change. Added a TActiveClientScript control instead | |||
2012-05-19 | fix #402 | ctrlaltca | |
2012-05-18 | fix #401 | ctrlaltca | |