Blame | Letzte Änderung | Log anzeigen | RSS feed
<com:TContent ID="body" ><h1>TKeyboard</h1><com:DocLink ClassPath="System.Web.UI.WebControls.TKeyboard" /><p><tt>TKeyboard</tt> displays a virtual keyboard that users can click on to enter input inan associated text box. It helps to reduce the keyboard recording hacking.</p><p>To use TKeyboard, write a template like following:</p><com:TTextHighlighter Language="prado" CssClass="source"><com:TTextBox ID="PasswordInput" /><com:TKeyboard ForControl="PasswordInput" /></com:TTextHighlighter><p>A TKeyboard control is associated with a <tt>TTextBox</tt> control by specifying<tt>ForControl</tt> to be the ID of that control. When the textbox is in focus,a virtual keyboard will pop up; and when the text box is losing focus, the keyboardwill hide automatically. Set <tt>AutoHide</tt> to false to keep the keyboard showing all the time.</p><p>The appearance of the keyboard can also be changed by specifying a customized CSS file via<tt>CssUrl</tt>. By default, the CSS class name for the keyboard is 'Keyboard'. This mayalso be changed by specifying <tt>KeyboardCssClass</tt></p><com:RunBar PagePath="Controls.Samples.TKeyboard.Home" /><div class="last-modified">$Id: Keyboard.page 2159 2007-08-27 21:23:33Z xue $</div></com:TContent>