I have heavily modified dbgrids.inc.php to surface a lot of other features of
table. To fix this one I changed function dumpHeaderCode() and added this
to it.
//I don't know what any of this is I just removed the
alignment/bold/italic from it
// overridden
qx.Proto.updateDataCellElement = function(cellInfo, cellElement)
{
var clazz = qx.ui.table.DefaultDataCellRenderer;
var style = cellElement.style;
var stylesToApply = this._getStyleFlags(cellInfo);
var textNode = cellElement.firstChild;
if (textNode != null) {
textNode.nodeValue = this._formatValue(cellInfo);
} else {
cellElement.innerHTML =
qx.html.String.escape(this._formatValue(cellInfo));
}
}
Get with me over on http://forums.delphi-php.net/ and I'll point you to my
mods.
--
View this message in context:
http://www.nabble.com/TableModel-DataCellRenderer-in-Delphi-for-PHP-tp14402998p18600880.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel