summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TTabPanel.php
AgeCommit message (Collapse)Author
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-07-12happy new yearctrlaltca
2012-06-04After r3159 TTabPanel was not keeping the active TabView upon post back: fixedctrlaltca
2012-06-01committed additional patch for #235ctrlaltca
2012-05-11Issue #210 Improvement: Auto-switch for TTabPanelctrlaltca
2012-03-25Reworked the patch for #391; now a TComponent-based controls can contain ↵ctrlaltca@gmail.com
methods prefixed by "js" to indicate that those methods can receive raw javascript. Such methods can be called both in a xss-safe, javascript-encoded way: $xxx->Property="yyy" and in a raw-javascript way: $xxx->jsProperty="zzz". Patch by gabor, documentation is on the way
2012-03-24Committer 2nd part of patch for #391ctrlaltca@gmail.com
2011-07-16fix for #343 (reworked r2915 to be more backcompatible on clientside)ctrlaltca@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-05-15TTabPanel: correctly calculate the current active TTabView index when one or ↵ctrlaltca@gmail.com
more items are not visible; ensure at least one TTabView is always visible, also if the current one has just being hidden. fixes #324
2010-02-22Merged /branches/3.1:r2773 into trunkChristophe.Boulain
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2008-08-18fixed #876knut
2008-07-30updated copyrightknut
2007-09-03rearranged js location.xue
2007-08-28moved css files to assets folder.xue
2007-08-22Fixed #696.xue
2007-07-25Added visibility support to individual views.xue
2007-07-25Refactored TTabPanel to allow more customization of appearance.xue
2007-07-25Added quickstart tutorial for TTabPanel.xue
2007-07-25Added non-js support.xue
2007-07-25Added TTabPanel files.xue