summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls/TActiveDataGrid.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-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-10-14Fixed typo which causes 'abstract method not implemented' in strict mode.Jens Klaer
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2012-07-07Missed an include in previous commitctrlaltca
2012-07-07fix #414ctrlaltca
2011-11-09fix #371ctrlaltca@gmail.com
2011-09-29Test patch for #366: use a <div> instead of a <span> around the <table> of a ↵ctrlaltca@gmail.com
TActiveDataGrid to ensure W3C validation (<span> is an inline element and is not allowed to contain a block element like <table>)
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
2011-06-02merged documentation changes from branch/3.1 to trunk/ctrlaltca@gmail.com
2011-05-25fixed last blocking error related to the build script. it completes ↵ctrlaltca@gmail.com
successfully now
2011-05-20added missing TLiteralColumn counterpart to TActiveDataGrid: class ↵ctrlaltca@gmail.com
TActiveLiteralColumn
2009-10-02updated the phpdoc package namespacerojaro
2009-09-29Added TActiveDataGrid and TActiveRepeater from LCSChristophe.Boulain