-
-TLabel Samples
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-This is a label with empty Text property and nonempty body.
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TLabel/Samples.page b/demos/quickstart/protected/pages/Controls/Samples/TLabel/Samples.page
new file mode 100644
index 00000000..381541a0
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TLabel/Samples.page
@@ -0,0 +1,45 @@
+
+
+TLabel Samples
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+This is a label with empty Text property and nonempty body.
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.page b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.page
new file mode 100644
index 00000000..43ab16f7
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.page
@@ -0,0 +1,81 @@
+
+
+TTextBox Samples
+
+
+
SingleLine and Password Text Boxes
+
+Text box with default settings:
+
+
+
+Password text box:
+
+
+
+Text box with customized color, font, columns, maximum length:
+
+
+
+Disabled text box:
+
+
+
+Read-only text box:
+
+
+
+Auto postback text box:
+
+
+
+Text box's behavior upon postback:
+
+
+
+
+
+
+
MultiLine Text Boxes
+
+Text box with default settings:
+
+
+
+Text box with customized dimensions, font and content:
+
+
+This is a multiline text box.
+In HTML, it is displayed as a textarea.
+
+
+
+
+Disabled text box:
+
+
+
+Read-only text box with text-wrapping disabled:
+
+
+
+Auto postback text box:
+
+
+
+
+
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php
new file mode 100644
index 00000000..5f812c9e
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TTextBox/Samples.php
@@ -0,0 +1,16 @@
+Text="text changed";
+ }
+
+ public function submitText($sender,$param)
+ {
+ $this->TextBox1->Text="You just entered '".$this->TextBox1->Text."'.";
+ }
+}
+
+?>
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TextBox.page b/demos/quickstart/protected/pages/Controls/Samples/TextBox.page
deleted file mode 100644
index 43ab16f7..00000000
--- a/demos/quickstart/protected/pages/Controls/Samples/TextBox.page
+++ /dev/null
@@ -1,81 +0,0 @@
-
-
-TTextBox Samples
-
-
-
SingleLine and Password Text Boxes
-
-Text box with default settings:
-
-
-
-Password text box:
-
-
-
-Text box with customized color, font, columns, maximum length:
-
-
-
-Disabled text box:
-
-
-
-Read-only text box:
-
-
-
-Auto postback text box:
-
-
-
-Text box's behavior upon postback:
-
-
-
-
-
-
-
MultiLine Text Boxes
-
-Text box with default settings:
-
-
-
-Text box with customized dimensions, font and content:
-
-
-This is a multiline text box.
-In HTML, it is displayed as a textarea.
-
-
-
-
-Disabled text box:
-
-
-
-Read-only text box with text-wrapping disabled:
-
-
-
-Auto postback text box:
-
-
-
-
-
\ No newline at end of file
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TextBox.php b/demos/quickstart/protected/pages/Controls/Samples/TextBox.php
deleted file mode 100644
index 1e6478de..00000000
--- a/demos/quickstart/protected/pages/Controls/Samples/TextBox.php
+++ /dev/null
@@ -1,16 +0,0 @@
-Text="text changed";
- }
-
- public function submitText($sender,$param)
- {
- $this->TextBox1->Text="You just entered '".$this->TextBox1->Text."'.";
- }
-}
-
-?>
\ No newline at end of file
--
cgit v1.2.3