Description
A class which wraps up the font face combobox and associated data
Superclass Chain
formatfontcolor
Details
Properties (2)
-
editor
-
<attribute name="editor" value="$once{this.parent.editor}" />
-
toolbar
-
<attribute name="toolbar" value="$once{this.parent}" />
Methods (2)
-
reset()
-
method broadcast out by the toolbar for clearing tool's state
-
setState()
-
<method name="setState" args="state" />
public function setState(state);
method broadcast out by the toolbar for setting tool's state
LZX Synopsis
<class name="
formatfontcolor">
<attribute name="
editor
" value="
$once{this.parent.editor}" />
<attribute name="
toolbar
" value="
$once{this.parent}" />
<method name="
reset
" />
<method name="
setState
" args="
state" />
</class>
JavaScript Synopsis
public
formatfontcolor {
prototype public function
reset
();
prototype public function
setState
(
state);
}