added scroller to insert popup

This commit is contained in:
Morgan McMillian 2012-03-11 15:55:30 -04:00
parent 7316f8c67e
commit 32b9a6fdec

View file

@ -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",