Forums
This topic is locked
Customizing the insert bar
Posted 12 Jan 2003 13:17:30
1
has voted
12 Jan 2003 13:17:30 andy flaster posted:
I have installed a number of extension into Dreamweaver MX. Many of these ext. have created their own tabs and my insert bar is getting very cluttered. I read the PDF about customizing Dreamweaver but could not find these new "categories" that are created by these extension installs and thus new tabs.
I would like to consolidate all these ext to one tab. Are these new tabs in the insert.xml file? I don't see them there.
Replies
Replied 13 Jan 2003 23:28:33
13 Jan 2003 23:28:33 Dennis van Galen replied:
Try looking in your:
C:\Documents and Settings\profile.COMPUTERNAME\Application Data\Macromedia\Dreamweaver MX\Configuration\Objects folder. They really are in there, to create a category and button with separator you would use:
<pre id=code><font face=courier size=2 id=code><category folder="MyFolder" id="My_ID" showIf="">
<button enabled="" file="Folder\MyFile.htm" id="MY_ID" image="Folder\myImage.gif" name="My name here" showIf="_SERVERMODEL_model" />
<separator id="My_ID_Sep" />
<more buttons here after the optional separator...>
</category>
</font id=code></pre id=code>
Hope that helps you on your way.
with regards,
Dennis van Galen
DMXzone Manager
Extension, Tutorial and FAQ's Manager
Studio MX / CFMX PRO / SQL 2000 / NT4 AND win2kPRO / IIS5
C:\Documents and Settings\profile.COMPUTERNAME\Application Data\Macromedia\Dreamweaver MX\Configuration\Objects folder. They really are in there, to create a category and button with separator you would use:
<pre id=code><font face=courier size=2 id=code><category folder="MyFolder" id="My_ID" showIf="">
<button enabled="" file="Folder\MyFile.htm" id="MY_ID" image="Folder\myImage.gif" name="My name here" showIf="_SERVERMODEL_model" />
<separator id="My_ID_Sep" />
<more buttons here after the optional separator...>
</category>
</font id=code></pre id=code>
Hope that helps you on your way.
with regards,
Dennis van Galen
DMXzone Manager
Extension, Tutorial and FAQ's Manager
Studio MX / CFMX PRO / SQL 2000 / NT4 AND win2kPRO / IIS5