Plumsail List WebPart - Open Dialog Options

Hi Plumsail Team,

Can you give me a code example of how to control the "Dialog Size" [edit/new] from the List WebPart? That would be great. I've only found examples of how to use it for the list control on the form.

Regards
Thomas

Dear @Pro2000MD,
Please, try the following:

list.dialogOptions = {
    width: 640,
    height: 320
}

1 Like

Hello Nikita,

thanks for the answere, works fine.

Best regards
Thomas