ContainerLayoutBoxLayout
VBoxLayout
パッケージ: | Ext.layout |
定義ファイル: | BoxLayout.js |
クラス: | Ext.layout.VBoxLayout |
継承元: | BoxLayout |
コンフィグオプション | 定義クラス | |
---|---|---|
align
:
String コンテナの子アイテムがどのように並べられるかをコントロールします。このプロパティが受け入れる設定... Controls how the child items of the container are aligned. Acceptable configuration values for th... コンテナの子アイテムがどのように並べられるかをコントロールします。このプロパティが受け入れる設定値は以下の通りです:
Controls how the child items of the container are aligned. Acceptable configuration values for this property are:
| Ext.layout.VBoxLayout | |
defaultMargins
:
Object
marginsが指定されていない場合の、デフォルト値を設定します。
この設定は、内包されるアイテムのマ...
If the individual contained items do not have a margins property specified, the default margins... marginsが指定されていない場合の、デフォルト値を設定します。 この設定は、内包されるアイテムのマージンを次の形式で指定することができます。
CSSでmarginを設定するのと同じように、文字列で設定することも可能です。
初期値:
If the individual contained items do not have a margins property specified, the default margins from this property will be applied to each item. This property may be specified as an object containing margins to apply in the format:
This property may also be specified as a string containing space-separated, numeric margin values. The order of the sides associated with each value matches the way CSS processes margin values:
Defaults to:
| Ext.layout.BoxLayout | |
extraCls
:
String
コンテナに追加するCSSクラス名を設定します。
(参照:Ext.Component.ctCls)
extraClsの初期値は''です...
An optional extra CSS class that will be added to the container.
This can be useful for adding ...
コンテナに追加するCSSクラス名を設定します。 (参照:Ext.Component.ctCls) extraClsの初期値は''です。
An optional extra CSS class that will be added to the container. Note: extraCls defaults to '' except for the following classes which assign a value by default:
| Ext.layout.ContainerLayout | |
flex
:
Number
このコンフィグオプションは、このレイアウトによって管理されるコンテナの子アイテムに適用されます。...
This configuation option is to be applied to child items of the container managed by this layou...
このコンフィグオプションは、このレイアウトによって管理されるコンテナの子アイテムに適用されます。
flexオプションが設定されている子アイテムは、子アイテム全てのflexオプション合計値と比較した自身の値との相対値によって垂直方向に収縮する割合が決定されます。
flexオプションを0、または設定しない子アイテムは、このオプションによって"収縮しません"(最初のサイズは変わりません)。
This configuation option is to be applied to child items of the container managed by this layout.
Each child item with a flex property will be flexed vertically according to each item's relative flex value compared to the sum of all items with a flex value specified.
Any child items that have either a flex = 0 or flex = undefined will not be 'flexed' (the initial size will not be changed).
| Ext.layout.VBoxLayout | |
pack
:
String コンテナの子アイテムがどのようにパックされるかをコントロールします。このプロパティが受け入れる設... Controls how the child items of the container are packed together. Acceptable configuration value... コンテナの子アイテムがどのようにパックされるかをコントロールします。このプロパティが受け入れる設定値は以下の通りです:
Controls how the child items of the container are packed together. Acceptable configuration values for this property are:
| Ext.layout.VBoxLayout | |
padding
:
String 内包するアイテムのパディングを設定します。(初期値:'0') Defaults to '0'. Sets the padding to be applied to all child items managed by this container's layout. | Ext.layout.BoxLayout | |
renderHidden
:
Boolean
trueの場合、それぞれのパネルをレンダリング時に隠します。(初期値:false)
True to hide each contained item on render (defaults to false). | Ext.layout.ContainerLayout |
プロパティ | 定義クラス | |
---|---|---|
activeItem
:
Ext.Component
アクティブアイテム(Ext.Component)オブジェクト
アクティブアイテム(Ext.Component)オブジェクト
activeItemは、
Ext.layout.AccordionLayout,
Ext.layout.CardLayout,
Ext.layout.FitLayout
の用に、常に1つのアイテムのみがアクティブになるレイアウトスタイルで適用されます。
(参照:Ext.Container.activeItem)
| Ext.layout.ContainerLayout | |
fieldTpl
:
Ext.Template
Ext.layout.FormLayoutで使われるフィールドをレンダリングするためのExt.Templateを設定します。
The Ext.Template used by Field rendering layout classes (such as Ext.layout.FormLayout) to create...
Ext.layout.FormLayoutで使われるフィールドをレンダリングするためのExt.Templateを設定します。
The Ext.Template used by Field rendering layout classes (such as Ext.layout.FormLayout) to create the DOM structure of a fully wrapped, labeled and styled form Field. A default Template is supplied, but this may be overriden to create custom field structures.
The template processes values returned from Ext.layout.FormLayout.getTemplateArgs. | Ext.layout.ContainerLayout |