1.8

Table Of Contents
Name">
l
No label: The label value is ignored.
l
Insertion Point: Defines how new elements are inserted, by default:
l
At cursor position: The element is inserted where the cursor is located in the
template.
l
Before element: The element is inserted before the current element where the
cursor is located. For example if the cursor is within a paragraph, insertion
occurs before the <p> tag.
l
After start tag: The element is inserted within the current element, at the
beginning, just after the start tag.
l
Before end tag: The element is inserted within the current element, at the
end, just before the end tag.
l
After element: The element is inserted after the current element where the
cursor is located. For example if the cursor is within a paragraph, insertion
occurs after the <p> tag.
l
Get Job Data File: Defines the Workflow URL to be used when the Get Job Data
File on submit toolbar button is active. This simplifies the process of creating and
testing COTG Forms (see "Capture OnTheGo" on page406).
l
Workflow URL: The default URLis: http://127.0.0.1:8080/_
getSampleFormData_
Profile Scripts dialog
The Script Profiler is accessible through the Context >Profile Scripts menu option. It runs the
scripts in the template, using the current record, in order to verify the speed at which scripts in
the "Scripts pane" on page766 execute. It helps greatly in troubleshooting performance issues
caused by scripting (see also: "Testing scripts" on page632).
When the dialog opens, the script profiler runs automatically, on 1000 instances of all the
scripts by default (this can be changed through the "Scripting Preferences" on the previous
page).
Note
The script profiler can take a while, so please be patient.
Page 714