Project

General

Profile

Defect #739

Font size in servoy-treeview bean

Added by Pascal Jacob over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
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

#1

Updated by Andrei Costache over 10 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

#2

Updated by Andrei Costache over 10 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

Also available in: Atom PDF