Description Usage Arguments Value
Define a Slate Input
1 2 3 4 5 6 7 8 9 10 11 12 |
name |
the name of the input. |
type |
the type of the input. use |
default |
the default value for the input. |
parent |
the parent of this input. Can be either the name of a group or page, or NULL
to have the input be a child of root, or "auto" (the default) to infer the parent based
on the order of page, group and input definitions. See |
long.name |
the name to display in the user interface, or NULL to use the input's name |
description |
the description of the input. Usually this is shown via a tooltip. |
condition |
an expression that determines the visibility of this input, or NULL to always show the input. |
wizards |
a list of wizards associated with this input. Wizards will ususally be
displayed in a dropdown menu above the input. See |
... |
additional input parameters to be stored in the input structure. These are usually
type-specific parameters, such as |
input.type |
legacy: use |
null |
if TRUE, a toggle is displayed to allow the user to select NULL as the input value. |
A list of input parameters suitable to be passed along to other rslates
functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.