Jump to content

UniGrid ActioButton apply customCLS


azago

Recommended Posts

 

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

image.png.b3d5953d8b8aa37e503b176bb9781dab.png


And I don't know what ExtEvents event I can configure the customCls property of each button in the actioncolumn

Thank's

Angelo


 

 

Link to comment
Share on other sites

  • 3 weeks later...
  • 6 months later...


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

image.thumb.png.b293629e0c49371af1d465d356acd8a6.png


The program does not give any errors, it displays the message correctly but does not apply the componentCls.

Angelo

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...