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. | |||
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 | |
2013-11-03 | Fixed evaluation of end-scripts on callback | Fabio Bas | |
Aka: fix js event creation on callbacks | |||
2013-10-24 | More work on ajax | Fabio Bas | |
2013-10-24 | 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-10-20 | Ported ajax effects, Prado.Element.* | Fabio Bas | |
2013-10-19 | Started work on ajax | Fabio Bas | |
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-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2012-05-18 | fix #401 | ctrlaltca | |
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2011-06-20 | removed useless calls to empty contructor; reverted some additional ↵ | ctrlaltca@gmail.com | |
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously | |||
2010-04-18 | ensured that the UI are calling their parent __construct methods | javalizard | |
2010-03-15 | Fixed Issue#232 | Christophe.Boulain | |
May need additionnal testing | |||
2010-02-22 | Merged /branches/3.1:r2773 into trunk | Christophe.Boulain | |
2009-03-20 | Fixed Issue #120 | godzilla80@gmx.net | |
2009-03-19 | replace is_null() function calls with native native language constuct | godzilla80@gmx.net | |
2008-10-21 | removed all trailing ?> | qiang.xue | |
2008-07-30 | updated copyright | knut | |
2008-04-18 | Renamed IControlContainer to ISurroundable | mikl | |
2008-04-17 | Minor improvement in fix for #622 | mikl | |
2008-04-17 | Fixed #622 | mikl | |
2008-03-18 | Fixed a bug in TCallbackClientScript::setStyle method. | tof | |
Add a JS function to 'camelize' the styles properties | |||
2008-03-13 | Upgrade to Prototype 1.6.0.2 & Scriptaculous 1.8.1 | tof | |
2007-03-30 | Fixed #538 | wei | |
2007-01-04 | Add chat demo and tutorial. | wei | |
2006-11-30 | add more options for toggle | wei | |
2006-10-16 | typo | wei | |
2006-10-16 | Fixed setText problem in TActiveLinkButton | wei | |
2006-09-16 | add setOpacity to TCallbackClientScript | wei | |
2006-09-16 | Fixed #363 | wei | |
2006-09-15 | Defer render() calls in callback event handler to a later stage. | wei | |
2006-09-09 | Add basic active control docs. | wei | |
2006-09-01 | resolve adodb defined clashes, add TCallbackClientScript::fireEvent() | wei | |
2006-08-29 | fixed autocomplete problem and add TInPlcaeTextbox | wei | |
2006-08-27 | Adding TActiveImage and TActiveImageButton | wei | |
2006-08-12 | Update active controls. | wei | |
2006-08-11 | Fixed callback replace content. | wei | |
2006-06-24 | Update active controls. | wei | |
2006-06-17 | Update changes to active controls, add FT tests for active controls, add ↵ | wei | |
comments. | |||
2006-05-05 | Added prioritize callback and enabled viewstate update on callback return. | wei | |
2006-05-05 | Adding TActiveLabel | wei | |
2006-05-04 | Adding TCallback component. | wei | |
2006-05-02 | Adding more work on ActiveControls. | wei | |
2006-04-30 | Adding Callback foundations. | wei | |