|
||
This tab allows you to define a wireframe schematic representing the document's structure and design. It is available either for dedicated wireframe documents or other document types that contain a wireframe definition. Wireframes do not affect the live site appearance of the page in any way, they are only for internal purposes.
You can add components (a special type of web parts) onto the wireframe by dragging items from the web part toolbar. To choose which components are offered in the toolbar, select a sub‑category in the drop-down list. You can also filter the items by entering their name (or its part) into the search textbox (). Alternatively, click the button in the corner of the wireframe zone and choose a specific component through the Select web part dialog.
|
Web part toolbar settings
Every user may configure the toolbar according to their preferences. There are four available positions and the toolbar can also be completely disabled.
To configure the toolbar settings, click the Settings () icon next to the category selector. The same options are also in CMS Desk -> My Desk -> My profile -> Details, so even users who have disabled their toolbar can change them. |
Double-click components to quickly modify their primary content. Depending on the type of the component, you can edit text, select an image, or specify a color. Some components have multiple editable sections.
When editing text values, you can use the following formatting syntax:
•[a]Text[/a] - displays the text as a standard hyperlink
•[i]Text[/i] - displays the text in italics
•[b]Text[/b] - makes the text bold
•[u]Text[/u] - underlines the text
•[d]Text[/d] - displays the text as a disabled element (grayed out)
•{color:Red}Text{color} - displays the text in red. You can apply any other CSS styles in format: {cssProperty:Value}Text{cssProperty}
•\n - inserts a line break (for values that have a single-line editing field)
Multiple formatting tags may be applied to the same text.
You can also insert various types of elements into the text by adding transformation expressions:
Element |
Text expression |
Output |
Checkbox (checked) |
[x] |
|
Checkbox (unchecked) |
[ ] |
|
Radio button (selected) |
(o) |
|
Radio button (unselected) |
( ) |
|
Minus icon |
[-] |
|
Plus icon |
[+] |
|
Up arrow |
[^] |
|
Down arrow |
[v] |
|
Up/down icon (spinner) |
[^v] |
|
Left arrow |
[<] |
|
Right arrow |
[>] |
|
Directory icon |
[dir] |
|
File icon |
[file] |
|
Document icon |
[doc] |
|
Indentation space |
[_] |
|
The number of underscore characters determines the indentation size. For example: [____] |
You can relocate components by dragging them to any position in the grid. Some components with advanced functionality must be moved using a special drag icon (). If a component extends beyond the borders of the grid after being relocated, the wireframe increases the grid dimensions to fit the component. You can disable automatic zone resizing by holding down the CTRL key while dragging, which crops the component if necessary (i.e. hides the sections that do not fit into the zone).
|
Grouping wireframe components
To create a group of multiple components that you can move as a single unit:
1. Add the Wireframe area component from the Layouts sub-category. 2. Place the required components into the new sub-section of the grid. 3. Drag the Wireframe area to relocate the entire section. |
You can dynamically change the dimensions of many types of wireframe components by dragging the arrow icon in their bottom right corner.
Right-click components to access their context menu:
• Configure - allows you to set the component's web part properties. The available properties depend on the particular component. All wireframe web parts have the Comments property, which allows you to enter annotations or any other notes. The component displays the comment in the grid as the tooltip of an additional help icon ().
• Bring forward - moves the component to the foreground of the wireframe, in front of all other components that occupy the same space.
• Send backward - moves the component to the background, behind other components that share the same space.
• Duplicate web part - creates an exact copy of the component in the wireframe.
There are two ways to delete components from the wireframe:
•Right-click the component and select Remove in the context menu.
•Drag the component into the "trash bin" area () on the web part toolbar.
Additional resources:
•Developer's Guide -> Development -> Wireframing
•Developer's Guide -> Development -> Wireframing -> Managing wireframes
•Developer's Guide -> Development -> Wireframing -> Configuring content inheritance
•Developer's Guide -> Development -> Wireframing -> Developing wireframe components