blob: b62485812bdf96b1540a5fb09abaafeda361efe3 [file] [log] [blame]
{ "type": "class",
"qname": "mx.containers.HDividedBox",
"baseClassname": "mx.containers.DividedBox"
,
"description": "The HDividedBox container lays out its children horizontally in the same way as HBox container, but it inserts a draggable divider in the gap between each child. A user can drag the divider to resize the area allotted to each child. The <code>&lt;mx:HDividedBox/&gt;</code> tag is the same as <code>&lt;mx:DividedBox direction=&quot;horizontal&quot;/&gt;</code>. <p>An HDividedBox container has the following default sizing characteristics:</p> <table class=&quot;innertable&quot;> <tr> <th>Characteristic</th> <th>Description</th> </tr> <tr> <td>Default size</td> <td>Width is large enough to hold all of its children at the default or explicit widths of the children, plus any horizontal gap between the children, plus the left and right padding of the container. Height is the default or explicit height of the tallest child plus the top and bottom padding of the container.</td> </tr> <tr> <td>Default padding</td> <td>0 pixels for the top, bottom, left, and right values.</td> </tr> <tr> <td>Default gap</td> <td>10 pixels for the horizontal and vertical gaps.</td> </tr> </table> <p>The <code>&lt;mx:HDividedBox&gt;</code> tag inherits all of the tag attributes of its superclass except <code>direction</code> and adds no new tag attributes.</p>",
"tags": [
{ "tagName": "includeExample",
"values": ["examples/HDividedBoxExample.mxml"]},
{ "tagName": "see",
"values": ["mx.containers.DividedBox", "mx.containers.VDividedBox"]},
{ "tagName": "mxml",
"values": []},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "mx.containers.HDividedBox",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "direction",
"namespace": "public",
"bindable": [],
"details": ["override"],
"deprecated": {},
"description": "The direction in which this Box container lays out its children. Possible MXML values are <code>&quot;horizontal&quot;</code> and <code>&quot;vertical&quot;</code>. Possible values in ActionScript are <code>BoxDirection.HORIZONTAL</code> and <code>BoxDirection.VERTICAL</code>.",
"tags": [
{ "tagName": "default",
"values": ["BoxDirection.VERTICAL", "BoxDirection.VERTICAL", "BoxDirection.VERTICAL", "BoxDirection.VERTICAL", "BoxDirection.VERTICAL"]},
{ "tagName": "playerversion",
"values": ["Flash 9", "AIR 1.1", "Flash 9", "AIR 1.1", "Flash 9", "AIR 1.1", "Flash 9", "AIR 1.1", "Flash 9", "AIR 1.1"]},
{ "tagName": "productversion",
"values": ["Flex 3", "Flex 3", "Flex 3", "Flex 3", "Flex 3"]},
{ "tagName": "langversion",
"values": ["3.0", "3.0", "3.0", "3.0", "3.0"]} ]}]
}