* Allow edit of internal file location on WebOS
This commit is contained in:
parent
cc94da6922
commit
4c1c8841ef
2 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,7 @@ enyo.kind({
|
||||||
{flex: 1, kind: "Input", name: "filepath",
|
{flex: 1, kind: "Input", name: "filepath",
|
||||||
preferenceProperty: "filepath",
|
preferenceProperty: "filepath",
|
||||||
hint: "file path",
|
hint: "file path",
|
||||||
disabled: true
|
disabled: false
|
||||||
}
|
}
|
||||||
]},
|
]},
|
||||||
{kind: "Item", layoutKind: "HFlexLayout",
|
{kind: "Item", layoutKind: "HFlexLayout",
|
||||||
|
|
|
@ -109,6 +109,7 @@ enyo.kind({
|
||||||
className: "enyo-box-input", owner:this.$.editView}
|
className: "enyo-box-input", owner:this.$.editView}
|
||||||
);
|
);
|
||||||
this.$.editView.render();
|
this.$.editView.render();
|
||||||
|
this.$.preferenceView.$.filepath.setDisabled(false);
|
||||||
} else {
|
} else {
|
||||||
this.os = "unknown";
|
this.os = "unknown";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue