The viewport settings I chose for this application set the width of the page to the width of the device's current orientation.
我为该应用程序所选的视窗设置将把页面的宽度设为设备当前方位的宽度。
An example of this would be an Ext.Window component, where in your application many of the properties of the window are always the same, for example width, height, and title.
其中一个示例是Ext . Window组件,在您的应用程序中很多窗口属性都是相同的,例如,宽度、高度和标题。
For example, your application may use a series of pop-up Windows using the Ext.Window class, but these Windows will always have the same width and height values.
例如,您的应用程序通过Ext . window类可以使用一系列弹出窗口,而这些窗口的宽度和长度总是相同的。
应用推荐