Hi,
Using the csui.controls.dialog.DialogView, I'm able to increase the width of a Dialog that is attached to a Smart UI command. However, the dialog is awfully short. Is there a parameter I can pass in to increase the height? The content of the dialog is an iFrame of another web page, so I need a bit more real estate.
For anyone wondering, when you call the DialogView constructor, and you pass in your list of arguments, pass in largeSize: true in the arguments object you pass in )i.e. {largeSize: true, arg2 : value2, arg3: value3...})
The largeSize will give you a 80% wide dialog. Doing nothing will give you a 50% wide dialog, and fullSize will consume the page...I still want it to be a modal dialog.
-hugh