Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Description
Chinese |
---|
描述 |
Completes an assignment with a specific process instance id & activity instance id with option to set workflow variables
Chinese |
---|
使用特定流程实例标识和活动实例标识完成分配,并带有用于设置工作流程变量的选项 |
Parameters
Chinese |
---|
参数 |
baseUrl - base URL of Joget Workflow, e.g., 'http://localhost/jw'
Chinese |
---|
baseUrl - Joget Workflow的基本URL,例如 'http://localhost/jw' |
activityId - activity instance id of the assignment to be completed
Chinese |
---|
activityId - 要完成的分配的活动实例标识 |
variableData - variables to be set. All variable name must prefix with "var_"
Chinese |
---|
variableData - 要设置的变量。所有变量名都必须以“var_”作为前缀 |
redirect - a URL to redirect to after the assignment is completed (optional)
Chinese |
---|
redirect - 分配完成后重定向到的URL(可选) |
...
Description
Chinese |
---|
描述 |
Gets the current logged in username in Joget Workflow
...
Description
Chinese |
---|
描述 |
Login the user in Joget Workflow
...
Description
Chinese |
---|
描述 |
Login the user with hash in Joget Workflow
...
Description
Chinese |
---|
描述 |
Logs out the current logged in username in Joget Workflow
...
Description
Chinese |
---|
描述 |
Withdraws an assignment with a specific activity instance id
...
Description
Chinese |
---|
描述 |
Initiates Ajax call with JSONP
...
Description
Chinese |
---|
描述 |
Initiates Ajax GET to a specific URL
...
Description
Chinese |
---|
描述 |
Initiates Ajax POST to a specific URL
...
Description
Chinese |
---|
描述 |
Used to gets the field object of a form field
...
Description
Chinese |
---|
描述 |
Used to generates the fields value as url query parameter string
...
Description
Chinese |
---|
描述 |
Used to gets the cell objects of every rows of a grid field
...
Description
Chinese |
---|
描述 |
Used to gets the cell values of every rows of a grid field and return it in an array.
...
Description
Chinese |
---|
描述 |
Used to gets the value of a form field.
...
Description
Chinese |
---|
描述 |
Used to gets the values of a form field. Values will return in an array.
...
Description
Chinese |
---|
描述 |
Used to creates a popup dialog element.
...
Description
Chinese |
---|
描述 |
Used to creates a popup dialog element.
...
Description
Chinese |
---|
描述 |
Used by system to align the popup dialog to the center of the screen.
...
Description
Chinese |
---|
描述 |
Used to escapes HTML syntax in a value
...
Description
Chinese |
---|
描述 |
Used by the system to calculate the height of a popup dialog for current screen size to support mobile device.
...
Description
Chinese |
---|
描述 |
Used by the system to calculate the width of a popup dialog for current screen size to support mobile device.
...
Description
Chinese |
---|
描述 |
Used by system to gets the query parameters string that contains the meta of current userview theme in used.
...
Description
Chinese |
---|
描述 |
Used to generate a query string based on a parameters object
...
Code Block | ||
---|---|---|
| ||
var params = { "name" : ["joget"], "email" : ["info@joget.org", "test@joget.org"] }; var queryString = UrlUtil.constructUrlQueryString(params); console.log(queryString); // name=joget&email=info%40joget%2Eorg&email=test%40joget%2Eorg |
Description
Chinese |
---|
描述 |
Used to encodes the URL parameters in a URL.
...
Description
Chinese |
---|
描述 |
Used to gets an object contains all parameter as attribute name and its value in an URL.
...