Recent Changes - Search:

Information

Installation

Documentation

HtmlViewElementsButton

View all buttons and decoration elements
Main
NameDescriptionValues AcceptedDefault
TextThe text to display. This property accepts some special characters.String constant or variable.-
ImageUrlAn icon for an iconized frame.File name or a string constant or variable.-
DisabledDetermines if the element is responsive to user action.Boolean variable or one of the constants true or false.-
TextAlignThe horizontal alignment of the text. Choose from LEFT, CENTER, or RIGHT, or use the menu to make a choice.-
OnPressAction to invoke when the element is pressed.JavaScript code for the action.-
OnReleaseAction to invoke when the element is released.JavaScript code for the action.-
OnClickAction to invoke when clicking the element.JavaScript code for the action.-
Graphical Aspect
NameDescriptionValues AcceptedDefault
Visibility The visibility of the element.Boolean variable or one of the constants true or false.-
Display The CSS display of the element. Example to try: "booleanVariable ? 'inline-block' : 'none'" (if the booleanVariable is true, display is set to inline-block; otherwise, it's set to none). This method provides a better way to show or hide the drawingPanel compared to using 'Visible,' as 'Visible' maintains the drawingPanel in the same position, creating a blank space.True
Width Values are in default px and accept %. Example: 100%-
Height Values are in default px and accept vh. Example: 5vh-
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.A 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 03:51 AM