【问题标题】:Enabling table plugin feature on CQ5在 CQ5 上启用表格插件功能
【发布时间】:2013-08-01 07:19:21
【问题描述】:

我现在正在处理一项任务,我需要显示“表格”插件的现有功能。但是,我很难启用它。在下面使用此代码时,我只能获得表格属性功能。这是我在富文本编辑器上唯一显示的工具/图标。有人可以帮我启用/显示其他功能/图标,例如(插入列、插入行等)吗?

                <tableField jcr:primaryType="cq:Widget" xtype="richtext">
                    <rtePlugins jcr:primaryType="nt:unstructured">
                        <table jcr:primaryType="nt:unstructured" features="*" />
                    </rtePlugins>
                </tableField>

我尝试过这样做(如下),但还是失败了。

                <tableField jcr:primaryType="cq:Widget" xtype="richtext">
                    <rtePlugins jcr:primaryType="nt:unstructured">
                        <table jcr:primaryType="nt:unstructured" features="[insertcolumn,insertrow]" />
                    </rtePlugins>
                </tableField>

http://dev.day.com/docs/en/cq/current/administering/configuring_rich_text_editor.html

【问题讨论】:

    标签: adobe aem wcm


    【解决方案1】:

    这是表格插件提供的唯一工具栏按钮。要使用其他功能,请右键单击表格本身:

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2020-10-18
    • 1970-01-01
    • 1970-01-01
    • 2011-02-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多