summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls
AgeCommit message (Expand)Author
2006-02-13Added repeater functional tests.xue
2006-02-11Fixed Ticket #46.xue
2006-02-11Completed TDataGrid documentation.xue
2006-02-10Fixed a bug in TTemplateColumn about HeaderText.xue
2006-02-08Changed accessibility of a few render-related methods (needed by adapters).xue
2006-02-07fixed the usage of getIsValidxue
2006-02-07Added ControlCssClass property to TBaseValidator.xue
2006-02-07Added AutoTrim property to TTextBox.xue
2006-02-06Added EmptyTemplate property to TRepeater.xue
2006-02-06Fixed a bug in TDataGrid about columnspan of pager cell.xue
2006-02-06Fixed a bug in computing page numbers.xue
2006-02-06Fixed a bug about calculating the starting pager button in TDataGrid.xue
2006-02-05Added a demo of TDataGrid showing custom paging.xue
2006-02-05Makes TCheckBox xhtml-compliant when Enabled is false.xue
2006-02-05Added paging example of TDataGrid.xue
2006-02-05Added an example showing TDataGrid sort functionality.xue
2006-02-04Modified TDataGrid sample to enable updating rating.xue
2006-02-04Added an example of TDataGrid showing updating and deleting functionalities.xue
2006-02-04Fixed a bug about performing databind with an empty dataset.xue
2006-02-04Fixed a bug in TList and TMap about the usage of isset.xue
2006-02-04Adding TColorPicker.wei
2006-02-03Completed datagrid tutorial part one and added a new datagrid sample.xue
2006-02-03Fixed an issue about style merging.xue
2006-02-03Added TCheckBoxColumn.xue
2006-02-02Modified onSaveState to saveState, and onLoadState to loadState.xue
2006-02-02added missing page level and class level docblocksknut
2006-02-02Fixed #27wei
2006-02-02Added a demo of using TDataGrid with automatically generated columns.xue
2006-02-01Modified TDataList demo 2 to make it more demonstrative.xue
2006-02-01Added a new TDataList demo.xue
2006-02-01Missing $wei
2006-02-01Update TTextHighlighter with EnableCopyCode option.wei
2006-02-01Update syntax highlighter with Copy Code option.wei
2006-02-01Updated TDataList tutorial.xue
2006-02-01Added a new repeater demo.xue
2006-01-31Split TTable.php file into individual class files. Modified TRepeater demo 2.xue
2006-01-31All events are now defined with public on-functions. This is to comply with t...xue
2006-01-31Modified TList and TMap implementation so that they can be more easily extended.xue
2006-01-30Adding THtmlArea.wei
2006-01-29Modified TRepeater, TDataList and TTemplateColumn to make use of the new temp...xue
2006-01-29Adding TWizard (not working).wei
2006-01-25Fixed TTextWriter usage.xue
2006-01-25Changed AssociatedControlID to ForControlwei
2006-01-25Added TDropDownList validation demos.xue
2006-01-25Added validation demo for TListBox. Fixed a few autopostback with causesvalid...xue
2006-01-24Fixed an issue about TCheckBox's value attribute.xue
2006-01-24Added TRadioButton demo and FT.xue
2006-01-24Fixed a few issues with TCheckBox about validator.xue
2006-01-23Added TPanel and TTable FT.xue
2006-01-22Fixed renderInputTag issue with TRadioButton.xue