Specifications

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')" />