mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
attempt to refresh previewAttechmentsArea grid with data; need refresh grid method; not implemented yet
This commit is contained in:
parent
95350da447
commit
eade0953b5
@ -513,9 +513,9 @@ app.mail = AppJS.extend(
|
||||
}
|
||||
else
|
||||
{
|
||||
console.log(dataElem.data.attachmentsBlock);
|
||||
var aA = this.et2.getWidgetById('previewAttachmentArea');
|
||||
aA._mgrs.content.data= dataElem.data.attachmentsBlock;
|
||||
var pAttArea = this.et2.getWidgetById('previewAttachmentArea');
|
||||
console.log(dataElem.data.attachmentsBlock,pAttArea);
|
||||
//pAttArea.createTableFromCells(pAttArea.cells,pAttArea.colData,dataElem.data.attachmentsBlock);
|
||||
}
|
||||
this.et2.getWidgetById('toolbar').set_actions(JSON.parse(dataElem.data.toolbaractions));
|
||||
var IframeHandle = this.et2.getWidgetById('messageIFRAME');
|
||||
|
Loading…
Reference in New Issue
Block a user