ContainerLayoutMenuLayout
パッケージ: | Ext.layout |
定義ファイル: | Menu.js |
クラス: | Ext.layout.MenuLayout |
継承元: | ContainerLayout |
コンフィグオプション | 定義クラス | |
---|---|---|
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 | |
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 |