1,273
edits
Dandonkulous (talk | contribs) |
Dandonkulous (talk | contribs) |
||
| Line 27: | Line 27: | ||
* <tt>width</tt> <i>num</i> - initial width of the Window (320 - standard smartphone width resolution) | * <tt>width</tt> <i>num</i> - initial width of the Window (320 - standard smartphone width resolution) | ||
* <tt>height</tt> <i>num</i> - initial height of the Window (480 - standard smartphone height resolution) | * <tt>height</tt> <i>num</i> - initial height of the Window (480 - standard smartphone height resolution) | ||
* <tt>persist</tt> <i>bool</i> - specifies whether or not a Window stay open when a user closes the browser | * <tt>persist</tt> <i>bool</i> - specifies whether or not a Window stay open when a user closes the browser instance | ||
* <tt>allowMaximize</tt> <i>bool</i> - specifies whether or not a Window will have the ability to maximize | * <tt>allowMaximize</tt> <i>bool</i> - specifies whether or not a Window will have the ability to maximize | ||
* <tt>allowResize</tt> <i>bool</i> - specifies whether or not a user can resize a window | * <tt>allowResize</tt> <i>bool</i> - specifies whether or not a user can resize a window | ||
edits