Most of the HTML Processor Toolkit files are included in the \Redist\WF_Html_Toolkit directory (on the eProcess Services server). The directory includes the following sub-directories:
The tables in this section list and describe the files in the \Redist\WF_Html_Toolkit directory. The following sections describe the contents of each of the sub-directories under the \WF_Html_Toolkit directory:
The following table lists, and briefly describes, the shared files in the \WF_Html_Toolkit\Core directory. You can extend these files, but do not delete the files or any of the existing content of these files.
Note For more information, see the Modify Core Files topic.
File name |
Description |
---|---|
att.js |
Implements functions for creating a client-side attachment object and defines the associated methods for the object. Checks for the attachment type: document, folder, and stored search. Uses some of the Web Services client-side, Javascript API objects to work with attachments. |
launchStepElementInit.asp |
Retrieves the launch step information and initializes the Launch Step Processor system field values for the user interface components. References work groups and attachment functionality. Uses loadAtt.inc, loadFields.inc, and loadWorkGroup.inc to initialize the attachment properties. |
launchStepProcessor.asp |
Implements functions for parsing and processing XML string for launch processor operations (like launch and cancel). The implemented functions assume that an VWSession already exists. |
loadAtt.inc |
Server-side include file. Implements general functions for loading and displaying attachment objects (including attachment properties). |
loadFields.inc |
Server-side include file. Implements general functions for loading, displaying, and sorting system data fields arrays. |
loadWorkGroup.inc |
Server-side include file. Implements general functions for loading and displaying work groups arrays. |
step.js |
Implements functions for creating and working with client-side work group objects, step element objects, step information objects, and step parameter objects. The functions define all of the associated methods for these objects. |
stepElementInit.asp |
Retrieves the step information and initializes the Step Processor system field values for the user interface components (like F_StepDescription, F_Originator, F_LaunchDate, etc.). References work groups and attachment functionality. Uses loadAtt.inc, loadFields.inc, and loadWorkGroup.inc to initialize the attachment properties. |
stepProcessor.asp |
Implements functions for parsing and processing XML string from Step Processor operations (like save, cancel, reassign, return, etc.). The implemented functions assume that an VWSession object already exists. |
stepProcessorAttHelper.asp |
Implements helper functions for getting and saving attachments. |
stepProcessorFieldHelper.asp |
Implements helper functions for working getting field values and working with field arrays. |
stepProcessorWGHelper.asp |
Implements helper function for saving workgroup information. |
toolbarHelper.asp |
Implements helper functions for both Step Processor and Launch Step Processor user interface toolbar components (like save, cancel, move, cancel launch, etc.) |
The following table lists, and briefly describes, the shared files in the \WF_Html_Toolkit\UI directory. You can extend these files, but do not delete the files or any of the existing content of these files.
Note For more information, see the Modify User Interfaces Files topic.
File name |
Description |
---|---|
arrayEdit.asp |
Implements functions for checking, displaying, and editing field arrays. The embedded form posts the information to the dataField.asp file. |
attachment.asp |
Container file. Implements a frameset for presenting the attToolbar.asp and attachmentTable.asp files. |
attachmentTable.asp |
Provides a table for displaying attachment. The file implements Javascript functions for getting attachment names, item information, attachment IDs, and the name of the library storing the attachment. |
attToolbar.asp |
Implements functions for creating an attachment toolbar and working with the changing toolbar state. |
dataField.asp |
Receives array data from the arrayEdit.asp file. Provides a table for editing non-array values and displaying field array information. |
generalInfo.asp |
Provides a table to display general step information, like the subject or comments. Implements functions used in the General tab. |
milestone.asp |
Provides support for displaying milestone-related message and status information. |
reassign.asp |
Implements a dialog box that allows a participant or tracker to reassign the workflow step to a new participant. |
resource.asp |
Defines localizeable strings that are shared by the HTML Step Processor, HTML Launch Step Processor, and HTML milestone tracker components. |
stepInfo.asp |
Displays general step information (like the subject, sender information, origination time, reception time, comments, and responses). |
tab.asp |
Implements functions for selecting the Attachments, Data Fields, Workflow Groups, General, and Milestone tabs. |
tabContent.asp |
Container file. Implements logic for selecting the page(s) associated with the selected tab. |
toolbar.asp |
Works with toolbarHelper.asp, which implements all of the button event handlers, and ToolbarButton.asp files to implement functions to display a toolbar for the following operations: Complete, Save, Move, Cancel, Reassign, Return, Status, and Help. |
workGroup.asp |
Provides a table to display workgroup information, like workgroup name and workgroup participants. Implements function for calling workGroupEdit.asp. |
workGroupEdit.asp |
Provides a dialog box for displaying and updating workgroup information. |
The following table lists, and briefly describes, the shared files in the \WF_Html_Toolkit\Utility directory. You can extend these files, but do not delete the files or any of the existing content of these files.
Note For more information, see the Modify Utility Files topic.
File name |
Description |
---|---|
utility.js |
Client-side file that implements Javascript utility functions for working with field values; Defines functions for sorting, checking, and converting strings to XML. |
utility.asp |
Server-side .ASP file that implements VBScript utility functions for working with field values; Defines functions for sorting, checking, and converting strings from XML to HTML. |
The following table lists, and briefly describes, the shared toolbar files in the \Redist\Toolbar directory. These files are supplied by Panagon Web Services.
File name |
Description |
---|---|
ToolbarButton.asp |
Implements toolbar icon functionality. Supplied by Panagon Web Services but referenced to by the HTML processors user interface components, like attToolbar.asp. |
ToolbarStoredSearch.asp |
Implements toolbar icon functionality for the stored searches. Supplied by Panagon Web Services but referenced to by the HTML processors user interface components. |