Jump to content

Font FieldLabel


rtalmeida

Recommended Posts

Hi,

 

Yes, you can use labelClsExtra config for this, for example:

 

1. beforeInit:

function beforeInit(sender, config)
{
    config.labelClsExtra = '_mylabelCls';
}

2. CustomCSS:

._mylabelCls {
    font-weight: bold;
}

Try,

Best regards,

  • Upvote 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...