Hello.
I've a normal page created with APEX 21.1. The page calls a modal page. The modal page has an inline dialog that's called through a button.
I need to set that inline dialog's width to fill the whole area of the parent modal page.
The only way I found on the internet to set the width of inline dialogs was to use class “js-dialog-size1200x580”. As you can see, I must specify the width and the height. I tried using a percentage like “js-dialog-size100%” but it did not work.
The “Auto Height” option was checked in the inline dialog's template options because I need the height to be set automatically.