-
Notifications
You must be signed in to change notification settings - Fork 137
ToggleButtonExtender
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.
Name | Description |
---|---|
CheckedImageAlternateText | The alt text to show when the toggle button is in the checked state |
CheckedImageOverAlternateText | The alt text to show when the toggle button is in the checked state and the mouse is over the button |
CheckedImageOverUrl | The URL of an image to show when the toggle button is in the checked state and the mouse is over the button |
CheckedImageUrl | The URL of an image to show when the toggle button is in the checked state |
DisabledCheckedImageUrl | The URL of an image to show when the toggle button is disabled and in the checked state |
DisabledUncheckedImageUrl | The URL of an image to show when the toggle button is disabled and in the unchecked state |
ImageHeight | The height of an image |
ImageWidth | The width of an image |
UncheckedImageAlternateText | The alt text to show when the toggle button is in the unchecked state |
UncheckedImageOverAlternateText | The alt text to show when the toggle button is in the unchecked state and the mouse is over the button |
UncheckedImageOverUrl | The URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button |
UncheckedImageUrl | The URL of an image to show when the toggle button is in the unchecked state |
Name | Description |
---|---|
checkedImageAlternateText | The alt text to show when the toggle button is in the checked state |
checkedImageOverAlternateText | The alt text to show when the toggle button is in the checked state and the mouse is over the button |
checkedImageOverUrl | The URL of an image to show when the toggle button is in the checked state and the mouse is over the button |
checkedImageUrl | The URL of an image to show when the toggle button is in the checked state |
disabledCheckedImageUrl | The URL of an image to show when the toggle button is disabled and in the checked state |
disabledUncheckedImageUrl | The URL of an image to show when the toggle button is disabled and in the unchecked state |
imageHeight | The height of an image |
imageWidth | The width of an image |
uncheckedImageAlternateText | The alt text to show when the toggle button is in the unchecked state |
uncheckedImageOverAlternateText | The alt text to show when the toggle button is in the unchecked state and the mouse is over the button |
uncheckedImageOverUrl | The URL of an image to show when the toggle button is in the unchecked state and the mouse is over the button |
uncheckedImageUrl | The URL of an image to show when the toggle button is in the unchecked state |
The alt text to show when the toggle button is in the checked state
Getter name: get_checkedImageAlternateText()
Setter name: set_checkedImageAlternateText(value)
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)
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)
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)
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)
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)
The height of an image
Getter name: get_imageHeight()
Setter name: set_imageHeight(value)
The width of an image
Getter name: get_imageWidth()
Setter name: set_imageWidth(value)
The alt text to show when the toggle button is in the unchecked state
Getter name: get_uncheckedImageAlternateText()
Setter name: set_uncheckedImageAlternateText(value)
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)
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)
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)
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
- How to Use Bundling and CDN
- Creating a Custom Localization
- Creating a Custom Control
- Design Standards
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout