attempt to refresh previewAttechmentsArea grid with data; need refresh grid method; not implemented yet

This commit is contained in:
Klaus Leithoff 2013-10-18 12:04:48 +00:00
parent 95350da447
commit eade0953b5

View File

@ -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');