Top
Systemwalker Runbook Automation Studio User's Guide
Systemwalker

8.2.1 Overview of Views

An overview of Ajax Page Editor views is given below.

Figure 8.2 Ajax Page Editor views

Editable files

QuickForm files that meet the following conditions can be edited using the Ajax Page Editor:

The paths for the above files (rcf_config.js and rcf.js) must be defined as follows in QuickForms under the Workflow Application project web folder:

<script type="text/javascript" src="../rcf_config.js"></script>
<script type="text/javascript" src="../acf/file/rcf/rcf.js"></script>

Similarly, the paths for the files above (rcf_config.js and rcf.js) must be defined as follows in QuickForms under web folder subfolders (web/sub1):

<script type="text/javascript" src="../../rcf_config.js"></script>
<script type="text/javascript" src="../../acf/file/rcf/rcf.js"></script>

Note

The paths above are updated automatically when a QuickForm is opened. However, if Save As saved a QuickForm in another folder during editing, the paths above are not updated automatically. In that case, use the source view to update the paths.

Note

In principle, edit only the <body> tag when editing a QuickForm - do not change other tags unless there is a special need.

Ajax Page Editor settings

To set separate Ajax Page Editor operation options for each file being edited, use the Ajax Page Editor Settings page. To display it, execute Properties from the jsp file popup menu in the navigator view, then in the Properties window select Ajax Page Editor Setting.

The Ajax Page Editor Settings page is shown below.

The table below describes the Ajax Page Editor settings page items.

Item

Description

To edit your file in Ajax Page Editor, specified CSS files and JavaScript files are inserted into your file

Do not select this item.

CSS file to be inserted into your file

Cannot be used.

JavaScript file to be inserted into your file

Cannot be used.

Editable Size

For the selected file, specify in the width and height (in pixels) that can be edited using the Ajax Page Editor. UI parts within the specified size range can be edited from the Ajax Page Editor design view.

Restore Defaults

Restores the default settings, which is that nothing is specified, so all specified files are deleted.

Apply

Applies the specified settings.