From 03ab650909c67a34b322d7f9f72f44201efac613 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Thu, 29 Dec 2005 20:04:16 +0000
Subject: Added placeholders in simple HTML control tutorial.
---
demos/quickstart/protected/controls/TopicList.tpl | 2 +-
demos/quickstart/protected/pages/Controls/Simple.page | 16 ++++++++++++++++
demos/quickstart/protected/pages/Controls/Simple1.page | 2 --
3 files changed, 17 insertions(+), 3 deletions(-)
delete mode 100644 demos/quickstart/protected/pages/Controls/Simple1.page
(limited to 'demos')
diff --git a/demos/quickstart/protected/controls/TopicList.tpl b/demos/quickstart/protected/controls/TopicList.tpl
index d23359bc..93563b9b 100644
--- a/demos/quickstart/protected/controls/TopicList.tpl
+++ b/demos/quickstart/protected/controls/TopicList.tpl
@@ -34,8 +34,8 @@
Controls
Overview
Simple HTML Controls
-Validation Controls
List Controls
+Validation Controls
TRepeater
TDataList
TDataGrid
diff --git a/demos/quickstart/protected/pages/Controls/Simple.page b/demos/quickstart/protected/pages/Controls/Simple.page
index 5a145102..56b82f65 100644
--- a/demos/quickstart/protected/pages/Controls/Simple.page
+++ b/demos/quickstart/protected/pages/Controls/Simple.page
@@ -8,10 +8,26 @@
TTextBox displays a text box on a Web page. The content in the text box is determined by the Text property. You can create a SingleLine, a MultiLine, or a Password text box by setting the TextMode property. The Rows and Columns properties specify their dimensions. If AutoPostBack is true, changing the content in the text box and then moving the focus out of it will cause postback action.