Insert and Edit Attributes and Events

You can insert and edit attributes for the HTML containers and objects in your page. This is useful for preparing content to be accessed by JavaScript, as well as to set up inline styles and event handlers.

To insert and edit attributes:

  1. Click , Insert/Edit Attributes.

  2. In the popup window, you can specify a title, a unique ID, apply of the existing classes defined in CustomWysiwyg.css, or define a new class. You can also provide accessibility enhancements such as TabIndex and AccessKey here.

  3. Click Insert to apply your attributes and events to your content.

To insert and edit events:

  1. Click , Insert/Edit Attributes.

  2. Click the Events tab in the popup window. Here you can type in a JavaScript function for up to 12 event handlers. These are highly customizable and require programming knowledge

  3. Click Insert to apply your attributes and events to your content.