diff options
Diffstat (limited to 'demos/quickstart')
-rw-r--r-- | demos/quickstart/protected/controls/TopicList.tpl | 2 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Simple.page | 16 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Simple1.page | 2 |
3 files changed, 17 insertions, 3 deletions
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 |