I've been using HtmlEmbeds in certain situations for displaying a large amount of data because they are so fast. One issue that comes up is styling the text to match the rest of the interface. What would be nice is a way to access styles for application to various html elements.
Currently I've defined static style strings to insert. I've created them by looking at qx rendered elements in firebug, for example: qxStyle='font-family: "Lucida Grande",Tahoma,Verdana,"Bitstream Vera Sans","Liberation Sans",Sans; font-size: 11px; left: 28px; top: 4px;' Is there a better way I could do this? Or is this something that could be added to the framework (maybe in the html package?). David ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
