Changes

Jump to: navigation, search

CSS GUIDE -MOZ-USER-MODIFY

306 bytes added, 00:14, 14 December 2006
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 ==
1
edit

Navigation menu