Button
Description:
Button
Use Buttons to perform actions like submitting a form when clicked
Allowed Parent Components:
Button Dropdown
Button Group
Card Body
Card Footer
Card Header
Card Table Column
Case
Col
Form
Grid Child
Horizontal Section
Icon Menu
Vertical Section
Allowed Child Components:
Badge
Popover
Pulse
Trigger Before Render
Trigger On Click
Properties
➤ Icon
Use the icons to display images to represent the component
Allowed Values: Icon List
➤ Text
Enter a static or expression based name for the Button. e.g. Save, Delete, Apply, Validate etc.
Allowed Values: An expression which should return string after evaluation
➤ Tool Tip
A message which appears when a cursor is positioned over.
Allowed Values: An expression which should return string after evaluation
➤ Tool Tip Position
Select an option to change the placement of the tooltip when appears.
Allowed Values:
left
right
top
bottom
➤ On Click
Allowed Values: Controller Function
➤ Block
Check this to get the Button in a new row with 100% width.
Allowed Values: Yes/No
➤ Button Size
Select an option to change the size of the button.
Allowed Values:
Small
Default
Large
➤ Color
Select a color or enter the custom class to change the color of the button.
Allowed Values: Select a color or enter the custom class to change the color of the button.
➤ Disable Condition
Provide an expression that returns false to conditionally enable this button. e.g. not(#{ds.$dirty}) expression will disable the button when the store with dataSource alias 'ds' is not dirty.
Allowed Values: An expression which should return boolean after evaluation
➤ Show As Link
Check this property to show the button as an HTML link.
Allowed Values: Yes/No
➤ Margin
Select a value to add margin on all four sides of the component. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.
Allowed Values: Any number value
➤ Margin Bottom
Select a value to add margin on the bottom of the component.
Allowed Values: Any number value
➤ Margin Left
Select a value to add margin on the left of the component.
Allowed Values: Any number value
➤ Margin Right
Select a value to add margin on the right of the component.
Allowed Values: Any number value
➤ Margin Top
Select a value to add margin on the top of the component.
Allowed Values: Any number value
➤ Padding
Select a value to add padding on all four sides of the component. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.
Allowed Values: Any number value
➤ Padding Bottom
Select a value to add padding in the bottom of the component.
Allowed Values: Any number value
➤ Padding Left
Select a value to add padding in the left of the component.
Allowed Values: Any number value
➤ Padding Right
Select a value to add padding in right of the component.
Allowed Values: Any number value
➤ Padding Top
Select a value to add padding in top of the component.
Allowed Values: Any number value
Last updated