MACROMEDIA FLEX-CREATING ADVANCED COMPONENTS Manuel d'utilisateur Page 38

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 52
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 37
DescriptionTag
A combo box in the property sheet allows users
to select a font from the list of fonts available on
their system.
Style: Font Family (a font name including Ver
dana, Arial)
For example,
[Style(name="titleFontFamily", defaultValue="Ver
dana", type="String", format="fontFamily")]
A combo box in the property sheet allows users
to choose a normal or bold font weight.
Style: Font Weight (normal or bold)
For example:
[Style(name="titleFontWeight", defaultValue="normal",
type="String", format="fontWeight")]
A combo box in the property sheet allows users
to choose an italic or normal font style .
Style: Font Style (normal or italic)
For example:
[Style(name="titleFontStyle", defaultValue="normal",
type="String", format="fontStyle")]
A Color Selector in the property sheet allows
users to pick a color.
Style: Color
For example:
[Style(name="titleFontColor", defaultVal
ue="0x000000", type="uint", format="Color")]
A combo box in the property sheet allows users
to select true or false
Style: Boolean (true or false)
For example:
[Style(name="invertThumbDirection", defaultVal
ue="false", type="Boolean")]
A combo box in the property sheet allows users
to pick from a list of values
Style: Known list of values (an enumerated list).
For example:
[Style(name="dataTipPlacement", defaultValue="top",
type="String", enumeration="top, left, right, bot
tom")]
A text box in the property sheet allows the user
to type a number (restricted to numeric charac-
ters) .
Style: Number
For example:
[Style(name="tickThickness", defaultValue="1",
type="Number")]
2013-05-0638
Appendix A: Dashboards Default Property Sheet API Reference
Vue de la page 37
1 2 ... 33 34 35 36 37 38 39 40 41 42 43 ... 51 52

Commentaires sur ces manuels

Pas de commentaire