This class specifies different states of Image Uploader buttons and icons.
The following table lists the members exposed by the ImageFormat type.
Name | Description | |
---|---|---|
getBackgroundColor() setBackgroundColor($value) |
Gets or sets the background color of button or icon. | |
getHeight() setHeight($value) |
Gets or sets the height of a button or icon. | |
getUrlDisabled() setUrlDisabled($value) |
Gets or sets the URL to the image which represents a button/icon when it is disabled. If omitted, last drawn image will be used. | |
getUrlHover() setUrlHover($value) |
Gets or sets the URL to the image which represents a button/icon when a mouse button is hovered over it. If omitted, last drawn image will be used. | |
getUrlHoverFocused() setUrlHoverFocused($value) |
The same as UrlHover, but used when the button/icon is in focus. If omitted, last drawn image will be used. | |
getUrlNormal() setUrlNormal($value) |
Gets or sets the URL to the image which represents the button/icon when it is not pressed, mouse pointer is not hover over it, and the button is not in focus. | |
getUrlNormalFocused() setUrlNormalFocused($value) |
The same as UrlNormal, but used when the button is in focus. If omitted, last drawn image will be used. | |
getUrlPressed() setUrlPressed($value) |
Gets or sets the URL to the image which represents a button/icon when it is pressed. If omitted, last drawn image will be used. | |
getWidth() setWidth($value) |
Gets or sets the width of a button or icon. |