GhostWire Button [Label is HTML enabled]
The label in the
Button component is HTML enabled. This allows you to create labels with different HTML text formatting supported by Flash MX - <i>, <b>, etc.
If you need to display characters such as the '<', then please use the following:
< (less-than sign)
<
> (greater-than sign)
>
& (ampersand)
&
" (double-quote)
"
' (apostrophe)
'
Example:
To set "<< Previous" as the label, you would do
setLabel("<< Previous");
Flash Components
Button
:: CheckBox
:: CollapsibleMenu
:: CollapsiblePane :: ColorPicker :: ComboBox
:: ContextMenu
:: DialogBox
:: InputField
:: ListBox :: Loader :: Menu
:: SlideMenu
:: NumericBox
:: Panel :: ProgressBar :: RadioButton
:: ScrollBar
:: ScrollPane
:: SlidePane
:: Slider
:: TabView
:: TextArea
:: TreeView
:: Window
See also
Documentation :: FAQs :: Testimonials
|