<div class="body-wrap">
<div class="top-tools">
<a class="inner-link" href="#Ext.Window-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
<a class="inner-link" href="#Ext.Window-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
<a class="inner-link" href="#Ext.Window-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
<a class="inner-link" href="#Ext.Window-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
<a class="bookmark" href="../docs/?class=Ext.Window"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
</div>
<div class="inheritance res-block">
<pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
<img src="resources/elbow-end.gif"/><a ext:cls="Ext.Component" ext:member="" href="output/Ext.Component.html">Component</a>
<img src="resources/elbow-end.gif"/><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a>
<img src="resources/elbow-end.gif"/><a ext:cls="Ext.Container" ext:member="" href="output/Ext.Container.html">Container</a>
<img src="resources/elbow-end.gif"/><a ext:cls="Ext.Panel" ext:member="" href="output/Ext.Panel.html">Panel</a>
<img src="resources/elbow-end.gif"/>Window</pre></div>
<h1>Class Ext.Window</h1>
<table cellspacing="0">
<tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
<tr><td class="label">Defined In:</td><td class="hd-info">Window.js</td></tr>
<tr><td class="label">Class:</td><td class="hd-info">Window</td></tr>
<tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.Panel" ext:member="" href="output/Ext.Panel.html">Panel</a></td></tr>
</table>
<div class="description">
A specialized panel intended for use as an application window. Windows are floated and draggable by default, and
also provide specific behavior like the ability to maximize and restore (with an event for minimizing, since the
minimize behavior is application-specific). Windows can also be linked to a <a ext:cls="Ext.WindowGroup" href="output/Ext.WindowGroup.html">Ext.WindowGroup</a> or managed
by the <a ext:cls="Ext.WindowManager" href="output/Ext.WindowManager.html">Ext.WindowManager</a> to provide grouping, activation, to front/back and other application-specific behavior. </div>
<div class="hr"></div>
<a id="Ext.Window-configs"></a>
<h2>Config Options</h2>
<table cellspacing="0" class="member-table">
<tr>
<th class="sig-header" colspan="2">Config Options</th>
<th class="msource-header">Defined By</th>
</tr>
<tr class="config-row inherited expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.Window-activeItem"></a>
<b>activeItem</b> : String/Number <div class="mdesc">
<div class="short">A string component id or the numeric index of the component that should be initially activated within the container's...</div>
<div class="long">
A string component id or the numeric index of the component that should be initially activated within the container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first item in the container's collection). activeItem only applies to layout styles that can display items one at a time (like <a ext:cls="Ext.layout.Accordion" href="output/Ext.layout.Accordion.html">Ext.layout.Accordion</a>, <a ext:cls="Ext.layout.CardLayout" href="output/Ext.layout.CardLayout.html">Ext.layout.CardLayout</a> and <a ext:cls="Ext.layout.FitLayout" href="output/Ext.layout.FitLayout.html">Ext.layout.FitLayout</a>). Related to <a ext:cls="Ext.layout.ContainerLayout" ext:member="activeItem" href="output/Ext.layout.ContainerLayout.html#activeItem">Ext.layout.ContainerLayout.activeItem</a>. </div>
</div>
</td>
<td class="msource"><a ext:cls="Ext.Container" ext:member="#activeItem" href="output/Ext.Container.html#activeItem">Container</a></td>
</tr>
<tr class="config-row inherited alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.Window-allowDomMove"></a>
<b>allowDomMove</b> : Boolean <div class="mdesc">
Whether the component can move the Dom node when rendering (defaults to true). </div>
</td>
<td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
</tr>
<tr class="config-row inherited expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.Window-animCollapse"></a>
<b>animCollapse</b> : Boolean <div class="mdesc">
<div class="short">True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the Ext....</div>
<div class="long">
True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the <a ext:cls="Ext.Fx" href="output/Ext.Fx.html">Ext.Fx</a> class is available, otherwise false). </div>
</div>
</td>
<td class="msource"><a ext:cls="Ext.Panel" ext:member="#animCollapse" href="output/Ext.Panel.html#animCollapse">Panel</a></td>
</tr>
<tr class="config-row alt">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.Window-animateTarget"></a>
<b>animateTarget</b> : String/Element <div class="mdesc">
Id or element from which the window should animate while opening (defaults to null with no animation). </div>
</td>
<td class="msource">Window</td>
</tr>
<tr class="config-row inherited expandable">
<td class="micon"><a class="exi" href="#expand"> </a></td>
<td class="sig">
<a id="Ext.Window-applyTo"></a>
<b>applyTo</b> : Mixed <div class="mdesc">
<div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>
<div class="long">
The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Component" ext:member="renderTo" href="output/Ext.Component.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the component's container. </div>
</div>
</td>
<td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="o
没有合适的资源?快使用搜索试试~ 我知道了~
ext2.2开发包和参考案例
共1964个文件
gif:783个
js:593个
html:268个
需积分: 10 1 下载量 153 浏览量
2022-03-28
10:06:42
上传
评论
收藏 6.52MB ZIP 举报
温馨提示
ext2.2开发包和参考案例
资源详情
资源评论
资源推荐
收起资源包目录
ext2.2开发包和参考案例 (1964个子文件)
STasks2.air 753KB
feed-proxy.ashx 93B
ext-all.css 89KB
ext-all.css 81KB
desktop.css 14KB
grid.css 13KB
form.css 12KB
extjs.css 10KB
xtheme-gray.css 10KB
xtheme-gray.css 9KB
panel.css 8KB
tabs.css 7KB
main.css 7KB
tree.css 7KB
style.css 6KB
docs.css 6KB
core.css 6KB
date-picker.css 5KB
layout.css 5KB
feed-viewer.css 5KB
toolbar.css 5KB
window.css 4KB
button.css 4KB
layout-browser.css 4KB
resizable.css 4KB
qtips.css 3KB
tasks.css 3KB
print.css 3KB
menu.css 3KB
forum.css 3KB
box.css 3KB
ext-air.css 2KB
ext-air.css 2KB
slider.css 2KB
chooser.css 2KB
editor.css 2KB
dialog.css 2KB
dd.css 2KB
organizer.css 2KB
statusbar.css 1KB
column-tree.css 1KB
combo.css 1KB
grid-examples.css 1KB
borders.css 1KB
data-view.css 1KB
samples.css 1KB
examples.css 1KB
progress.css 939B
basic.css 869B
debug.css 862B
collapser.css 814B
tabs-example.css 742B
portal.css 729B
menus.css 697B
progress-bar.css 696B
multiselect.css 695B
xml-tree-loader.css 648B
forms.css 610B
file-upload.css 589B
task.css 587B
combos.css 583B
reminder.css 577B
summary.css 573B
sample.css 498B
reset.css 487B
preferences.css 473B
reset.css 471B
reset-min.css 471B
welcome.css 372B
slider.css 362B
lib.css 306B
grouping.css 133B
qtips.css 133B
tasks.db 40KB
Thumbs.db 35KB
Thumbs.db 35KB
Thumbs.db 33KB
desktop.gif 62KB
inspector.gif 50KB
dlg-bg.gif 27KB
resizable.gif 7KB
data-view.gif 7KB
desktop.gif 6KB
border-layout.gif 6KB
extanim64.gif 6KB
panel.gif 6KB
air.gif 6KB
grid-paging.gif 6KB
chooser.gif 6KB
tasks.gif 6KB
combo-custom.gif 6KB
organizer.gif 6KB
tabs.gif 5KB
feeds.gif 5KB
gmap-panel.gif 5KB
grid-xml.gif 5KB
grid-plugins.gif 5KB
grid-edit.gif 5KB
tree-columns.gif 5KB
tree-xml-loader.gif 5KB
共 1964 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
p419228530
- 粉丝: 43
- 资源: 15
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0