# 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

```javascript
   brixxApi.switchTagControl('fieldId');
```

```javascript
   brixxApi.switchTagControl('fieldId', true);
```
