diff options
author | rojaro <> | 2011-06-03 21:57:48 +0000 |
---|---|---|
committer | rojaro <> | 2011-06-03 21:57:48 +0000 |
commit | f70d017d69274a49bfccd8003ddfc27e6132edd1 (patch) | |
tree | 8d65551efb36413b378ff8d1f826cd8388331dd5 /demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page | |
parent | ff051c0628c1b9cc5aa2a6556f25a95d446e077d (diff) |
removed last-modified message from templates
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page')
-rw-r--r-- | demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page b/demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page index e75e559a..e1f11e99 100644 --- a/demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page +++ b/demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page @@ -1,22 +1,21 @@ -<com:TContent ID="body">
-<!-- $Id: ActiveCheckBox.page 1650 2007-01-24 06:55:32Z wei $ -->
-<h1 id="124029">TActiveCheckBox</h1>
-<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveCheckBox" />
-
-<p id="620419" class="block-content">
-<tt>TActiveCheckBox</tt> adalah kontrol aktif selain
-<a href="?page=Controls.CheckBox">TCheckbox</a>. Properti <tt>AutoPostBack</tt>
- dari <tt>TActiveCheckBox</tt> standarnya disetel true.
- Selanjutnya, saat kotak centang diklik, event <tt>OnCallback</tt> muncul setelah event <tt>OnCheckedChanged</tt>.
- </p>
-
- <p id="620420" class="block-content">
- Properti <tt>Text</tt> dan <tt>Checked</tt> dari <tt>TActiveCheckBox</tt>
- bisa diubah selama permintaan callback. Properti <tt>TextAlign</tt> dari
- <tt>TActiveCheckBox</tt> <strong>tidak bisa</strong> diubah saat permintaan
- callback.
-</p>
-
-<com:RunBar PagePath="ActiveControls.Samples.TActiveCheckBox.Home" />
-
-<div class="last-modified">$Id: ActiveCheckBox.page 1650 2007-01-24 06:55:32Z wei $</div></com:TContent>
\ No newline at end of file +<com:TContent ID="body"> +<h1 id="124029">TActiveCheckBox</h1> +<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveCheckBox" /> + +<p id="620419" class="block-content"> +<tt>TActiveCheckBox</tt> adalah kontrol aktif selain +<a href="?page=Controls.CheckBox">TCheckbox</a>. Properti <tt>AutoPostBack</tt> + dari <tt>TActiveCheckBox</tt> standarnya disetel true. + Selanjutnya, saat kotak centang diklik, event <tt>OnCallback</tt> muncul setelah event <tt>OnCheckedChanged</tt>. + </p> + + <p id="620420" class="block-content"> + Properti <tt>Text</tt> dan <tt>Checked</tt> dari <tt>TActiveCheckBox</tt> + bisa diubah selama permintaan callback. Properti <tt>TextAlign</tt> dari + <tt>TActiveCheckBox</tt> <strong>tidak bisa</strong> diubah saat permintaan + callback. +</p> + +<com:RunBar PagePath="ActiveControls.Samples.TActiveCheckBox.Home" /> + +</com:TContent> |