May 2015
Beginner to intermediate
412 pages
8h 44m
English
An input component editor, provides rich text editing features. It contains a toolbar that can also be configured with custom controls to provide more functionality to the user.
The basic component declaration for editor, which renders default controls such as indentation, and font and color selection, would be as follows:
<p:editor value="#{editorBean.text}" />The component will be rendered on the page with default controls as shown in the following screenshot:

The editor component offers the controls attribute, which can be used to customize the toolbar of the editor. For instance, the ...
Read now
Unlock full access