Fable.Modulo


Classes Module

CSS classes

Functions and values

Function or value Description

CheckboxField

Full Usage: CheckboxField

Returns: string

the css class modulo-field-checkbox , applied to each 'checkbox' element

Returns: string

Field

Full Usage: Field

Returns: string

the css class modulo-field , applied to each field's 'div' container

Returns: string

FieldKind _arg1

Full Usage: FieldKind _arg1

Parameters:
Returns: string
_arg1 : Kind
Returns: string

FieldName x

Full Usage: FieldName x

Parameters:
    x : string

Returns: string

the css class modulo-field-name-<name> , where 'name' is the form record field's name

x : string
Returns: string

FieldSize n

Full Usage: FieldSize n

Parameters:
    n : int

Returns: string
n : int
Returns: string

FieldType n

Full Usage: FieldType n

Parameters:
    n : string

Returns: string
n : string
Returns: string

Form

Full Usage: Form

Returns: string

the css class modulo-form, applied to the 'form' element

Returns: string

InputField

Full Usage: InputField

Returns: string

the css class modulo-field-input applied to each 'input' element

Returns: string

Required

Full Usage: Required

Returns: string

the css class modulo-field-is-required , applied to each required field's 'div' container

Returns: string

SelectField

Full Usage: SelectField

Returns: string

the css class modulo-field-select , applied to each 'select' element

Returns: string

concat classes

Full Usage: concat classes

Parameters:
    classes : string list

Returns: HTMLAttr
classes : string list
Returns: HTMLAttr