Rich Text
Props
| Attribute | Description | Type |
|---|---|---|
| toolBarcolor | Define toolbar color of the RichText. | string |
| buttonsHide | Control to visibility of the toolbar buttons. | boolean |
| disabled | Disable RichText component. | boolean |
| height | Sets the height of the Rich Text component. | string |
| minHeight | Sets minimum height of the RichText component. | string |
| tabIndex | Allows component to give and receive focus. | number |
| readonly | Makes the RichText content non-editable while still allowing text selection | boolean |
| visible | Visibility of PhoneInput component. | boolean |
Events
| Attribute | Description |
|---|---|
| input | Trigger when you enter input to the textfield area |
| focus | Trigger when you focus to the textfield area |
| blur | Trigger when you click outside the textfield area |
| change | Trigger when you change value of textfield area |
Methods
| Attribute | Description |
|---|---|
| insertContent | The insertContent command inserts the passed value into the document at the cursor location. |
RichText Data Values
| Attribute | Description |
|---|---|
| content | QTextField content value, you can control your textfield data with this parameter. |