# changeHelpText

### Parameters

1. controlId => Id of the control
2. helpText => the new text, you want to set or empty to remove an existing text

### Example Usages

```javascript
   brixxApi.changeHelpText("myControl", "Hello World");
```
