added scroller to insert popup
This commit is contained in:
parent
7316f8c67e
commit
32b9a6fdec
1 changed files with 5 additions and 2 deletions
|
@ -22,10 +22,13 @@ enyo.kind({
|
||||||
"onSave": ""
|
"onSave": ""
|
||||||
},
|
},
|
||||||
components: [
|
components: [
|
||||||
{name: "insertPopup", kind: "ModalDialog", dismissWithClick: true,
|
{name: "insertPopup", kind: "Popup", dismissWithClick: false,
|
||||||
|
layoutKind: "VFlexLayout", height: "60%",
|
||||||
components: [
|
components: [
|
||||||
|
{flex: 1, kind: "Scroller", components: [
|
||||||
{name: "projects", kind: "RowGroup", caption: "Projects"},
|
{name: "projects", kind: "RowGroup", caption: "Projects"},
|
||||||
{name: "contexts", kind: "RowGroup", caption: "Contexts"},
|
{name: "contexts", kind: "RowGroup", caption: "Contexts"}
|
||||||
|
]},
|
||||||
{kind: "Button", caption: "Dismiss", onclick: "closePopup"}
|
{kind: "Button", caption: "Dismiss", onclick: "closePopup"}
|
||||||
]},
|
]},
|
||||||
{name: "filterToolbar", kind: "Toolbar", pack: "justify", className: "enyo-toolbar-light",
|
{name: "filterToolbar", kind: "Toolbar", pack: "justify", className: "enyo-toolbar-light",
|
||||||
|
|
Loading…
Reference in a new issue