Defect #739
Font size in servoy-treeview bean
Start date:
09/27/2013
Due date:
% Done:
100%
Estimated time:
Browser (if web client):
Safari 6.0
Description
Following code for font size in a treeview column works in smartclient, but does not have any effect in the webclient:
elements.treeview.setColumnTextFormat('column01', '<html><div style="font-size:10">$text</div></html>');
History
Updated by Andrei Costache over 11 years ago
Hi,
For this to be valid css/html code, you need to specify: ...font-size:10px
.. (note the px).
It should work like that.
Regards,
Andrei Costache
Updated by Andrei Costache over 11 years ago
- Status changed from New to Closed
- Assignee set to Andrei Costache
- % Done changed from 0 to 100
Please reopen the current issue if you encounter any problems with this.
Best regards,
Andrei