The Cascading Style Sheet and JavaScript canvases allow you to create new cascading style sheet and JavaScript files, respectively. Both use a built-in Auto Complete feature to assist you in the creation of code segments, similar to functionality offered by Microsoft IntelliSense® and other code editors. When you begin typing a string, array, number, or user-defined object, a list of available methods displays that you can select.
The Auto Complete feature is on by default. To turn it off, right-click the canvas and click Auto Complete.
A modified version of the Text Editor tab also opens on the ribbon of both canvases, allowing you to find a specified character string or navigate by line number. For more information, see Text Editor Tab.
Code that you create in these canvases can be copied and pasted into the Embedded JavaScript/CSS view tab of the HTML canvas. Alternatively, you can reference existing cascading style sheet files and JavaScript files by typing the URL in the URL/Find File area of the Settings panel of the HTML canvas. For more information, see Embedded JavaScript/CSS View Tab.
Note: Extensions and prefixes not provided in the Cascading Style Sheet canvas may be typed in. However, some vendor prefixes may be harmful and should be thoroughly researched before being used. For more information on vendor prefixes, see:
Related Information: