summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/id/ActiveCheckBox.page
blob: b68f4123173a6d6dfc63e86b0cedf076c4d160b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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 menjadi 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 selama 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>