windowHDSetNavButtonImage Method |
This function sets the image to use for navigation bar buttons.
JavaScript API: Direct
Assembly: api.js Version: 1.0.0.0 (1.0.0.0)
Syntax
JavaScript
function HDSetNavButtonImage(buttonId, imageName);
Parameters
- buttonId
- Type: string
The identifier of the button for which you want to set the image. - imageName
- Type: string
A URL for the new image to use for the button.
See Also