User Tags - EnterWorks_Process_Exchange_(EPX) - 10.6

EnterWorks EPX Process Modeling

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.6
ft:locale
en-US
Product name
Precisely EnterWorks
ft:title
EnterWorks EPX Process Modeling
First publish date
2007
ft:lastEdition
2023-07-28
ft:lastPublication
2023-09-20T04:05:11.973000

There are two user tags defined in TMWorkItemTemplate.html. These tags define where the user should add their JavaScript and HTML code to the viewer. The user tags are:

  • USER_WORKITEMVIEWER_SCRIPT

This tag contains the user’s JavaScript area. If the user requires any JavaScript in the work item viewer, it should be added here. This tag comes with several predefined JavaScript functions that you may use as needed. Use the validateForm() function if you want to add any validation to the viewer before submitting it. Use the kpress() function if you want to handle any key press events.

  • USER_WORKITEM_AREA

This is the user’s data area.

Note: TaskManager does not support frames, inline frames, or additional forms in this area. All HTML in the area must be well-formed HTML.