mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
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);
|
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);
|
et2_filteredNodeIterator(this.lastRowNode, readRowNode, this);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user