forked from extern/egroupware
fix set value for class when there is an assigned content to class= in .xet file
This commit is contained in:
parent
19172b4a64
commit
fadca5bb6b
@ -430,6 +430,10 @@ var et2_grid = et2_DOMWidget.extend([et2_IDetachedDOM, et2_IAligned],
|
||||
{
|
||||
this._getCell(cells, x, y).rowData.id = this.getArrayMgr("content").expandName(this._getCell(cells, x, y).rowData.id);
|
||||
}
|
||||
if(this._getCell(cells, x, y).rowData.class)
|
||||
{
|
||||
this._getCell(cells, x, y).rowData.class = this.getArrayMgr("content").expandName(this._getCell(cells, x, y).rowData.class);
|
||||
}
|
||||
|
||||
et2_filteredNodeIterator(this.lastRowNode, readRowNode, this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user