The task interface configuration guide describes the features of the HTML/JS/CSS editor. You can also try creating a button in Template Builder.
To add a button to a task, use the {{button}}
component. Example:
{{button label="Click me" href="https://toloka.ai" action=true}}
Parameter | Description | Required | Default value |
---|---|---|---|
label | Button label | no | empty string |
href | Link that opens when the Toloker clicks the button. The link is opened in a new browser tab. | no | — |
action | Button color:
| no | false |
size | Size of the button (with preserved aspect ratio).
| no | "M" |
class | CSS class. | no | ".button" |
Last updated:Â February 15, 2023