I can’t seem to be able to set a css definition inside an HTML_AREA.
My goal is to make a table with thin borders using only css. Using css it is possible to do a table with thin borders without using the double table approach described by Robert Ivens in:
The HTML component used by Servoy (the default provided by Sun) does not support border settings, as far as I know. That’s why the technique described in the article is currently the only possible approach.
Servoy uses the default html renderer that comes with java.
It’s ok for basic rendering, but quite crappy(especially BORDERS ) when it comes to more advanced html coding.
We’re investigating possiblities to improve this.
What’s the status of the investigation? Any idea when we might see an improved HTML component in Servoy?
Will this improved component also allow for building dynamic GUI’s, for example for data entry, with the ability to retrieve the data entered on the HTML form into Servoy methods?
If the latter would be possible, I see many new oppertunities…