index
:
prado
master
namespace
prado-3.2
test_sauce
Fork of Prado PHP framework
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
/
Web
/
UI
/
WebControls
/
TListControl.php
Age
Commit message (
Expand
)
Author
2006-08-10
Added support to preset of TListControl.SelectedIndices and SelectedValues.
xue
2006-08-10
doc update.
xue
2006-08-10
updated doc.
xue
2006-07-21
Fixed #263.
xue
2006-06-22
Put TListItem into a separate file to avoid class-undefined problem.
xue
2006-06-19
Fixed #241.
xue
2006-06-10
Fixed #182.
xue
2006-06-04
Fixed a bug of raising OnTextChanged event.
xue
2006-06-03
Fixed an error message bug.
xue
2006-05-29
added TListControl.SelectedValues property
xue
2006-05-17
Refactored TListControl.
xue
2006-04-25
Add TListControlValidator. Update client-side validators, datepicker.js, colo...
wei
2006-04-07
List controls now use array keys as list item values even if the array is int...
xue
2006-03-31
Reorganized folders under framework. This may break existing applications.
xue
2006-03-30
Fixed #107
xue
2006-03-17
Cleanup of usage of registerPostBackControl.
xue
2006-02-20
Cleaned up TForm and THead.
xue
2006-02-15
Added error messages for TListControl.
xue
2006-02-15
Fixed ticket #53
xue
2006-02-15
TDataFieldAccessor is used consistently to access all data field values.
xue
2006-02-08
Changed accessibility of a few render-related methods (needed by adapters).
xue
2006-02-04
Modified TDataGrid sample to enable updating rating.
xue
2006-02-04
Fixed a bug about performing databind with an empty dataset.
xue
2006-02-02
Modified onSaveState to saveState, and onLoadState to loadState.
xue
2006-02-02
Fixed #27
wei
2006-01-31
All events are now defined with public on-functions. This is to comply with t...
xue
2006-01-31
Modified TList and TMap implementation so that they can be more easily extended.
xue
2006-01-21
Using TAttributeCollection in TListItem.
xue
2006-01-21
BE AWARE: Significant change!
xue
2006-01-19
Fix a few issues with listcontrols about databinding.
xue
2006-01-18
update javascript library and usage in web controls
wei
2006-01-14
Added TBaseDataList control. Updated class tree. Modified TTextBox about Safe...
xue
2006-01-12
Fixed several issues about viewstate handling. Prado Composer is nearly compl...
xue
2006-01-11
(no commit message)
xue
2006-01-11
(no commit message)
xue
2006-01-05
(no commit message)
xue
2006-01-04
Added documentation.
xue
2006-01-02
TCheckBoxList and TRadioButtonList completed.
xue
2006-01-01
Enhanced support to attribute access.
xue
2005-12-30
Added TListBox samples.
xue
2005-12-22
(no commit message)
xue
2005-12-14
Added TListControl
xue