fiddle some stuff regarding the new vfs-file select widget; fix lable1-5 capability;

This commit is contained in:
Klaus Leithoff
2013-10-02 14:50:24 +00:00
parent 499c9f3c22
commit 3733ef6d4c
6 changed files with 217 additions and 305 deletions

View File

@ -1288,6 +1288,20 @@ app.mail = AppJS.extend(
}
},
vfsUploadForCompose: function(_egw, _widget, _window)
{
console.log(_egw, _widget, _window);
if (!jQuery.isEmptyObject(_widget.getValue()))
{
this.et2_obj.submit();
}
},
saveAsDraft: function(_egw, _widget, _window)
{
this.et2_obj.submit();
},
sieve_editRules_radiobtn: function()
{
console.log("hi i am radiobtn");