Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<com:TContent ID="body">
|
|
|
2 |
<h1>TKeyboard Samples</h1>
|
|
|
3 |
|
|
|
4 |
<div>
|
|
|
5 |
<com:TTextBox ID="PasswordInput" />
|
|
|
6 |
<com:TButton Text="Submit" OnClick="buttonClicked" />
|
|
|
7 |
<com:TLiteral ID="Result" />
|
|
|
8 |
</div>
|
|
|
9 |
<div>
|
|
|
10 |
<com:TKeyboard ForControl="PasswordInput" AutoHide="true" />
|
|
|
11 |
</div>
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
<div class="last-modified">$Id: Home.page 2159 2007-08-27 21:23:33Z xue $</div>
|
|
|
15 |
</com:TContent>
|