From c46ae0e4df4bd75618dc6cf7571b1c1ca22b2fc4 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 9 Sep 2006 22:51:55 +0000 Subject: Added TLiteralColumn. --- .gitattributes | 1 + HISTORY | 1 + .../protected/pages/Controls/DataGrid.page | 1 + framework/Web/UI/WebControls/TLiteralColumn.php | 154 +++++++++++++++++++++ 4 files changed, 157 insertions(+) create mode 100644 framework/Web/UI/WebControls/TLiteralColumn.php diff --git a/.gitattributes b/.gitattributes index 78a35823..7fd94360 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1524,6 +1524,7 @@ framework/Web/UI/WebControls/TListControl.php -text framework/Web/UI/WebControls/TListControlValidator.php -text framework/Web/UI/WebControls/TListItem.php -text framework/Web/UI/WebControls/TLiteral.php -text +framework/Web/UI/WebControls/TLiteralColumn.php -text framework/Web/UI/WebControls/TMarkdown.php -text framework/Web/UI/WebControls/TMultiView.php -text framework/Web/UI/WebControls/TPager.php -text diff --git a/HISTORY b/HISTORY index cce08b77..c4c89ce4 100644 --- a/HISTORY +++ b/HISTORY @@ -3,6 +3,7 @@ Version 3.0.5 October 8, 2006 CHG: Ticket#358 - TFileUpload::saveAs() now returns false instead of exception when error (Qiang) ENH: Ticket#361 - Introduced include template tag that supports including external templates (Qiang) ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang) +NEW: TLiteralColumn (Qiang) Version 3.0.4 September 4, 2006 =============================== diff --git a/demos/quickstart/protected/pages/Controls/DataGrid.page b/demos/quickstart/protected/pages/Controls/DataGrid.page index 2a51a3de..4697d0e5 100644 --- a/demos/quickstart/protected/pages/Controls/DataGrid.page +++ b/demos/quickstart/protected/pages/Controls/DataGrid.page @@ -21,6 +21,7 @@ PRADO provides five types of columns: