summaryrefslogtreecommitdiff
path: root/framework/Web
AgeCommit message (Collapse)Author
2006-06-13TRepeater, TDataList and TDataGrid will store data indices in DataKeys if ↵xue
DataKeyField is not set.
2006-06-12Fixed #191.xue
2006-06-10Fixed #182.xue
2006-06-10Fixed #221.xue
2006-06-09Update datepicker and link button.wei
2006-06-08ensureChildControls() is now invoked in TControl::initRecursivexue
2006-06-04Added classtree builder.3.0.1xue
2006-06-04Some minor documentation change.xue
Changed TControl::onBubbleEvent() to TControl::bubbleEvent()
2006-06-04Fixed a bug of raising OnTextChanged event.xue
2006-06-03Fixed an error message bug.xue
2006-06-03Added TTextProcessor and refactored TTextHighlighter and TMarkdown.xue
2006-06-02Added support to subproperty-style event binding.xue
2006-06-02Including TDataFieldAccessor.xue
2006-06-02some minor fixes.xue
2006-06-01adding TMarkdown for markdown syntax wei
2006-06-01Allow validation summary to function alone.wei
2006-05-31Fixed #199wei
2006-05-31Fixed a bug that newly created controls during postbacks may get their ↵xue
initial states reset during loadStateRecursive.
2006-05-30Fixed #197xue
2006-05-30Fixed #189xue
2006-05-30onClick javascript event triggered twice on CheckBox labelxue
2006-05-30Blog demo is completed.xue
2006-05-29added TListControl.SelectedValues propertyxue
added TThemeManager.AvailableThemes property
2006-05-27Fixed #169.wei
2006-05-27Possible fix for #171 (including TColorPicker). Fixed #160.wei
2006-05-26Test case for #28wei
2006-05-21Ensures control ID must start with a letter or underline character.xue
2006-05-19cleanup of fix #37.xue
2006-05-19Fixed #37.xue
2006-05-18Fixed #181.xue
2006-05-18Fixed #179.xue
2006-05-18Fix for non-XHTML compliance.xue
2006-05-17Refactored TListControl.xue
2006-05-17added TTheme.BasePath.xue
2006-05-16Changed ImageUrl to ButtonImageUrl, documentation errorjrags
2006-05-16Fixed #174.xue
2006-05-12Added TTheme.BaseUrl property.xue
2006-05-12Fixed an issue about setting BasePath.xue
2006-05-11Update api docs and add API search wei
2006-05-08A few minor doc fixes.xue
2006-05-07added support to property tags for template owner controlxue
2006-05-05undo changeset 1028.xue
2006-05-05undo changeset #1010.xue
2006-05-05Change ClientSide property class names in TBaseValidator and TValidationSummarywei
2006-05-05Update the Event.fireEvent(element,type) javascript function. Hope that is ↵wei
works in Safari.
2006-05-05Fixed #156.wei
2006-05-04Added TCompositeControl.xue
2006-05-04Fixed a doc error.xue
2006-05-04URL format is modified when THttpRequest.UrlFormat=='Path'. This ↵xue
modification affects both the URLs generated by calling constructUrl() and the URLs understood by PRADO. In particular, PRADO now understands the following URL format: /index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/... Previously, the above URL is written as: /index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/...
2006-05-04Fixed #150 - TDataGrid and TDataList now render table section tagsxue