diff options
author | kabayan <> | 2007-08-23 10:25:17 +0000 |
---|---|---|
committer | kabayan <> | 2007-08-23 10:25:17 +0000 |
commit | e2f3b5fce11e0ced17f6a6df7c08a98cfa0fa540 (patch) | |
tree | b0de1ae62fa4fb1403d9f6218fe09b714ef31ab7 /demos/quickstart/protected/pages/Controls/id/RadioButton.page | |
parent | c4f8cbabdf91cd6a4a45ff879f1210217f6c9f8e (diff) |
Indonesian QuickStart Controls without Samples
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/id/RadioButton.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/id/RadioButton.page | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/id/RadioButton.page b/demos/quickstart/protected/pages/Controls/id/RadioButton.page new file mode 100644 index 00000000..f3766e9e --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/id/RadioButton.page @@ -0,0 +1,11 @@ +<com:TContent ID="body" >
+
+<h1 id="4101">TRadioButton</h1>
+<com:DocLink ClassPath="System.Web.UI.WebControls.TRadioButton" />
+
+<p id="480307" class="block-content">
+<tt>TRadioButton</tt> mirip dengan <tt>TCheckBox</tt> dalam setiap aspek, kecuali bahwa <tt>TRadioButton</tt> menampilkan tombol radio pada halaman Web. Tombol radio dapat dimiliki oleh grup yang ditetapkan oleh <tt>GroupName</tt> dengan demikian hanya satu tombol radio yang bisa dipilih.
+</p>
+<com:RunBar PagePath="Controls.Samples.TRadioButton.Home" />
+
+<div class="last-modified">$Id: RadioButton.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file |