Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

ToggleButton

MikhailTymchukDX edited this page Apr 29, 2016 · 2 revisions

ToggleButtonExtender (demo)

ToggleButton is an ASP.NET AJAX extender that can be attached to an ASP.NET CheckBox control. ToggleButton enables the use of custom images to show the state of the CheckBox. The behavior of the CheckBox is unaffected.

Properties

NameDescription
CheckedImageAlternateTextThe alt text to show when the toggle button is in the checked state
CheckedImageOverAlternateTextThe alt text to show when the toggle button is in the checked state and the mouse is over the button
CheckedImageOverUrlThe URL of an image to show when the toggle button is in the checked state and the mouse is over the button
CheckedImageUrlThe URL of an image to show when the toggle button is in the checked state
DisabledCheckedImageUrlThe URL of an image to show when the toggle button is disabled and in the checked state
DisabledUncheckedImageUrlThe URL of an image to show when the toggle button is disabled and in the unchecked state
ImageHeightThe height of an image
ImageWidthThe width of an image
UncheckedImageAlternateTextThe alt text to show when the toggle button is in the unchecked state
UncheckedImageOverAlternateTextThe alt text to show when the toggle button is in the unchecked state and the mouse is over the button
UncheckedImageOverUrlThe URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button
UncheckedImageUrlThe URL of an image to show when the toggle button is in the unchecked state

Client properties

NameDescription
checkedImageAlternateTextThe alt text to show when the toggle button is in the checked state
checkedImageOverAlternateTextThe alt text to show when the toggle button is in the checked state and the mouse is over the button
checkedImageOverUrlThe URL of an image to show when the toggle button is in the checked state and the mouse is over the button
checkedImageUrlThe URL of an image to show when the toggle button is in the checked state
disabledCheckedImageUrlThe URL of an image to show when the toggle button is disabled and in the checked state
disabledUncheckedImageUrlThe URL of an image to show when the toggle button is disabled and in the unchecked state
imageHeightThe height of an image
imageWidthThe width of an image
uncheckedImageAlternateTextThe alt text to show when the toggle button is in the unchecked state
uncheckedImageOverAlternateTextThe alt text to show when the toggle button is in the unchecked state and the mouse is over the button
uncheckedImageOverUrlThe URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button
uncheckedImageUrlThe URL of an image to show when the toggle button is in the unchecked state

Client properties

imageWidth

The width of an image

Getter name: get_imageWidth()
Setter name: set_imageWidth(value)

imageHeight

The height of an image

Getter name: get_imageHeight()
Setter name: set_imageHeight(value)

uncheckedImageUrl

The URL of an image to show when the toggle button is in the unchecked state

Getter name: get_uncheckedImageUrl()
Setter name: set_uncheckedImageUrl(value)

checkedImageUrl

The URL of an image to show when the toggle button is in the checked state

Getter name: get_checkedImageUrl()
Setter name: set_checkedImageUrl(value)

disabledUncheckedImageUrl

The URL of an image to show when the toggle button is disabled and in the unchecked state

Getter name: get_disabledUncheckedImageUrl()
Setter name: set_disabledUncheckedImageUrl(value)

disabledCheckedImageUrl

The URL of an image to show when the toggle button is disabled and in the checked state

Getter name: get_disabledCheckedImageUrl()
Setter name: set_disabledCheckedImageUrl(value)

checkedImageOverUrl

The URL of an image to show when the toggle button is in the checked state and the mouse is over the button

Getter name: get_checkedImageOverUrl()
Setter name: set_checkedImageOverUrl(value)

uncheckedImageOverUrl

The URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button

Getter name: get_uncheckedImageOverUrl()
Setter name: set_uncheckedImageOverurl(value)

uncheckedImageAlternateText

The alt text to show when the toggle button is in the unchecked state

Getter name: get_uncheckedImageAlternateText()
Setter name: set_uncheckedImageAlternateText(value)

checkedImageAlternateText

The alt text to show when the toggle button is in the checked state

Getter name: get_checkedImageAlternateText()
Setter name: set_checkedImageAlternateText(value)

checkedImageOverAlternateText

The alt text to show when the toggle button is in the checked state and the mouse is over the button

Getter name: get_checkedImageOverAlternateText()
Setter name: set_checkedImageOverAlternateText(value)

uncheckedImageOverAlternateText

The alt text to show when the toggle button is in the unchecked state and the mouse is over the button

Getter name: get_uncheckedImageOverAlternateText()
Setter name: set_uncheckedImageOverAlternateText(value)

Clone this wiki locally