jptec Posted January 4, 2017 Posted January 4, 2017 Hi, I've changed the fonts in UniDBLookupComboBox. The Textbox area is changed but the dropdown list and the down arrow no change. U can see the attached , Please advise how to change the dropdown list style also the down arrow to match with text box height. Joe Quote
Sherzod Posted January 4, 2017 Posted January 4, 2017 Hi, The "images" for the trigger are in a sprite and would be difficult to change,we will try to find a "workaround" Best regards. Quote
jptec Posted January 4, 2017 Author Posted January 4, 2017 Noticed Thanks, How about the drop down list fonts ? can I change? Quote
Sherzod Posted January 4, 2017 Posted January 4, 2017 Hi, How about the drop down list fonts ? can I change? Try this: 1. UniServerModule -> CustomCSS: .myList .x-boundlist-item { color: green; font-size: 14px; font-family: sans-serif; } 2. UniComboBox, UniDBLookupComboBox -> ClientEvents -> UniEvents -> function beforeInit: function beforeInit(sender, config) { config.listConfig = { cls: 'mylist' } } Best regards. Quote
ajp68 Posted May 22, 2018 Posted May 22, 2018 Hi, Try this: 1. UniServerModule -> CustomCSS: .myList .x-boundlist-item { color: green; font-size: 14px; font-family: sans-serif; } 2. UniComboBox, UniDBLookupComboBox -> ClientEvents -> UniEvents -> function beforeInit: function beforeInit(sender, config) { config.listConfig = { cls: 'mylist' } } Best regards. Thanks. Working Quote
SayeyeZohor Posted July 6, 2019 Posted July 6, 2019 On 1/4/2017 at 8:50 PM, Sherzod said: Hi, Try this: 1. UniServerModule -> CustomCSS: .myList .x-boundlist-item { color: green; font-size: 14px; font-family: sans-serif; } 2. UniComboBox, UniDBLookupComboBox -> ClientEvents -> UniEvents -> function beforeInit: function beforeInit(sender, config) { config.listConfig = { cls: 'mylist' } } Best regards. for me not working please refer me Quote
SayeyeZohor Posted July 6, 2019 Posted July 6, 2019 1 hour ago, Sherzod said: Hello, Which build are you using? 1496 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.