function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rohitrrohitr 

Button CSS for Custom Console Component

Hi,

I've created a custom console component. And those components are available on the console as buttons. What i need is some tooltip to be shown on the console buttons at the bottom.

I saw Button CSS option while creating the console component. But not sure the format to put there?
User-added image

The highlighted region shows the custom console component button css option. What should i put there?

Thanks in advance.
ShashForceShashForce
Hi,

You have to just paste the CSS style sheet markup code of the button in the Button CSS area to define how the button looks to users who click it to launch your component. Some documentation: https://help.salesforce.com/htviewhelpdoc?err=1&id=console2_components_create_app.htm&siteLang=en_US

If this answers your question, please mark this as the Best Answer for this post, so that others can benefit from this post.

Thanks,
Shashank