In the documentation page for the rich text editor (http://dev.day.com/docs/en/cq/current/wcm/using_rich_text_editor.html), inplace editing is described this way:
INPLACE EDITING MODE
In addition to the dialog based Rich Text Editing mode, CQ also provides an Inplace Editing mode, which allows direct editing of the text as it is displayed in the layout of the page.
Click twice on a paragraph (a slow double-click) to enter the Inplace Editing mode (the component border will now be orange).
You will be able to directly edit the text on the page, instead of inside a dialog window. In this mode, you will be provided with a toolbar at the top of the page. Just make your changes and they will be automatically saved.
I used the right components (Text & Image, Title) in a Geometrixx document but the slow double-click does not work.
The components have the cq:editConfig/cq:inplaceEditing node with an active attribute with a value of true.
Does someone know what to do, to make the inplace editing work?
does inplace editing only work when the component is inside a parsys? when i add the foundation/text component to a paragraph, i am able to use inplace editing, but when i add a text component right next to the parsys component, ie.
<cq:include path="parsys" resourceType="foundation/components/parsys"/>
<cq:include path="text" resourceType="foundation/components/title"/>
the text component inside the parsys will support inplace editing, but the text component that's declared in the jsp template does not. i've tried this both in IE and FF. is this expected?
North America
Europe, Middle East and Africa
Asia Pacific