summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TCallbackClientScript.php
AgeCommit message (Collapse)Author
2015-12-07Move urls from pradosoft.com to github's project page; drop unmaintained ↵Fabio Bas
quickstart tutorial translations
2015-11-07Prepare for release: update (c) year to 2015, version to 3.3Fabio Bas
2015-10-27calling 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-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2014-01-06Happy 2014!Fabio 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-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-05-18fix #401ctrlaltca
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-20removed 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-18ensured that the UI are calling their parent __construct methodsjavalizard
2010-03-15Fixed Issue#232Christophe.Boulain
May need additionnal testing
2010-02-22Merged /branches/3.1:r2773 into trunkChristophe.Boulain
2009-03-20Fixed Issue #120godzilla80@gmx.net
2009-03-19replace is_null() function calls with native native language constuctgodzilla80@gmx.net
2008-10-21removed all trailing ?>qiang.xue
2008-07-30updated copyrightknut
2008-04-18Renamed IControlContainer to ISurroundablemikl
2008-04-17Minor improvement in fix for #622mikl
2008-04-17Fixed #622mikl
2008-03-18Fixed a bug in TCallbackClientScript::setStyle method. tof
Add a JS function to 'camelize' the styles properties
2008-03-13Upgrade to Prototype 1.6.0.2 & Scriptaculous 1.8.1tof
2007-03-30Fixed #538wei
2007-01-04Add chat demo and tutorial.wei
2006-11-30add more options for togglewei
2006-10-16typowei
2006-10-16Fixed setText problem in TActiveLinkButtonwei
2006-09-16add setOpacity to TCallbackClientScriptwei
2006-09-16Fixed #363wei
2006-09-15Defer render() calls in callback event handler to a later stage.wei
2006-09-09Add basic active control docs.wei
2006-09-01resolve adodb defined clashes, add TCallbackClientScript::fireEvent()wei
2006-08-29fixed autocomplete problem and add TInPlcaeTextboxwei
2006-08-27Adding TActiveImage and TActiveImageButtonwei
2006-08-12Update active controls.wei
2006-08-11Fixed callback replace content.wei
2006-06-24Update active controls.wei
2006-06-17Update changes to active controls, add FT tests for active controls, add ↵wei
comments.
2006-05-05Added prioritize callback and enabled viewstate update on callback return.wei
2006-05-05Adding TActiveLabelwei
2006-05-04Adding TCallback component.wei
2006-05-02Adding more work on ActiveControls. wei
2006-04-30Adding Callback foundations.wei