summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/id/TextBox.page
diff options
context:
space:
mode:
authorkabayan <>2007-08-23 10:25:17 +0000
committerkabayan <>2007-08-23 10:25:17 +0000
commite2f3b5fce11e0ced17f6a6df7c08a98cfa0fa540 (patch)
treeb0de1ae62fa4fb1403d9f6218fe09b714ef31ab7 /demos/quickstart/protected/pages/Controls/id/TextBox.page
parentc4f8cbabdf91cd6a4a45ff879f1210217f6c9f8e (diff)
Indonesian QuickStart Controls without Samples
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/id/TextBox.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/id/TextBox.page11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/id/TextBox.page b/demos/quickstart/protected/pages/Controls/id/TextBox.page
new file mode 100644
index 00000000..b91810cc
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/id/TextBox.page
@@ -0,0 +1,11 @@
+<com:TContent ID="body" >
+
+<h1 id="4501">TTextBox</h1>
+<com:DocLink ClassPath="System.Web.UI.WebControls.TTextBox" />
+
+<p id="520315" class="block-content">
+<tt>TTextBox</tt> menampilkan kotak teks pada halaman Web. Konten dalam kotak teks ditentukan oleh properti <tt>Text</tt>. Anda dapat membuat teks <tt>SingleLine</tt>, a <tt>MultiLine</tt>, atau <tt>Kata sandi</tt> dengan menyetel properti <tt>TextMode</tt>. Properti <tt>Rows</tt> dan <tt>Columns</tt> menetapkan dimensinya. Jika <tt>AutoPostBack</tt> adalah true, perubahan konten dalam kotak teks dan kemudian memindahkan fokur keluar darinya akan menyebabkan aksi postback.
+</p>
+<com:RunBar PagePath="Controls.Samples.TTextBox.Home" />
+
+<div class="last-modified">$Id: TextBox.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent> \ No newline at end of file