button: Action Button/Link

actionCLButtonR Documentation

Action Button/Link

Description

Creates an action button or link whose value is initially zero, and increments by one each time it is pressed.

Usage

actionCLButton(input_id, label, ...)

actionCLLink(input_id, label, ...)

Arguments

input_id

The input slot that will be used to access the value.

label

The contents of the button or link–usually a text label, but you could also use any other HTML, like an image.

...

Named attributes to be applied to the button or link.

Examples

actionCLButton("button", "Click Me")


ashbaldry/classless documentation built on June 2, 2022, 12:55 a.m.