Login Register

Extending the dialog for positioning and allowing for window scroll while dialog box is open (0.9)

Hi,

I am new to the dojo toolkit and am trying to find a way that I can extend the dijit.dialog widget to position it anywhere I like.

When this modal pops up, It doesn't render correctly. I have been following along with the issues of the 0.9 dialog widget and have since placed it as a child element of the body tag, but I still have this problem.

-- The window displays but with a scroll bar attached to it at its base. And you can only see about 20px worth of its width.

I don't know what to do.

also, does anyone have a quick solution that will allow a user to scroll the window while the popup dialog is in effect?

--- Can anyone help?

Thanks.

try putting an inline style in the dialog div tag

maybe try adding an inline style attribute tag to the

that is your Dialog to make it bigger like: style="{width:400px}"