Recent Changes - Search:

Information

Installation

Documentation

HtmlViewElementsRadioButton

Main
NameDescriptionValues AcceptedDefault
CheckedThe value displayed by the element.A string constant or variable. A boolean variable or one of the constants true or false.-
TextThe text to display when the element is in an indeterminate state.A string constant or variable."radioButton"
TextOnThe text to display when the element is checked (true).A string constant or variable.-
TextOffThe text to display when the element is unchecked (false).A string constant or variable.-
ImageUrlThe URL of an icon for the element.A file name or a string constant or variable.-
ImageOnUrlThe URL of an icon for the element when checked (true).A file name or a string constant or variable.-
ImageOffUrlThe URL of an icon for the element when unchecked (false).A file name or a string constant or variable.-
DisabledDetermines if the element is responsive to user action.A boolean variable or one of the constants true or false.-
TextAlignThe horizontal alignment of the text.Type LEFT, CENTER, or RIGHT or use the menu to make a choice.-
Interaction
NameDescriptionValues AcceptedDefault
OnChangeThe action invoked when the state changes.The JavaScript code to invoke for the action.-
OnCheckOnThe action invoked when the state is set to true.The JavaScript code to invoke for the action.-
OnCheckOffThe action invoked when the state is set to false.The JavaScript code to invoke for the action.-
Graphical Aspect 
NameDescriptionValues AcceptedDefault
VisibilityThe visibility of the element.Boolean variable or constants true or false.-
DisplayDisplay style, can use "none," "inline-block," etc.Boolean variable or constants true or false.-
WidthThe width of the element. Accepts values like 400px or 100%.400px
HeightThe height of the element. Accepts values like 300px or 90vh.300px
BackgroundThe background color for the element. Use the editor provided or read about colors.-
ForegroundThe color to use when drawing or writing in the element. Use the editor provided or read about colors.-
FontThe font used to display text in the element. Use the editor provided to select the name, style, and size of the font.-
TooltipText displayed when the mouse is over the element.String constant or variable.-
ClassNameClass name.String constant or variable.-
CSSCSS.String constant or variable.-
WhiteSpaceWhite space.String constant or variable.-
TransformTransform.String constant or variable.-
Edit - History - Print - Recent Changes - Search
Page last modified on October 23, 2023, at 04:08 AM