JARCH SHOWCASE
JARCH SHOWCASE
Editor - since v6.0.6 Editor is an input component with rich text editing features. Toolbar can be configured with custom controls.

* Deprecated, use TextEditor instead
Content
<a:form>
    <a:editor id="editor" widgetVar="editorWidget" value="#{editorView.text}" width="600" />

    <h:panelGrid columns="2" style="margin-top: 10px">
        <a:commandButton value="Submit" update="display" oncomplete="PF('dlg').show()" icon="ui-icon-disk" />

        <a:commandButton value="Clear" type="button" onclick="PF('editorWidget').clear();" icon="ui-icon-close" />
    </h:panelGrid>

    <a:dialog header="Content" widgetVar="dlg" showEffect="fade" hideEffect="fade">
        <h:outputText id="display" value="#{editorView.text}" escape="false" />
    </a:dialog>
</a:form>


                
JARCH, Copyright © 2022 All rights reserved. Running JARCH 24.3.0-SNAPSHOT on PrimeFaces-12.0.0 on Mojarra-2.3.13.