express.ui.input_action_link
id, label, *, icon=None, **kwargs) express.ui.input_action_link(
Creates a link whose value is initially zero, and increments by one each time it is pressed.
Parameters
id : str
-
An input id.
label : TagChild
-
An input label.
icon : TagChild = None
-
An icon to appear inline with the button/link.
****kwargs** : TagAttrValue = {}
-
Attributes to be applied to the link.
Returns
: Tag
-
A UI element
Notes
Server value
An integer representing the number of clicks.
See Also
Examples
Loading...