Operation Manual

Table Of Contents
64
Workspace and workflow
Last updated 11/30/2015
Note: If there is a problem with the key combination (for example, if the key combination is already assigned to another
command), an explanatory message appears just below the Shortcuts field and you may be unable to add or edit the
shortcut.
About keyboard shortcuts and non-U.S. keyboards
The default Dreamweaver keyboard shortcuts work primarily on U.S.-standardized keyboards. Keyboards from other
countries (including those produced in the United Kingdom), may not provide the functionality necessary for utilizing
these shortcuts. If your keyboard does not support certain Dreamweaver-enabled shortcuts, Dreamweaver disables
their functionality.
To customize keyboard shortcuts that work with non-U.S.-standardized keyboards, see “Changing keyboard shortcut
mappings in Extending Dreamweaver.
More Help topics
Work with code snippets
Optimizing the workspace for visual development
Note: The user interface has been simplified in Dreamweaver CC and later. As a result, you may not find some of the
options described in this article in Dreamweaver CC and later. For more information, see
this article.
Displaying web-application development panels
Select the Data category from the Category pop-up menu of the Insert panel to display a set of buttons that let you add
dynamic content and server behaviors to your page.
The number and type of buttons that appear vary depending upon the document type opened in the Document
window. Move your mouse over an icon to display a tooltip that describes what that button does.
The Insert panel includes buttons to add the following items to the page:
Recordsets
Dynamic text or tables
Record navigation bars
If you switch to Code view (View > Code), additional panels might appear in their own Insert panel category,
allowing you to insert code in the page. For example, if you view a ColdFusion page in Code view, a CFML panel
becomes available in the CFML category of the Insert panel.
Several panels provide ways for you to create dynamic pages:
Select the Bindings panel (Window > Bindings) to define sources of dynamic content for your page and add the
content to the page.
Select the Server Behaviors panel (Window > Server Behaviors) to add server-side logic to your dynamic pages.
Select the Databases panel (Window >Databases) to explore databases or create database connections.
Select the Components panel (Window > Components) to inspect, add, or modify code for ColdFusion
components.