Newer Version Available
scrollCustomConsoleComponentButtonText()
Scrolls a button’s text on
an application-level custom console component that’s on a page. This method is only available in API version 25.0 or
later.
Syntax
Arguments
| Name | Type | Description |
|---|---|---|
| interval | number | Controls how often the button text is scrolled in milliseconds. |
| pixelsToScroll | number | Controls how many pixels the button text scrolls. |
| isLeftScrolling | boolean |
If true, the text scrolls left. If false, the text scrolls right. |
| callback | function | JavaScript method that’s called upon completion of the method. |
Sample Code–Visualforce
Response
This method is asynchronous, so it returns its response in an object in a callback method. The response object contains the following field:
| Name | Type | Description |
|---|---|---|
| success | boolean | true if scrolling the button text was successful; false if scrolling the button text wasn't successful. |