MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Specifikace Strana 134

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 692
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 133
Chapter 12134
</form>
</div>
</body>
</html>
Remember that it is not sufficient to save this code in a file called scriptEditor.htm in the
Configuration/Floaters folder; you must also call
dw.setFloaterVisibility(’scriptEditor’,true) or
dw.toggleFloater(’scriptEditor’) to load the floating panel and make it visible. The most
obvious place from which to do this is the Window menu in the menus.xml file. The
menuitem
tag to toggle the script editor panel might look like this:
<menuitem name="Script Editor" enabled="true" ¬
command="dw.toggleFloater('scriptEditor')"¬
checked="dw.getFloaterVisibility('scriptEditor')" />
Zobrazit stránku 133
1 2 ... 129 130 131 132 133 134 135 136 137 138 139 ... 691 692

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

Žádné komentáře