azago Posted June 7, 2020 Posted June 7, 2020 How do I change the colors of an actionbutton hint in the grid? in the button i use function afterrender(sender, eOpts) { Ext.create('Ext.tip.ToolTip', { target: sender.getEl(), showDelay:50, hideDelay:50, componentCls: 'customTip', html: "My Information" }); } It's not present customcls property And I don't know what ExtEvents event I can configure the customCls property of each button in the actioncolumn Thank's Angelo Quote
Sherzod Posted June 7, 2020 Posted June 7, 2020 9 hours ago, azago said: How do I change the colors of an actionbutton hint in the grid? Hello, I will try to analyze. Quote
azago Posted January 14, 2021 Author Posted January 14, 2021 I need to change the componentCls of the grids actionbuttons 1) if I want to change componentCls in all the application I modify do I have to do to my CustomCSS ? 2) I tried to change the value on a single grid by removing the hint values of the action button and inserting The program does not give any errors, it displays the message correctly but does not apply the componentCls. Angelo 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.