PWB3 Policy screen size

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
timh
Contributor
Contributor
Posts: 24
Joined: Tue Mar 14, 2006 7:50 am

PWB3 Policy screen size

Post by timh »

Scott,

Both PWB v2 and the stand-alone Launch app let us specify PolicyHeight and PolicyWidth but PWB3 does not appear to have any policy box size control mechanism. Is there currently any way of setting this? If not, could the facility to configure the policy box size be added.

Thanks,

Tim

Scott
Site Admin
Site Admin
Posts: 2528
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: PWB3 Policy screen size

Post by Scott »

Take a look at the code in the "Sample.html" file included with PWB.
<!-- uncomment to set height, width, left, and top values for dialog

<input type="hidden" id="DialogHeight" value="480" />
<input type="hidden" id="DialogWidth" value="640" />

<input type="hidden" id="DialogLeft" value="100" />
<input type="hidden" id="DialogTop" value="100" />

-->
You can set the width and height by including a hidden HMTL element with the proper ids.

--Scott

Post Reply