mehmet07 Posted August 2, 2016 Share Posted August 2, 2016 Hi, How change Disabled unidbedit font ? i want not colorless. thanks. Quote Link to comment Share on other sites More sharing options...
Sherzod Posted August 3, 2016 Share Posted August 3, 2016 Hi, If I understand you correctly.. Can you try this ?!: 1. UniServerModule.CustomCSS: ._x-item-disabled .x-form-field { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); color: black; background: lime; } 2. UniDBEdit->ClientEvents->UniEvents-> beforeInit fn: function beforeInit(sender, config) { config.disabledCls = "_x-item-disabled"; } Best regards. Quote Link to comment Share on other sites More sharing options...
herculanojs Posted March 2, 2018 Share Posted March 2, 2018 Hi, If I understand you correctly.. Can you try this ?!: 1. UniServerModule.CustomCSS: ._x-item-disabled .x-form-field { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); color: black; background: lime; } 2. UniDBEdit->ClientEvents->UniEvents-> beforeInit fn: function beforeInit(sender, config) { config.disabledCls = "_x-item-disabled"; } Best regards. What could be incorrect? The control is dynamically created TUniDBEdit(ac).ClientEvents.UniEvents.Values['beforeInit'] := 'function beforeInit(sender, config) { config.disabledCls = "_x-item-disabled";}'; Quote Link to comment Share on other sites More sharing options...
herculanojs Posted March 2, 2018 Share Posted March 2, 2018 I already managed to solve it. Compiling a file was missing Quote Link to comment Share on other sites More sharing options...
Edwin Posted October 21, 2020 Share Posted October 21, 2020 this work fine Quote Link to comment Share on other sites More sharing options...
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.