Specifies the application window's initial position and size.
rect, maximize
rect specifies the position and size of the application window. The string is in the form "left top right bottom" specified as integers.
maximize is a Boolean value: true if the application window should be maximized on startup; false otherwise. The default value is true.
None.
This tag must be contained in a panelset tag.
<panelset> <application rect="0 0 1000 1200" maximize="false"> </application> </panelset>
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/dreamweaver/8/extending/02_cus22.htm