Skip to main content

Rich Text

Props

AttributeDescriptionType
toolBarcolorDefine toolbar color of the RichText.string
buttonsHideControl to visibility of the toolbar buttons.boolean
disabledDisable RichText component.boolean
heightSets the height of the Rich Text component.string
minHeightSets minimum height of the RichText component.string
tabIndexAllows component to give and receive focus.number
visibleVisibility of PhoneInput component.boolean

Events

AttributeDescription
inputTrigger when you enter input to the textfield area
focusTrigger when you focus to the textfield area
blurTrigger when you click outside the textfield area
changeTrigger when you change value of textfield area

Methods

AttributeDescription
insertContentThe insertContent command inserts the passed value into the document at the cursor location.

RichText Data Values

AttributeDescription
contentQTextField content value, you can control your textfield data with this parameter.

Samples Qjson

QRichTextExample