switchTagControl
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
brixxApi.switchTagControl('fieldId');
brixxApi.switchTagControl('fieldId', true);