Changes

Jump to: navigation, search

CSS GUIDE -MOZ-USER-MODIFY

338 bytes added, 00:41, 14 December 2006
Summary
'''Media:''' interactive
Possible uses include: *update forms which should prohibit modification of certain content, but wish to utilize the same look-and-feel as the input form (for example, textbox usage).*template pages
== Syntax ==
== Legal Values ==
<table border="1" cellpadding="3">
<tr><th>Value</th><th>Description</th></tr>
<tr><td>inherit</td><td>Inherit the value from parent element.</td></tr>
== 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