<!-- WARNING: DO NOT CHANGE ANY ID ATTRIBUTES ASSOCIATED WITH MENU ITEMS. -->
<!-- Changing IDs will make it impossible for other developers to locate -->
<!-- menu items for installation purposes. -->
<shortcutlist xmlns:MMString="http://www.macromedia.com/schemes/dat/string/" id="DWConnectionsContext">
	<shortcut key="Cmd+I"   	domRequired="false"		enabled="insertEnabled(dw.databasePalette.getSelectedNode());" command="clickedInsert(dw.databasePalette.getSelectedNode());" id="DWShortcuts_ServerComponent_Insert" />
	<shortcut key="Del"				domRequired="false"   enabled="(dw.databasePalette.getSelectedNode() != null && (dw.databasePalette.getSelectedNode().objectType=='Connection'))" command="clickedDelete();"  id="DWShortcuts_ServerComponent_Delete" /> 	
</shortcutlist>
<menubar name="" id="DWConnectionsContext">
    <menu name="" id="DWContext_Connections">
        <menuitem MMString:name="Components/ColdFusion/Connections/ConnectionsMenus_xml/DWContext_Connections_EditConnection/menuitem/name"  enabled="(dw.databasePalette.getSelectedNode() != null && (dw.databasePalette.getSelectedNode().objectType=='Connection'))" command="clickedEdit();"	 id="DWContext_Connections_EditConnection" />
        <menuitem MMString:name="Components/PHP_MySQL/Connections/ConnectionsMenus_xml/DWContext_Connections_DuplicateConnection/menuitem/name"  enabled="(dw.databasePalette.getSelectedNode() != null && (dw.databasePalette.getSelectedNode().objectType=='Connection'))" command="clickedDuplicate();"	 id="DWContext_Connections_DuplicateConnection" />
        <menuitem MMString:name="Components/ColdFusion/Connections/ConnectionsMenus_xml/DWContext_Connections_DeleteConnection/menuitem/name"  enabled="(dw.databasePalette.getSelectedNode() != null && (dw.databasePalette.getSelectedNode().objectType=='Connection'))" command="clickedDelete();"	 id="DWContext_Connections_DeleteConnection" />
        <menuitem MMString:name="Components/ASP_NET_Csharp/Connections/ConnectionsMenus_xml/DWContext_Connections_TestConnection/menuitem/name_14" enabled="(dw.databasePalette.getSelectedNode() != null && (dw.databasePalette.getSelectedNode().objectType=='Connection'))" command="clickedTest();"	 id="DWContext_Connections_TestConnection" />
		<separator/>
		<menuitem MMString:name="Components/ASP_NET_Csharp/Connections/ConnectionsMenus_xml/DWContext_Tables_ViewData/menuitem/name" command="clickedViewData();" enabled="(dw.databasePalette.getSelectedNode() != null && (dw.databasePalette.getSelectedNode().objectType=='Table' || dw.databasePalette.getSelectedNode().objectType=='View'))" id="DWContext_Tables_ViewData" />
		<separator/>
		<menuitem MMString:name="Components/ASP_NET_Csharp/Connections/ConnectionsMenus_xml/DWShortcuts_ServerComponent_Insert/menuitem/name"    	domRequired="false"		enabled="insertEnabled(dw.databasePalette.getSelectedNode());" command="clickedInsert(dw.databasePalette.getSelectedNode());" id="DWShortcuts_ServerComponent_Insert" />
		<menuitem MMString:name="Components/ASP_NET_Csharp/Connections/ConnectionsMenus_xml/DWContext_Connections_TestConnection/menuitem/name_19"  command="dw.databasePalette.refresh()"	 id="DWContext_Connections_TestConnection" />
    </menu>
</menubar>
<menubar name="" id="DWConnectionsChoosersContext">
    <menu name="" id="DWContext_ConnectionsChooser">
		<menuitem dynamic MMString:name="Components/ASP_NET_Csharp/Connections/ConnectionsMenus_xml/DWContext_Connections_Chooser_List/menuitem/name" file="Menus/MM/DB_Connections.htm" id="DWContext_Connections_Chooser_List" />
    </menu>
</menubar>
