summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/TCheckBoxList.php
AgeCommit message (Collapse)Author
2016-03-23belated happy new yearFabio Bas
2016-03-10TActiveCheckBoxList cannot be updated during callback, if it was initially ↵unknown
empty, since the surrounding span with the control id is not even rendered if there are no items. To allow this, always force the span to be rendered for TActiveCheckBoxList.
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
2014-01-10Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵Fabio Bas
js items
2014-01-10Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonListFabio Bas
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-09-30Fix use of TCallbackOptions with TActiveCheckBoxList, ↵Fabio Bas
TActiveRadioButtonList, TActiveRatingList
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
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2008-10-21removed all trailing ?>qiang.xue
2008-10-13Fixed #595 (reopened)mikl
2008-07-30updated copyrightknut
2008-04-18Makes TCheckboxList and derived controls render a surrounding span in Raw ↵tof
mode to allow clients scripts to identify them using ClientId.
2008-04-18More fixes for #828tof
2007-04-09Added getDataChanged() to IPostBackDataHandlerxue
2006-10-01Fixed #350 and #148, Add TActiveRatingList, should remove TRatingList from ↵wei
WebControls.
2006-09-08merge from 3.0 branch till 1397.xue
2006-09-04merge from 3.0 branch till 1387xue
2006-06-10Merge from 3.0 branch till 1150.xue
Fixed the bug that postback js causes controls not inheritable.
2006-05-21Merge from 3.0 branch till 1089.xue
2006-04-25Merge from 3.0 branch till 967.xue
2006-04-25Undo previous checkin (which goes int 3.0 branch and will be merged back).xue
2006-04-25Add TListControlValidator. Update client-side validators, datepicker.js, ↵wei
colorpicker.js. Merge to 3.0 if necessary.
2006-04-09Fixed a bug about determining the cache key in TOutputCache.xue
2006-02-17Removed a few constructors.xue
2006-02-11Fixed Ticket #46.xue
2006-02-08Changed accessibility of a few render-related methods (needed by adapters).xue
2006-01-31All events are now defined with public on-functions. This is to comply with ↵xue
the new change introduced since 5.1.
2006-01-25Added validation demo for TListBox. Fixed a few autopostback with ↵xue
causesvalidation problems.
2006-01-14Added TBaseDataList (nearly completed).xue
2006-01-05(no commit message)xue
2006-01-05Added documentation.xue
2006-01-04Added documentation.xue
2006-01-02TCheckBoxList and TRadioButtonList completed.xue
2006-01-02Added TRadioButtonList, TTable related controls.xue
2006-01-01Added initial TCheckBoxList implementation.xue