rtalmeida Posted September 23, 2017 Posted September 23, 2017 How to change the font of the FieldLabel property of the UniDbEdit component? Quote
Sherzod Posted September 23, 2017 Posted September 23, 2017 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, 1 Quote
rtalmeida Posted September 23, 2017 Author Posted September 23, 2017 very good, gave the expected result, thank you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.