View source: R/components-generated.R
calcite_action_pad | R Documentation |
Create a ActionPad component
calcite_action_pad(...)
... |
named attributes passed to |
The following properties are provided by this component:
Name | Attribute | Description | Values | Reflects to Attribute |
actionsEndGroupLabel | actions-end-group-label | Specifies the accessible label for the last calcite-action-group . | string | FALSE |
expandDisabled | expand-disabled | When true , the expand-toggling behavior is disabled. | boolean | TRUE |
expanded | expanded | When true , the component is expanded. | boolean | TRUE |
layout | layout | Indicates the layout of the component. | "grid" | "horizontal" | "vertical" | TRUE |
messageOverrides | NA | Use this property to override individual strings used by the component. | Check API reference | FALSE |
overlayPositioning | overlay-positioning | Determines the type of positioning to use for the overlaid content. Using "absolute" will work for most cases. The component will be positioned inside of overflowing parent containers and will affect the container's layout. "fixed" should be used to escape an overflowing parent container, or when the reference element's position CSS property is "fixed" . | "absolute" | "fixed" | TRUE |
position | position | Arranges the component depending on the element's dir property. | "end" | "start" | TRUE |
scale | scale | Specifies the size of the expand calcite-action . | "l" | "m" | "s" | TRUE |
The following events are observed by shiny:
Event | Description |
calciteActionPadToggle | Fires when the expanded property is toggled. |
The following slots are provided by this component:
Slot | Description |
Default (unnamed) | A slot for adding calcite-action s to the component. |
expand-tooltip | A slot to set the calcite-tooltip for the expand toggle. |
an object of class calcite_component
which is a subclass of shiny.tag
calcite_action_pad()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.