Ext 3.0CHM中文API

比如Ext.Window类显示如下类Ext.Window包: Ext定义的文件: Window.js类全称: Ext.Window继承自于: Ext.Panel一种专用于程序中的"视窗"(window)的特殊面板。Window默认下是可拖动的draggable、浮动的窗体。窗体可以最大化到整个视图、恢复原来的大小,还可以最小化minimize。 A specialized panel intended for use as an application window. Windows are floated, resizable, and draggable by default. Windows can be maximized to fill the viewport, restored to their prior size, and can be minimized. Windows既可关联到Ext.WindowGroup或籍由Ext.WindowManager来管理,提供分组(grouping),活动(activation),置前/置后(to front/back)或其它应用程序特定的功能。 Windows can also be linked to a Ext.WindowGroup or managed by the Ext.WindowMgr to provide grouping, activation, to front, to back and other application-specific behavior.缺省状态下,窗体都渲染到document.body。要强制constrain窗体以某个元素为依托就要使用renderTo方法。 By default, Windows will be rendered to document.body. To constrain a Window to another element specify renderTo.配置项定义者x : Number如果该组件是在一个定位的组件之中,可通过该属性返回组件的x本地(左边)...如果该组件是在一个定位的组件之中,可通过该属性返回组件的x本地(左边)坐标。 y : Number如果该组件是在一个定位的组件之中,可通过该属性返回组件的y本地(顶部)...如果该组件是在一个定位的组件之中,可通过该属性返回组件的y本地(顶部)坐标。 modal : Boolean True表示为当window显示时对其后面的一切内容进行遮罩,fal... True表示为当window显示时对其后面的一切内容进行遮罩,false表示为限制对其它UI元素的语法(默认为false)。 animateTarget : String/Element当指定一个id或元素,window打开时会与元素之间产生动画效果(缺省...当指定一个id或元素,window打开时会与元素之间产生动画效果(缺省为null即没有动画效果)。
chm 文件大小:5.67MB