Can we add tabs in inplaceEdit full screen mode | Community
Skip to main content
Kiran_Vedantam
Community Advisor
Community Advisor
August 9, 2021
Solved

Can we add tabs in inplaceEdit full screen mode

  • August 9, 2021
  • 1 reply
  • 575 views

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

Need tabs like this

Currently this is working in dialog fullscreen mode.

 

@kautuk_sahni

 

Thanks,

Kiran Vedantam.

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

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

1 reply

Vijayalakshmi_S
Vijayalakshmi_SAccepted solution
Level 10
August 16, 2021

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