<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"><a href="../source/widgets/Window.js" target="_blank">Window.js</a></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
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
于Extjs自带的例子中有些是需要用到php的,但我们asp.net开发人员并没有PHP环境,如果只是为了一两个例子要搞一个PHP环境而大费周折,那就太不华算了。小弟我学过一些PHP,为了方便自己,也方便大家,我把例子中的PHP翻译成了asp.net(C#)。并提供下载,欢迎大家一起学习,讨论!
资源推荐
资源详情
资源评论
收起资源包目录
ext-2.0.2-demo-all(100多个ExtJS应用初学实例集) (2000个子文件)
STasks2.air 752KB
get-nodes.ashx 3KB
get-images.ashx 2KB
echo.ashx 424B
feed-proxy.ashx 93B
column-data.aspx 4KB
ext-all.css 89KB
ext-all.css 76KB
extjs.css 19KB
extjs.css 19KB
desktop.css 14KB
desktop.css 14KB
grid.css 13KB
form.css 10KB
xtheme-gray.css 10KB
xtheme-gray.css 9KB
panel.css 8KB
main.css 7KB
tabs.css 7KB
tree.css 7KB
grid.css 7KB
style.css 6KB
basic-dialog.css 6KB
docs.css 6KB
core.css 6KB
date-picker.css 5KB
feed-viewer.css 5KB
feed-viewer.css 5KB
layout.css 5KB
toolbar.css 5KB
window.css 4KB
extjs2.css 4KB
extjs2.css 4KB
button.css 4KB
resizable.css 4KB
qtips.css 3KB
tasks.css 3KB
tasks.css 3KB
print.css 3KB
forum.css 3KB
forum.css 3KB
menu.css 3KB
box.css 3KB
ext-air.css 2KB
ext-air.css 2KB
chooser.css 2KB
chooser.css 2KB
editor.css 2KB
dialog.css 2KB
dd.css 2KB
organizer.css 2KB
organizer.css 2KB
column-tree.css 1KB
column-tree.css 1KB
dependency.css 1KB
dependency.css 1KB
combo.css 1KB
grid-examples.css 1KB
grid-examples.css 1KB
borders.css 1KB
data-view.css 1KB
data-view.css 1KB
examples.css 1KB
examples.css 1KB
progress.css 941B
basic.css 871B
basic.css 871B
debug.css 864B
collapser.css 814B
tabs-example.css 744B
tabs-example.css 744B
portal.css 731B
portal.css 731B
menus.css 699B
menus.css 699B
SliderField.css 698B
progress-bar.css 698B
SliderField.css 698B
progress-bar.css 698B
forms.css 612B
forms.css 612B
task.css 587B
combos.css 585B
combos.css 585B
reminder.css 577B
summary.css 575B
summary.css 575B
sample.css 500B
sample.css 500B
reset.css 487B
preferences.css 473B
reset.css 473B
reset-min.css 473B
welcome.css 372B
lib.css 308B
lib.css 308B
grouping.css 135B
qtips.css 135B
grouping.css 135B
qtips.css 135B
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
- 一棵树-12014-07-01官网上的东西
- ohou02013-10-17额。。就是网上的内容 不是自己的东西
- minisky20102013-04-02没看到。NET的内容 net里面和原版的没什么区别
- rabbithao2014-05-27例子很多,不过都是官方的示例
- Coolyqq2014-04-14不就是官方的的吗
yxh12345678
- 粉丝: 0
- 资源: 12
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于Kotlin与Java跨平台实现的arc进度条设计源码
- 源代码-仿MOP对开式论坛程序.zip
- 基于Python实现的BGP路由协议本科毕业设计源码
- 基于C语言的GEMM矩阵乘法优化设计源码学习与应用
- 基于Java的电影票出售系统设计源码
- 基于Python和Web技术栈的公文传输系统设计源码
- 基于Kolmogorov-Arnold网络(KAN)的激光选区熔化(LPBF)孔隙缺陷声学监测算法设计与实现源码
- 基于C/C/Python的多功能.hcxtools:.cab转.hc22000格式转换工具源码
- 源代码-仿Google网站AJAX拖曳实例ASP保存数据.zip
- 基于Java语言,支持Python和HTML的Flask框架设计源码
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功