source: trunk/web/addons/job_monarch/lib/extjs/docs/output/Ext.layout.AbsoluteLayout.html @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 4.5 KB
Line 
1        <div class="body-wrap">
2        <div class="top-tools">
3            <a class="inner-link" href="#Ext.layout.AbsoluteLayout-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4            <a class="inner-link" href="#Ext.layout.AbsoluteLayout-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5            <a class="inner-link" href="#Ext.layout.AbsoluteLayout-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6                            <a class="inner-link" href="#Ext.layout.AbsoluteLayout-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7                        <a class="bookmark" href="../docs/?class=Ext.layout.AbsoluteLayout"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8        </div>
9                <div class="inheritance res-block">
10<pre class="res-block-inner"><a ext:cls="Ext.layout.ContainerLayout" ext:member="" href="output/Ext.layout.ContainerLayout.html">ContainerLayout</a>
11  <img src="resources/elbow-end.gif"/><a ext:cls="Ext.layout.AnchorLayout" ext:member="" href="output/Ext.layout.AnchorLayout.html">AnchorLayout</a>
12    <img src="resources/elbow-end.gif"/>AbsoluteLayout</pre></div>
13                <h1>Class Ext.layout.AbsoluteLayout</h1>
14        <table cellspacing="0">
15            <tr><td class="label">Package:</td><td class="hd-info">Ext.layout</td></tr>
16            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../src/AbsoluteLayout.js" target="_blank">AbsoluteLayout.js</a></td></tr>
17            <tr><td class="label">Class:</td><td class="hd-info">AbsoluteLayout</td></tr>
18                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.layout.AnchorLayout" ext:member="" href="output/Ext.layout.AnchorLayout.html">AnchorLayout</a></td></tr>
19                    </table>
20        <div class="description">
21            *
22<p>Inherits the anchoring of <a ext:cls="Ext.layout.AnchorLayout" href="output/Ext.layout.AnchorLayout.html">Ext.layout.AnchorLayout</a> and adds the ability for x/y positioning using the
23standard x and y component config options.</p>        </div>
24       
25        <div class="hr"></div>
26                <a id="Ext.layout.AbsoluteLayout-configs"></a>
27        <h2>Config Options</h2>
28        <table cellspacing="0" class="member-table">
29            <tr>
30                <th class="sig-header" colspan="2">Config Options</th>
31                <th class="msource-header">Defined By</th>
32            </tr>
33                <tr class="config-row expandable">
34        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
35        <td class="sig">
36        <a id="Ext.layout.AbsoluteLayout-extraCls"></a>
37            <b>extraCls</b> : String            <div class="mdesc">
38                        <div class="short">An optional extra CSS class that will be added to the container (defaults to 'x-abs-layout-item'). This can be useful...</div>
39            <div class="long">
40                An optional extra CSS class that will be added to the container (defaults to 'x-abs-layout-item'). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>
41                        </div>
42        </td>
43        <td class="msource">AbsoluteLayout</td>
44    </tr>
45        <tr class="config-row inherited alt">
46        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
47        <td class="sig">
48        <a id="Ext.layout.AbsoluteLayout-renderHidden"></a>
49            <b>renderHidden</b> : Boolean            <div class="mdesc">
50                            True to hide each contained item on render (defaults to false).                        </div>
51        </td>
52        <td class="msource"><a ext:cls="Ext.layout.ContainerLayout" ext:member="#renderHidden" href="output/Ext.layout.ContainerLayout.html#renderHidden">ContainerLayout</a></td>
53    </tr>
54            </table>
55                <a id="Ext.layout.AbsoluteLayout-props"></a>
56        <h2>Public Properties</h2>
57        <div class="no-members">This class has no public properties.</div>        <a id="Ext.layout.AbsoluteLayout-methods"></a>
58        <h2>Public Methods</h2>
59        <div class="no-members">This class has no public methods.</div>        <a id="Ext.layout.AbsoluteLayout-events"></a>
60        <h2>Public Events</h2>
61        <div class="no-members">This class has no public events.</div>
62        </div>
Note: See TracBrowser for help on using the repository browser.