?? ext.layout.absolutelayout.html
字號:
?<!--Mock<link rel="stylesheet" type="text/css" href="http://localhost/ext/resources/css/ext-all.css" /><link rel="stylesheet" type="text/css" href="http://localhost/ext/doc/resources/docs.css"/><link rel="stylesheet" type="text/css" href="http://localhost/ext/doc/resources/style.css"/>--><style type="text/css"> body { overflow: scroll; } /** .mdesc .long { display: block; } */</style><!-- End Mock--><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><div class="body-wrap"> <div class="top-tools"> <a class="inner-link" href="#Ext.layout.AbsoluteLayout-props"><img src="/images/s.gif" class="item-icon icon-prop">Properties</a><a class="inner-link" href="#Ext.layout.AbsoluteLayout-methods"><img src="/images/s.gif" class="item-icon icon-method">Methods</a><a class="inner-link" href="#Ext.layout.AbsoluteLayout-events"><img src="/images/s.gif" class="item-icon icon-event">Events</a><a class="inner-link" href="#Ext.layout.AbsoluteLayout-configs"><img src="/images/s.gif" class="item-icon icon-config">Config Options</a><a class="bookmark" href="../docs/?class=Ext.layout.AbsoluteLayout"><img src="/images/s.gif" class="item-icon icon-fav">Direct Link</a> </div><h1>Class Ext.layout.AbsoluteLayout</h1> <table cellspacing="0"> <!-- <tr> <td class="label"> Package: </td> <td class="hd-info"> </td> </tr> --> <tr> <td class="label"> Defined In: </td> <td class="hd-info"> AbsoluteLayout.js </td> </tr> <tr> <td class="label"> Class: </td> <td class="hd-info"> Ext.layout.AbsoluteLayout </td> </tr> <tr> <td class="label"> Extends: </td> <td class="hd-info"> Ext.layout.AnchorLayout </td> </tr> </table> <div class="description"> <p>繼承自<a href="###" onClick="alert('Ext.layout.AnchorLayout');">Ext.layout.AnchorLayout</a>,增加了通過組件配置項標準的x、y來定位的能力。</p>
</div> <div class="hr"> </div> <a id="Ext.layout.AbsoluteLayout-configs"></a> <h2>配置項</h2> <table cellspacing="0" class="member-table"> <tr> <th class="sig-header" colspan="2"> 配置項 </th> <th class="msource-header"> 定義者 </th> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="CSS-header"></a> <b>CSS</b> : String <div class="mdesc"> <div class="short"> 一個可選添加的CSS樣式類,加入到組件的容器上(默認為'')。 這為容... </div> <div class="long"> 一個可選添加的CSS樣式類,加入到組件的容器上(默認為'')。 這為容器或容器的子節點加入標準CSS規則提供了方便。 </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.layout.ContainerLayout" ext:member="#method-CSS" href="output/Ext.layout.ContainerLayout.html#method-CSS"> ContainerLayout </a> </td> </tr> <tr class="config-row expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="renderHidden-header"></a> <b>renderHidden</b> : Boolean <div class="mdesc"> <div class="short"> True表示為在渲染時隱藏包含的每一項(缺省為false)。 </div> <div class="long"> True表示為在渲染時隱藏包含的每一項(缺省為false)。 </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--> <a ext:cls="Ext.layout.ContainerLayout" ext:member="#method-renderHidden" href="output/Ext.layout.ContainerLayout.html#method-renderHidden"> ContainerLayout </a> </td> </tr> </table> <a id="Ext.layout.AbsoluteLayout-props"></a> <h2>公告屬性</h2> <table cellspacing="0" class="member-table"> <tr> <th colspan="2"> 屬性 </th> <th> 定義者 </th> </tr> <tr class="property-row inherited expandable"> <td class="micon"> <a class="exi" href="#expand"> </a> </td> <td class="sig"> <a id="activeItem-activeItem"></a> <b> activeItem: activeItem</b> <div class="mdesc"> <div class="short"> 一個已激活Ext.Component的引用 例如,if(myPane... </div> <div class="long"> 一個已激活<a href="###" onClick="alert('Ext.Component');">Ext.Component</a>的引用 例如,if(myPanel.layout.activeItem.id == 'item-1') { ... }。 activeItem只會作用在布局樣式上。(像<a href="###" onClick="alert('Ext.layout.Accordion');">Ext.layout.Accordion</a>, <a href="###" onClick="alert('Ext.layout.CardLayout');">Ext.layout.CardLayout</a>和<a href="###" onClick="alert('Ext.layout.FitLayout');">Ext.layout.FitLayout</a>)。只讀的。 Related to <a href="###" onClick="alert('Ext.Container#activeItem');">Ext.Container#activeItem</a>. </div> </div> </td> <td class="msource"> <!--如果這不是同個namespace下--><a ext:cls="Ext.layout.ContainerLayout" ext:member="#method-activeItem" href="output/Ext.layout.ContainerLayout.html#method-activeItem"> ContainerLayout </a> </td> </tr> </table> <a id="Ext.layout.AbsoluteLayout-methods"></a> <h2>公共方法</h2> <table cellspacing="0" class="member-table"> <tr> <th class="sig-header" colspan="2"> 方法 </th> <th class="msource-header"> 定義者 </th> </tr> </table> <a id="Ext.layout.AbsoluteLayout-events"></a> <a id="Ext.Ajax-events"></a> <h2>公告事件</h2> <div class="no-members"> 這個類沒公共的事件。 </div> </div>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -