PDA

View Full Version : Dialogs/Forms in ContentPanel?


jarrod
11-05-2006, 09:05 AM
Just wondering if there is any existing means to embed a dialog similar to the BasicDialog into a layout region's content panel?

I'm currently creating custom forms which are created via the domhelper into new tabs.

Also, perhaps a basic button class similar to that in BasicDialog will be very useful too.

jack.slocum
11-05-2006, 04:15 PM
You might be able to shuffle around the body element of the dialog into a content panel. It includes the dialogs body and footer (buttons).

That button class should be reusable. You could create a extendX version with some of the creation code from the BasicDialog. If you do, please send me a copy. :)