One of the most under-used features in Dreamweaver is that of the context menus. To enable a context menu, simply right-click an object within the Document window. As you can see from Figure 2.21, the context menu displays functionality that can be performed on the selected object, in this case, the document.
All windows, panels, inspectors, and so on have selectable options within a context menu but none more so than the Document window. As we progress through features, we'll certainly cover options available within context menus. For now, let's do a simple cut and paste example using the Document window's context menu. You can follow along by performing these steps:
1. | Type some text in the Document window. I'll type Hello World . |
2. | Highlight the text by selecting one end of it and dragging over to the other end. |
3. | Right-click the selected text and choose Cut from the context menu. The text disappears. |
4. | Right-click again and choose Paste from the context menu. The text reappears.
|