Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
gian61 #1
Menu Command don't display extension menu
Hi,
I'm an extension developer and I have an extension that add a new menu label
to the DW_Commands menu This work well on DwMx but I have a problem on Dw8
because the dw8 don't display the new menu labels.
Someone can help me on find why?
this is the code I put in the mxi file to modify the menu
<configuration-changes>
<menu-insert appendTo="DWMenu_Commands">
<menu id="dwz_Commands_Window" name="_DwZone.it">
</menu>
</menu-insert>
<menu-insert appendTo="dwz_Commands_Window">
<menu id="dwz_Slide_Show" name="Slide Show">
</menu>
</menu-insert>
<menu-insert appendTo="dwz_Commands_Window">
<menu id="dwz_Sliding_Images" name="Sliding Images">
</menu>
</menu-insert>
<menu-insert appendTo="dwz_Slide_Show">
<menuitem id="dwz_Slide_Show_Menu" name="Create Standard Page"
file="Commands/SlideShowStdPage.htm" />
</menu-insert>
<menu-insert appendTo="dwz_Sliding_Images">
<menuitem id="dwz_Sliding_Images_Menu" name="Create Standard Page"
file="Commands/SlidingImagesStdPage.htm" />
</menu-insert>
Thanks
Gianluigi
gian61 Guest
-
DHTM Menu Extension
:confused; I have just loaded Dreamweaver MX2004 on a new machine, along with the DHTML Menu extension, which worked perfectly on my old machine. I... -
Menu doesn't display
Trying to create a menu when user clicks on a UIComponent. For test purposes I'm just basically using the Menu sample code. Problem is that the... -
Pop-up Menu Behavior Extension
I've been trying to find this for quite some time now. Does anyone know where I can find an extension like the one he uses in... -
command menu error
when the command menu is invoked i get an error,cannot open "file.js". no other commands are available. -
command menu Error message
when i try to access the command menu on dreamweaver mx 2004 i get a pop up message saying C:\Program Files\Macromedia\Dreamweaver MX...



Reply With Quote

