diff options
| author | xue <> | 2005-12-29 20:04:16 +0000 | 
|---|---|---|
| committer | xue <> | 2005-12-29 20:04:16 +0000 | 
| commit | 03ab650909c67a34b322d7f9f72f44201efac613 (patch) | |
| tree | 4c498dadc0d229ed90e5775dfeb372bcfca7efc9 /demos/quickstart/protected/pages/Controls/Simple.page | |
| parent | 94e49ca4633600269831c4e80af25ddcfa3a8258 (diff) | |
Added placeholders in simple HTML control tutorial.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Simple.page')
| -rw-r--r-- | demos/quickstart/protected/pages/Controls/Simple.page | 16 | 
1 files changed, 16 insertions, 0 deletions
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  | 
