brixxbox Wiki
Search
⌃K

switchTagControl

Changes the tag control to edit mode and vice versa.

Parameters

  1. 1.
    controlId - String with the control id.
  2. 2.
    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);