Expand my Community achievements bar.

SOLVED

RTE full options not appearing in minimized view AEM 6.5 cloud

Avatar

Level 1

RTE full options is not appearing in minimized view  [AEM 6.5 cloud]

In Minimized view

Titus_RobyKa_0-1731693785571.png


in Maximized view 

Titus_RobyKa_1-1731693831869.png


Any suggestions to make all options appear in the small view ?




Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Titus_Roby 

In the RTE component's dialog in the uiSettings there are 2 items called inline & dialogFullScreen like below:

AsifChowdhury_0-1731730897896.png

 

The inline option is for you minimized RTE dialog.
In the inline section you can add the rte options in the toolbar like below:

AsifChowdhury_1-1731730969896.png
As you add other options here you will see those tools in your minimized RTE dialog.

 


- Asif Chowdhury

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Hi @Titus_Roby 

In the RTE component's dialog in the uiSettings there are 2 items called inline & dialogFullScreen like below:

AsifChowdhury_0-1731730897896.png

 

The inline option is for you minimized RTE dialog.
In the inline section you can add the rte options in the toolbar like below:

AsifChowdhury_1-1731730969896.png
As you add other options here you will see those tools in your minimized RTE dialog.

 


- Asif Chowdhury

Avatar

Level 1

If its okay , could you ping the .content.xml for the file ?
In mine AEM 6.5 (aem-sdk-2024.10.18311.20241017T104455Z-240900)
I do not see the dialogFullScreen
In order for the inline to appear, i would have to end up making the changes in /libs/core/wcm/components/text/v2/text
So do you recommend extending this and then modifying the cq dialog ?

Avatar

Level 5

Hi @Titus_Roby 

 

You can check the dialogFullScreen property in core components.

 

/apps/core/wcm/components/teaser/v2/teaser/cq:dialog/content/items/tabs/items/text/items/columns/items/column/items/descriptionGroup/items/description

 

As @AsifChowdhury  mentioned, you have to add under inline dialog property as below to make it visible in minimized screen

 

Example  :

 

PRATHYUSHA_VP_0-1731825111139.png

 

Dialog view : (Minimized screen)

 

PRATHYUSHA_VP_1-1731825174112.png

 

Hope this helps

 

Thanks,

Prathyusha

Avatar

Level 1

I understand the reasoning behind Adobe's decision.

In minimized view, the limited options are perfectly fine.
When maximized, the additional click option uses a popover logic.
Trying to add those options to the minimized view degrades the authoring experience because the popover would be confined within the dialog.

Although customization is possible, as Prathyusha and Asif demonstrated,
it's not recommended due to the aforementioned reasons.