arya-blue
luna-amber
luna-blue
luna-green
luna-pink
nova-dark
nova-light
saga-blue
vela-blue
MarkdownEditor
Lightweight, flexible, customizable WYSIWYG Markdown editor.
Source

<p:growl id="growl" keepAlive="true">
        <p:autoUpdate/>
    </p:growl>

    <h:panelGrid columns="2" id="pnlDetails" styleClass="p-4">
        <p:outputLabel value="RTL:" for="@next" styleClass="mr-2"/>
        <p:selectBooleanCheckbox id="chkRtl" value="#{markdownEditorController.rtl}" styleClass="mr-2">
            <p:ajax update="txtMarkdown"/>
        </p:selectBooleanCheckbox>
    </h:panelGrid>

    <pe:markdownEditor id="txtMarkdown" widgetVar="mde" value="#{markdownEditorController.markdown}"
                       maxHeight="300px" sideBySideFullscreen="false" required="true" mode="sidebyside"
                       dir="#{markdownEditorController.rtl ? 'rtl' : 'ltr'}"
                       toolbar="bold, italic, strikethrough, |, heading-1, heading-2, heading-3,|, code, quote, unordered-list, ordered-list,|, clean-block, link, image, table, horizontal-rule,|, preview, side-by-side, fullscreen, |, guide">
        <p:ajax event="paste" listener="#{markdownEditorController.onPaste}"/>
        <p:ajax event="copy" listener="#{markdownEditorController.onCopy}"/>
        <p:ajax event="cut" listener="#{markdownEditorController.onCut}"/>
    </pe:markdownEditor>

    <p:commandButton value="Submit" actionListener="#{markdownEditorController.submit}" update="txtMarkdown"
                     styleClass="mt-4"/>
            
Components and more
Documentation pe:
Attributes (move mouse over the names to see data types)
Name Description
No attributes available for this component.
PrimeFaces Extensions Showcase - © 2011-2025,PrimeFaces: 15.0.13,PrimeFaces Extensions: 15.0.14-SNAPSHOT,JSF: Apache MyFaces JSF-2.3 Core Impl 2.3.10,Server: Apache Tomcat (TomEE)/9.0.82 (8.0.16),Build time: 2026-02-23 00:32