Adding styles for Table and Cell properties in Touch UI inplace editing is not working | Community
Skip to main content
Level 3
July 26, 2016

Adding styles for Table and Cell properties in Touch UI inplace editing is not working

  • July 26, 2016
  • 2 replies
  • 5671 views

I have been using AEM 6.1 and I have been trying to follow the directions on how to add Styles (Tables and Table Cells), however I have had no luck. I have a text component and  added the following to the editConfig.xml but I cannot get this to appear in either the the cell properties or table properties dialog in the rich text editor in Touch UI. Can anyone tell me what I am doing wrong?

<cq:editConfig jcr:primaryType="cq:EditConfig" cq:disableTargeting="true" jcr:created="2016-07-04T11:52:41.421+05:30" jcr:createdBy="admin"> <cq:inplaceEditing jcr:primaryType="cq:InplaceEditingConfig" active="true" editorType="text"> <config jcr:primaryType="nt:unstructured"> <rtePlugins jcr:primaryType="nt:unstructured"> <paraformat jcr:primaryType="nt:unstructured" features="*"/> <styles jcr:primaryType="nt:unstructured" features="*"> <styles jcr:primaryType="cq:WidgetCollection"> <disclaimer jcr:primaryType="nt:unstructured"/> </styles> </styles> <table jcr:primaryType="nt:unstructured" features="*">     <tableStyles jcr:primaryType="cq:WidgetCollection">         <cssStyle jcr:primaryType="nt:unstructured" cssName="valuecss" text="New Css"/>     </tableStyles>     <cellStyles jcr:primaryType="cq:WidgetCollection">     <cssStyle jcr:primaryType="nt:unstructured" cssName="valuecss" text="New Css"/>     </cellStyles> </table> <format jcr:primaryType="nt:unstructured" features="*"/> <justify jcr:primaryType="nt:unstructured" features="*"/> <lists jcr:primaryType="nt:unstructured" features="*"/> <links jcr:primaryType="nt:unstructured" features="*"/> <misctools jcr:primaryType="nt:unstructured" features="*"/> </rtePlugins> </config> </cq:inplaceEditing> </cq:editConfig>

Thanks,

Sambasivaraja

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

kautuk_sahni
Community Manager
Community Manager
July 26, 2016

Table plugins are not available for in-place editing in the touch-enabled UI. See the docs:- Configuring the Rich Text Editor

Table Plugin is not supported when editing in the touch-enabled UI. check it on fullscreen mode.

Kautuk Sahni
Level 3
July 26, 2016

kautuksahni wrote...

Add patch CUI-438, after installing the patch it should resolve the issue.

Link:- https://helpx.adobe.com/experience-manager/kb/56-rte-plugins-disable.html

Please refer this old forum post for your reference Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__oeqj-i_have_cq5_6andih.html

~kautuk

 

This is not working .I just compared the file mentioned in the package wit AEM 6.1 there is not any change.Is there any fix available for AEM 6.1????.Thanks a lot for your suggestion

October 30, 2017

I am also having similar issues. We are on 6.1 and I have tried adding tableStyles and cellStyles to no success. I am able to modify other options like adding custom styles to select from.

venkat_krishnat
Adobe Employee
Adobe Employee
March 27, 2018

I am also facing this issue where I am unable to see the table properties and cell properties of the table and this is in AEM 6.3 SP1 feature pack installed.

Any resolution to this provided?