mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-29 23:03:21 +00:00
window: edit: allow to set submit text for data binding
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
149851638d
commit
4e78d7190d
@ -100,6 +100,10 @@ Ext.define('Proxmox.window.Edit', {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
setSubmitText: function(text) {
|
||||||
|
this.lookup('submitbutton').setText(text);
|
||||||
|
},
|
||||||
|
|
||||||
submit: function() {
|
submit: function() {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user