@Serenity.Decorators.resizable()
@Serenity.Decorators.maximizable()
We can add the following function in classDialog.ts file to make the dialog maximized by default.
protected onDialogOpen()
{
$(".ui-dialog-titlebar-maximize").click();
super.onDialogOpen();
}
No comments:
Post a Comment