switchTagControl
Changes the tag control to edit mode and vice versa.
Parameters
controlId - String with the control id.
editMode - Optional boolean to determine if the control should be in edit mode or not. If not stated, the control will switch to it's other mode.
Example Usages
app.switchTagControl("fieldId");
app.switchTagControl("fieldId", true);
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?