MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 52

Extending dreamweaver
Table of Contents

Advertisement

Container
This tag must be contained in a
Example
<panelset>
<panelframe rect="196 453 661 987" visible="true" dock="floating">
<panelcontainer title="Color" height="250" visible="true"
expanded="true" activepanel="20">
<panel id="20"></panel>
</panelcontainer>
</panelframe>
</panelset>
Customizing the Code view toolbar
The Code view toolbar displays 15 buttons initially. This is a subset of the buttons that are
available. You can customize the Code view toolbar by changing the buttons that appear on
the toolbar and the order in which they appear by editing the file Configuration/Toolbars/
Toolbars.xml. You can also insert your own buttons into the toolbar through the Extension
Manager.
To change the order of button:
1.
Open the file Configuration/Toolbars/toolbars.xml.
2.
Locate the Code view toolbar section by searching for the following comment:
<!-- Code view toolbar -->
3.
Copy and paste the button tags so that they appear in the order you want on the toolbar.
4.
Save the file.
To remove a button:
1.
Open the file Configuration/Toolbars/toolbars.xml.
2.
Locate the Code view toolbar section by searching for the following comment:
<!-- Code view toolbar -->
3.
Surround the button you want to remove with a comment.
The following example shows a button that is surrounded by comments so that it does not
appear on the toolbar:
<!-- remove button from Code view toolbar
<button id="DW_ExpandAll"
image="Toolbars/images/MM/T_ExpandAll_Sm_N.png"
disabledImage="Toolbars/images/MM/T_ExpandAll_Sm_D.png"
tooltip="Expand All"
domRequired="false"
52
Customizing Dreamweaver
tag.
panelcontainer

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents