MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Spezifikationen Seite 134

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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')" />
Seitenansicht 133
1 2 ... 129 130 131 132 133 134 135 136 137 138 139 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare