preference-editable
- Mozilla 1.8
- Type: boolean
- If
true
, the element may be used as one that modifies a preference in aprefwindow
. Thepreference
attribute may be used to connect to apreference
element. This is useful for custom elements implemented in XBL. The element should firechange
,command
, orinput
event when the value is changed so that the preference will update accordingly.
See the pref system documentation for more information.