Zum Hauptinhalt springen

switchTagControl

Parameters

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