Adobe Dreamweaver API Reference CS5 Uživatelský manuál Strana 219

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 533
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 218
214
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
Example
var panelColorArray = dw.getPanelColor();
The return values for this example are:
panelColorArray[0] : Red
panelColorArray[1] : Green
panelColorArray[2] : Blue
panelColorArray[3] : Alpha
dreamweaver.getAppBarColor()
Availability
Dreamweaver CS4.
Description
This function retrieves the application bar colors of the user interface. You can use these colors as bar colors for the
extensions. This function helps you to ensure that the bar colors of extensions blend with the bar color of the
application user interface.
Arguments
None.
Returns
An array of strings of size 4 with the following values:
Red
Green
Blue
Alpha
Example
var appBarColorArray = dw.getAppBarColor();
The return values for this example are:
appBarColorArray[0] : Red
appBarColorArray[1] : Green
appBarColorArray[2] : Blue
appBarColorArray[3] : Alpha
Zobrazit stránku 218
1 2 ... 214 215 216 217 218 219 220 221 222 223 224 ... 532 533

Komentáře k této Příručce

Žádné komentáře