In this section: |
You can use the view tabs to edit different areas of functionality for the same document. These tabs show information that would be inaccessible from any other view tab.
The Design View tab is accessible when you are creating an HTML page or document. From here, you can design the layout of your page by adding controls and components to the canvas. This is tab is selected by default when you are creating an HTML page or document.
The Parameters View tab is accessible when you are creating an HTML page or In-Document Analytic dashboard. From here, you can create and modify parameter values, input controls, and customize parameter conditions. You can also bind parameters to controls and chain controls to one another.
The Parameters tab consists of the following components:
You may select the input control object to view and edit the Properties and settings of the control.
Right-click anywhere on the Parameters tab to add a new parameter.
Note: Manually adding a parameter creates an unbound parameter.
All parameters on the parameters tab are parsed every two minutes to check if any are unresolved. If there are any unresolved parameters, their surrounding polygon is colored red. If you want to check for unresolved parameters on demand, right-click and select Refresh unresolved.
Input controls and parameters can be bound and unbound from the Parameters tab.
You may bind a parameter to an input control, or bind an input control to a parameter.
Chaining will populate controls based on the selected value from the prior control in the chain. You can chain static and dynamic controls, link or unlink parts of a chain, and create conditions on links in a chain. Chains are represented by lines connecting control objects on the Parameters tab. By clicking the arrow head in a link of a chain, the Properties and settings dialog box enables you to modify and set properties and conditions of the chain.
Note: Chaining is applicable only for controls, not parameters.
How to: |
The Embedded JavaScript and Embedded CSS View tabs are accessible when you are creating an HTML page. From here, you can create JavaScript code and cascading style sheets (CSS) for use in your HTML page. 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. You can also search for these files by using the CSS or JavaScript commands.
Embedded code is used only in the host HTML file. External code is available to be used by multiple files.
The following procedure describes how to customize titles, using jQuery and Internal CSS.
$(document).tooltip();
.ui-tooltip
Note: You can add any styling that you want.