MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Dokumentacja Strona 134

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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')" />
Przeglądanie stron 133
1 2 ... 129 130 131 132 133 134 135 136 137 138 139 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag