Functions | |
json | FormIt.GroupEdit.GetEditingHistoryID () |
Get the id of the history that is currently edited, or the id of the main history, if no group is edited. | |
json | FormIt.GroupEdit.GetInContextEditingPath () |
Get the editing context path. | |
json | FormIt.GroupEdit.SetInContextEditingPath (path) |
Set the editing context path. | |
json | FormIt.GroupEdit.IsEditingInContext () |
Returns true if edit in context is happening. | |
json | FormIt.GroupEdit.EndEditInContext () |
End editing in context. | |
json | FormIt.GroupEdit.ExitToParentContext () |
Exit to the parent context. | |
json | FormIt.GroupEdit.GetShowEditedGroupOnly () |
Returns the status of the "Show Edited Group Only" option | |
json | FormIt.GroupEdit.SetShowEditedGroupOnly (show) |
Sets the status of the "Show Edited Group Only" option. | |
json FormIt.GroupEdit.EndEditInContext | ( | ) |
End editing in context.
json FormIt.GroupEdit.ExitToParentContext | ( | ) |
Exit to the parent context.
If editing a nested group, this method will exit to the parent context as defined by the editing path.
json FormIt.GroupEdit.GetEditingHistoryID | ( | ) |
Get the id of the history that is currently edited, or the id of the main history, if no group is edited.
json FormIt.GroupEdit.GetInContextEditingPath | ( | ) |
Get the editing context path.
The path is to the specific instance that is being edited.
json FormIt.GroupEdit.GetShowEditedGroupOnly | ( | ) |
Returns the status of the "Show Edited Group Only" option
json FormIt.GroupEdit.IsEditingInContext | ( | ) |
Returns true if edit in context is happening.
json FormIt.GroupEdit.SetInContextEditingPath | ( | path | ) |
Set the editing context path.
The path is to the specific instance that should be edited.
[in] | path | WSM.GroupInstancePath |
json FormIt.GroupEdit.SetShowEditedGroupOnly | ( | show | ) |
Sets the status of the "Show Edited Group Only" option.
[in] | val | WSM.GroupInstancePath |
[in] | show | bool |