Properties view associated with Rich Page Editor
The Properties view that is associated with Rich Page Editor displays specific information for the currently selected tag in a web page. You can use the Properties view to edit properties that are related to the appearance of tags in a web browser. For example, you can change CSS style information, default attribute values, Dojo properties, and jQuery properties, as required.
You can use the Properties view to edit JavaScript, HTML, or JSP tags when the Design, Source, or Split view is open in Rich Page Editor. Changes in the Properties view are displayed in Rich Page Editor when you change the cursor focus or press Enter. If you update tags in the Source view of Rich Page Editor, your changes take effect immediately in the Properties view.
Breadcrumb navigation
When you select a node in Rich Page Editor, the Properties view uses a breadcrumb trail to provide context for the selected node:
You can scroll through the breadcrumb trail without losing the position of your cursor in Rich Page Editor. Using this feature, you can quickly update the properties of ancestor elements.
Categorized property pages
The Properties view organizes properties into various categories, including:- Styles
- Use to manipulate basic CSS style information (such as an attribute or the class that is associated with it) or various font, color, and alignment properties.
- Layout
- Use to configure properties that control the layout of the element within the presentation of the page.
- All
- Use to view all of the attributes for an element, in a tabbed list.
- Dojo
- Use to configure Dojo-specific properties on certain widgets.Note: This category applies only to Dojo-enabled projects.
- jQuery
- Use to configure jQuery-specific properties on certain widgets.Note: This category applies only to jQuery-enabled projects.