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/pages/Controls/Simple.page | 16 ++++++++++++++++ demos/quickstart/protected/pages/Controls/Simple1.page | 2 -- 2 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 demos/quickstart/protected/pages/Controls/Simple1.page (limited to 'demos/quickstart/protected/pages') 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 @@

+

THyperLink

+ +

TImage

+ +

TPanel

+

TTextBox

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.

+

TButton

+ +

TLinkButton

+ +

TImageButton

+ +

TCheckBox

+ +

TRadioButton

+ \ 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 @@ - - \ No newline at end of file -- cgit v1.2.3