crm:tinymceeditor

Overview

The <crm:tinymceeditor> tag is used to display a TinyMCE editor editor on the page.

Attributes

Name

Required

Type

Default

Description

columnClasses

false

String

ui-grid-col-12

Comma separated list of column style classes of the gird layout that will be used to display the component.

Column style class should be prefixed with ui-grid-col- and suffixed with the number of columns that content will take (out of 12).

For example, for two columns with the same size the columnClasses should be "ui-grid-col-6,ui-grid-col-6".

columns

false

Integer

1

Number of columns of the gird layout that will be used to display the component.

height

false

Integer

auto

Height of the editor

id

true

String

null

Unique identifier of the component.

labelKey

false

String

null

A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component.

managedBean

true

String

null

The name of the Java managed bean class that will be used for retrieving the component values.

modefalseStringThe mode of the managed bean.

The mode of the component. 

Allowed values are VIEW and EDIT.

readonly

false

Boolean

false

Flag indicating that this component will prevent changes by the user.

tip

false

String

null

A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information.

translatedValuefalseStringnullThe translated value of the component in the selected language.

value

true

Object


The value of the component.

visible

false

Boolean

true

Controls the visibility of the component.


Getting Started

The following example shows a TinyMCE editor component.