Expand my Community achievements bar.

SOLVED

Can we add tabs in inplaceEdit full screen mode

Avatar

Community Advisor

Can we add tabs in inplaceEdit full screen mode? If yes pls share the working XML.

 

I am wanting something like this:

Once the full screen mode is clicked in the in place editor

KiranVedantam1992_0-1628533050063.png

Need tabs like this

KiranVedantam1992_1-1628533135289.png

Currently this is working in dialog fullscreen mode.

 

@kautuk_sahni

 

Thanks,

Kiran Vedantam.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Kiran_Vedantam,

On a very high level,

  • RTE editor area alone (with respective enabled plugins in inline view) is available/rendered via JS in Inline Fullscreen mode and
  • Not the items completely available under cq:dialog node.
    • For example : You could notice a field named "ID" in Touch UI dialog of Core V2 text component and is not available for Inline editing. Same with tabs or any items for that matter

JS responsible for this - /libs/cq/gui/components/authoring/editors/clientlibs/core/inlineediting/rte/coralui3/js/InlineTextEditor.js

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Kiran_Vedantam,

On a very high level,

  • RTE editor area alone (with respective enabled plugins in inline view) is available/rendered via JS in Inline Fullscreen mode and
  • Not the items completely available under cq:dialog node.
    • For example : You could notice a field named "ID" in Touch UI dialog of Core V2 text component and is not available for Inline editing. Same with tabs or any items for that matter

JS responsible for this - /libs/cq/gui/components/authoring/editors/clientlibs/core/inlineediting/rte/coralui3/js/InlineTextEditor.js