Liking cljdoc? Tell your friends :D

com.fulcrologic.rad.rendering.semantic-ui.form-options


controls-classclj/s

Used in a form's component-options. Specifies the container class for the control section of the top-level form. Defaults to ui top attached segment. Can be a string or a (fn [form-env] string?).

Used in a form's component-options. Specifies the container class for the control section of the top-level form.
Defaults to `ui top attached segment`. Can be a string or a `(fn [form-env] string?)`.
sourceraw docstring

element-classclj/s

Attribute option. A string that defines a CSS class for the outer-most DOM element of a form field that renders this attribute. OVERRIDES the class name of the container on the form field.

Attribute option. A string that defines a CSS class for the outer-most DOM element of a form
field that renders this attribute. OVERRIDES the class name of the container on the form field.
sourceraw docstring

element-classesclj/s

A map from qualified key to class names. OVERRIDES the class name of the container on the form field.

A map from qualified key to class names. OVERRIDES the class name of the container on the form field.
sourceraw docstring

form-classclj/s

Used in a form's component-options. Specifies the container class for the form inputs. Defaults to ui attached form. Can be a string or a (fn [form-env] string?).

Used in a form's component-options. Specifies the container class for the form inputs. Defaults to `ui attached form`.
Can be a string or a `(fn [form-env] string?)`.
sourceraw docstring

input-propsclj/s

ALIAS of fo/input-props. This option can be placed on fo/field-style-config(s). The value can be a map, or a (fn [form-env] map?).

Many, but not all, SUI input controls support this option.

See also fo/input-props.

ALIAS of `fo/input-props`. This option can be placed on `fo/field-style-config(s)`.
The value can be a map, or a `(fn [form-env] map?)`.

Many, but not all, SUI input controls support this option.

See also `fo/input-props`.
sourceraw docstring

ref-container-classclj/s

This option can be used in the fo/subforms entries to indicate what class(es) should be set on the element that wraps the list of elements. Defaults to ui segments for to-many and nothing for to-one relations. Can also be a (fn [form-env] string?)

This option can be used in the fo/subforms entries to indicate what class(es) should be set on the element that wraps
the list of elements. Defaults to `ui segments` for to-many and nothing for to-one relations. Can also be a
`(fn [form-env] string?)`
sourceraw docstring

ref-element-classclj/s

This option can be used in a form's component options to indicate the class to set on the (generated) element itself when used as a subform.

Can be a string or a (fn [form-env] string?). Defaults to ui segment.

This option can be used in a form's component options to indicate the class to set on the (generated) element itself
when used as a subform.

Can be a string or a `(fn [form-env] string?)`.  Defaults to `ui segment`.
sourceraw docstring

top-classclj/s

(top-class form-instance
           {:com.fulcrologic.rad.attributes/keys [qualified-key] :as attribute})

Looks for the top-level form element class on the given attribute or form instance. See form-element-classes and form-element-class.

Looks for the top-level form element class on the given attribute or form instance. See
`form-element-classes` and `form-element-class`.
sourceraw docstring

top-level-classclj/s

Used in a form's component-options. Specifies the class of the overall form container when it is the master (top-level) form. Defaults to ui container. Can be a string or a (fn [form-env] string?).

See also ref-element-class.

Used in a form's component-options. Specifies the class of the overall form container when it is the master (top-level) form.
 Defaults to `ui container`. Can be a string or a `(fn [form-env] string?)`.

See also `ref-element-class`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close