summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxue <>2005-12-29 20:04:16 +0000
committerxue <>2005-12-29 20:04:16 +0000
commit03ab650909c67a34b322d7f9f72f44201efac613 (patch)
tree4c498dadc0d229ed90e5775dfeb372bcfca7efc9
parent94e49ca4633600269831c4e80af25ddcfa3a8258 (diff)
Added placeholders in simple HTML control tutorial.
-rw-r--r--.gitattributes1
-rw-r--r--demos/quickstart/protected/controls/TopicList.tpl2
-rw-r--r--demos/quickstart/protected/pages/Controls/Simple.page16
-rw-r--r--demos/quickstart/protected/pages/Controls/Simple1.page2
4 files changed, 17 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 964bd457..ecfd889e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -44,7 +44,6 @@ demos/quickstart/protected/pages/Controls/Samples/TextBox.page -text
demos/quickstart/protected/pages/Controls/Samples/TextBox.php -text
demos/quickstart/protected/pages/Controls/Samples/config.xml -text
demos/quickstart/protected/pages/Controls/Simple.page -text
-demos/quickstart/protected/pages/Controls/Simple1.page -text
demos/quickstart/protected/pages/Fundamentals/Applications.page -text
demos/quickstart/protected/pages/Fundamentals/Architecture.page -text
demos/quickstart/protected/pages/Fundamentals/Components.page -text
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 @@
<span>Controls</span><br/>
<a href="?page=Controls.Overview">Overview</a><br/>
<a href="?page=Controls.Simple">Simple HTML Controls</a><br/>
-<a href="?page=Construction">Validation Controls</a><br/>
<a href="?page=Construction">List Controls</a><br/>
+<a href="?page=Construction">Validation Controls</a><br/>
<a href="?page=Construction">TRepeater</a><br/>
<a href="?page=Construction">TDataList</a><br/>
<a href="?page=Construction">TDataGrid</a><br/>
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 @@
</p>
<com:RunBar PagePath="Controls.Samples.Label" />
+<h2>THyperLink</h2>
+
+<h2>TImage</h2>
+
+<h2>TPanel</h2>
+
<h2>TTextBox</h2>
<p>
<tt>TTextBox</tt> displays a text box on a Web page. The content in the text box is determined by the <tt>Text</tt> property. You can create a <tt>SingleLine</tt>, a <tt>MultiLine</tt>, or a <tt>Password</tt> text box by setting the <tt>TextMode</tt> property. The <tt>Rows</tt> and <tt>Columns</tt> properties specify their dimensions. If <tt>AutoPostBack</tt> is true, changing the content in the text box and then moving the focus out of it will cause postback action.
</p>
<com:RunBar PagePath="Controls.Samples.TextBox" />
+<h2>TButton</h2>
+
+<h2>TLinkButton</h2>
+
+<h2>TImageButton</h2>
+
+<h2>TCheckBox</h2>
+
+<h2>TRadioButton</h2>
+
</com:TContent> \ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Simple1.page b/demos/quickstart/protected/pages/Controls/Simple1.page
deleted file mode 100644
index a608c8d2..00000000
--- a/demos/quickstart/protected/pages/Controls/Simple1.page
+++ /dev/null
@@ -1,2 +0,0 @@
-<com:TContent ID="body" >
-</com:TContent> \ No newline at end of file