2022.1

Table Of Contents
The Foundation JavaScript files and style sheets will not be added. You only get those
automatically when you start creating a COTG template with a template wizard. (See: "Using
Foundation" on page617.)
Element specific settings
After inserting certain COTG elements, such as the Camera element, some important settings
have to be made. These will appear when you right-click the element and select it from the
short-cut menu.
Alternatively, you can make settings on the Source tab (see "Changing widget settings in
HTML" on the next page).
The default settings can be changed in JavaScript; see "Changing default settings for widgets"
on page640.
Attributes
Some attributes (which aren't the same as the settings mentioned above) of a COTG element
can be seen on the Attributes pane, after selecting the element (see "Selecting an element" on
page669).
All COTG elements have a role attribute. This attribute is not supposed to be edited:without
the correct role attribute, the element won't function.
As noted, the name attribute is what identifies the element after submitting the form.
Tip
Use the Outline pane at the left to see which elements are present in the template and to
select an element.
Use the Attributes pane at the right to see the current element's ID, class and some other
properties.
Use the Styles pane next to the Attributes pane to see which styles are applied to the
currently selected element.
Page 628