summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TControl.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-22extended ISurroundable to provide the surrounding tag in addition to the idJens 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-05-29Removed empty constructor not calling parentJens Klaer
Parent constructor in TComponent needs to be called for behaviors to work.
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-10-24More 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-12removed ?> from php filesctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2011-12-03Added documentation for TWebControlDecorator (fixes #259);ctrlaltca@gmail.com
Added missing bits to have TWebControlDecorator actually works.
2011-11-15dirty test patch for #372, open for commentsctrlaltca@gmail.com
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-18Missed this onejavalizard
2010-04-18TComponent- adds a blank __construct function to unify the constructor call ↵javalizard
path for all objects. TApplication- Adds final attribute to the parameters in the config so folder config.xml cannot override if set to true. Adds a mergeParameter function to unify parameter setting. Fixed a bug where loadParametersPhp wasn't getting the properties correctly. TControl- calls the parent::__construct, Adds render blocking. (the PRADO class using this will be added in a week or two) TParameterModule- Adds final attribute to the parameter option so folder configs cannot override if set to true. Uses the application mergeParameter function. Adds final to the php parameter loader
2008-10-13Fixed #595 (reopened)mikl
2008-07-30updated copyrightknut
2008-04-18Renamed IControlContainer to ISurroundablemikl
2008-04-17Fixed #622mikl
2007-08-16fixed a potential state restoration problem.xue
2007-06-19Fixed the bug that causes TOutputCache to crash when a default button is setxue
2007-06-15Fixed #641.xue
2007-06-13fixed #649knut
2007-04-09Added getDataChanged() to IPostBackDataHandlerxue
2007-04-02Reduced ViewState size significantly by ignoring initial property values set ↵xue
in template
2007-04-02Fixed #585, #586wei
2007-03-06fixed a typo.xue
2006-12-01merge from 3.0 branch till 1531.xue
2006-09-08merge from 3.0 branch till 1397.xue
2006-08-30merge from 3.0 branch till 1363.xue
2006-08-27Merge from 3.0 branch till 1350.xue
2006-08-27Adding TActiveImage and TActiveImageButtonwei
2006-07-21merge from 3.0 branch till 1281.xue
2006-07-16Merge from 3.0 branch till 1264.xue
2006-06-24Update active controls.wei
2006-06-13Fixed #224.xue
2006-06-10Merge from 3.0 branch till 1148.xue
2006-06-04Merge from 3.0 branch till 1140.xue
2006-05-31Merge from 3.0 branch till 1115.xue
2006-05-21Merge from 3.0 branch till 1089.xue
2006-05-14refactor active controls.wei
2006-05-06Adding TActiveButton and TActiveTextBoxwei
2006-05-05Added prioritize callback and enabled viewstate update on callback return.wei
2006-05-04Adding TCallback component.wei
2006-05-02Adding more work on ActiveControls. wei
2006-04-30Adding Callback foundations.wei
2006-04-17Merge from 3.0 branch till 931.xue