Expand my Community achievements bar.

SOLVED

full size the Dialog fields in full screen

Avatar

Level 4

hi,

 

i am working on aem 6.5 touch ui.

my requirement is to maximize the width of the dialog fields when dialog is at full screen mode.

 

is it possible to do so.

can anyone share links or details for the same 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @kiranc13433869 

Add property granite:class: coral-RichText-FixedColumn-column to the container(granite/ui/components/coral/foundation/container) which holds all the fields. This is for Coral3. Using this fields will get nearly 70% width. If you want increase further, you should write custom css.

AG

0 Replies

Avatar

Community Advisor

in 6.5 by default maximize will work right, how are you constructing your dialog? using coral UI 3 ?

 

AEM_dialog_maximize.png

Avatar

Level 1
I am also facing a similar issue.I have more than 1 tabs in my dialog. So in toggle fullscreen my dialog fields are aligning center rather than using the whole screen space

Avatar

Correct answer by
Community Advisor

Hi @kiranc13433869 

Add property granite:class: coral-RichText-FixedColumn-column to the container(granite/ui/components/coral/foundation/container) which holds all the fields. This is for Coral3. Using this fields will get nearly 70% width. If you want increase further, you should write custom css.

AG

Avatar

Level 1
I am also facing a similar issue.I have more than 1 tabs in my dialog. So in toggle fullscreen my dialog fields are aligning center rather than using the whole screen space. Any insights?
page footer