core
0.18.1
core
/
de.peekandpoke.kraft.addons.semanticui.forms
/
UiTextAreaComponent
/
Options
Options
class
Options
:
FieldOptions.Base
<
String
>
,
TextAreaOptions
<
String
>
,
SemanticOptions
<
String
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Options
Link copied to clipboard
fun
Options
(
)
Content copied to clipboard
Functions
accepts
Link copied to clipboard
open
override
fun
accepts
(
vararg
rules
:
Rule
<
String
>
)
Content copied to clipboard
Adds a validation rule
access
Link copied to clipboard
open
fun
<
X
>
access
(
key
:
TypedKey
<
X
>
)
:
FieldOptions.Access
<
String
,
X
>
Content copied to clipboard
autofocus
Link copied to clipboard
open
fun
autofocus
(
focus
:
Boolean
=
true
)
Content copied to clipboard
label
Link copied to clipboard
open
override
fun
label
(
label
:
String
)
Content copied to clipboard
Properties
appear
Link copied to clipboard
open
val
appear
:
FieldOptions.Access
<
String
,
SemanticFn
>
Content copied to clipboard
attributes
Link copied to clipboard
open
override
val
attributes
:
MutableTypedAttributes
Content copied to clipboard
autofocus
Value
Link copied to clipboard
open
val
autofocusValue
:
FieldOptions.Access
<
String
,
Boolean
>
Content copied to clipboard
label
Link copied to clipboard
open
val
label
:
FieldOptions.Access
<
String
,
RenderFunc
<
LABEL
>
>
Content copied to clipboard
name
Link copied to clipboard
open
val
name
:
FieldOptions.Access
<
String
,
String
>
Content copied to clipboard
placeholder
Link copied to clipboard
open
val
placeholder
:
FieldOptions.Access
<
String
,
String
>
Content copied to clipboard
rules
Link copied to clipboard
open
override
val
rules
:
MutableList
<
Rule
<
String
>
>
Content copied to clipboard
vertical
Auto
Resize
Link copied to clipboard
open
val
verticalAutoResize
:
FieldOptions.Access
<
String
,
Boolean
>
Content copied to clipboard