PDA

View Full Version : Example of opening a BasicDialog from toolbar button.


Bdog2g2
12-26-2006, 11:39 AM
What is a sample code for opening a BasicDialog from a toolbar button. I've had some success, however when the dialog box is openend and modal:true the the entire page is greyed out and I cannot click on the buttons in the dialog box.

However when modal:false it "works fine", but I need the dialog to be a modal one.

Any takers?

tryanDLS
12-26-2006, 02:11 PM
There are numerous examples thruout the forum and the doc for opening basic dialogs correctly, including the most recent ImageChooser example. If the entire page is being greyed, I would guess that you're rendering the dialog to the body element rather than a div inside the body.