1
edit
Changes
→Usage Examples
== Usage Examples ==
This sample code provides a textbox which does not allow input focus (left mouse click and subsequent display of the cursor):
<pre>
<span style="-moz-user-input: disabled;">
<input type="text" name="tb1" value="qwerty" />
</span>
</pre>
== Notes ==