1
edit
Changes
→Usage Examples
== Usage Examples ==
This sample code provides a textbox which allows the user to type and modify content, but does not allow for the cut, copy and paste facilities:
<pre>
<form method="post" action="foo">
<span style="-moz-user-modify:write-only;">
<input type="text" name="tb1" value="qwerty" />
</span>
</form>
</pre>
== Notes ==