diff options
author | Jean-Luc Gyger <jean-luc.gyger@vysual.ch> | 2016-02-11 10:01:12 +0100 |
---|---|---|
committer | Jean-Luc Gyger <jean-luc.gyger@vysual.ch> | 2016-02-11 10:01:12 +0100 |
commit | d70861a8f9368773f2f0291454e9420174e6c14a (patch) | |
tree | e44a32e401211422fb05da355c9eef4d5934d9e9 /demos/quickstart/protected/pages/Controls/id/TextBox.page | |
parent | d32f65815eb6feb4bcb8a0c85572f722d7826342 (diff) | |
parent | 275f16b90a92c62935cb691d11e0bd124acf64e4 (diff) |
Merge branch 'master' of https://github.com/majuca/prado
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/id/TextBox.page')
-rwxr-xr-x | demos/quickstart/protected/pages/Controls/id/TextBox.page | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/demos/quickstart/protected/pages/Controls/id/TextBox.page b/demos/quickstart/protected/pages/Controls/id/TextBox.page deleted file mode 100755 index 71f6d235..00000000 --- a/demos/quickstart/protected/pages/Controls/id/TextBox.page +++ /dev/null @@ -1,11 +0,0 @@ -<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" />
-
-</com:TContent>
|