Adobe Extending Flash Professional CS4 Uživatelský manuál Strana 540

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 560
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 539
518
EXTENDING FLASH CS4 PROFESSIONAL
XMLUI object
var isVisible = fl.xmlui.getVisible("myListBox");
fl.trace(isVisible);
See also
xmlui.setVisible()
xmlui.set()
Availability
Flash MX 2004.
Usage
xmlui.set(controlPropertyName, value)
Parameters
controlPropertyName A string that specifies the name of XMLUI property to modify.
value A string that specifies the value to which you want to set the XMLUI property.
Returns
Nothing.
Description
Method; modifies the value of the specified property of the current XMLUI dialog box.
Example
The following example sets the value of a property named URL to www.adobe.com:
fl.xmlui.set("URL", "www.adobe.com");
See also
fl.xmlui, document.xmlPanel(), xmlui.get(), xmlui.setControlItemElement(),
xmlui.setControlItemElements()
xmlui.setControlItemElement()
Availability
Flash 8.
Usage
xmlui.setControlItemElement(controlPropertyName, elementItem)
Parameters
controlPropertyName A string that specifies the control item element to set.
Zobrazit stránku 539
1 2 ... 535 536 537 538 539 540 541 542 543 544 545 ... 559 560

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

Žádné komentáře