Textarea.Textarea Type

A basic HTML textarea for entering multiline text.

Constructors

Constructor Description

Textarea()

Full Usage: Textarea()

Returns: Textarea
Returns: Textarea

Static members

Static member Description

Textarea.applyMembers (id, children, ?value, ?autoFocus, ?cols, ?disabled, ?form, ?maxLength, ?minLength, ?name, ?placeholder, ?readOnly, ?required, ?rows, ?wrap, ?accessKey, ?className, ?contentEditable, ?contextMenu, ?dir, ?draggable, ?hidden, ?lang, ?spellCheck, ?style, ?tabIndex, ?title, ?nBlur, ?nBlurTimestamp, ?nClicks, ?nClicksTimestamp, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)

Full Usage: Textarea.applyMembers (id, children, ?value, ?autoFocus, ?cols, ?disabled, ?form, ?maxLength, ?minLength, ?name, ?placeholder, ?readOnly, ?required, ?rows, ?wrap, ?accessKey, ?className, ?contentEditable, ?contextMenu, ?dir, ?draggable, ?hidden, ?lang, ?spellCheck, ?style, ?tabIndex, ?title, ?nBlur, ?nBlurTimestamp, ?nClicks, ?nClicksTimestamp, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)

Parameters:
    id : string
    children : seq<DashComponent>
    ?value : string
    ?autoFocus : string
    ?cols : int
    ?disabled : bool
    ?form : string
    ?maxLength : int
    ?minLength : int
    ?name : string
    ?placeholder : string
    ?readOnly : bool
    ?required : bool
    ?rows : int
    ?wrap : string
    ?accessKey : string
    ?className : string
    ?contentEditable : bool
    ?contextMenu : string
    ?dir : string
    ?draggable : bool
    ?hidden : string
    ?lang : string
    ?spellCheck : bool
    ?style : obj
    ?tabIndex : IConvertible
    ?title : string
    ?nBlur : IConvertible
    ?nBlurTimestamp : IConvertible
    ?nClicks : IConvertible
    ?nClicksTimestamp : IConvertible
    ?loadingState : LoadingState
    ?persistence : IConvertible
    ?persistedProps : string[]
    ?persistenceType : PersistenceTypeOptions

Returns: Textarea -> Textarea
id : string
children : seq<DashComponent>
?value : string
?autoFocus : string
?cols : int
?disabled : bool
?form : string
?maxLength : int
?minLength : int
?name : string
?placeholder : string
?readOnly : bool
?required : bool
?rows : int
?wrap : string
?accessKey : string
?className : string
?contentEditable : bool
?contextMenu : string
?dir : string
?draggable : bool
?hidden : string
?lang : string
?spellCheck : bool
?style : obj
?tabIndex : IConvertible
?title : string
?nBlur : IConvertible
?nBlurTimestamp : IConvertible
?nClicks : IConvertible
?nClicksTimestamp : IConvertible
?loadingState : LoadingState
?persistence : IConvertible
?persistedProps : string[]
?persistenceType : PersistenceTypeOptions
Returns: Textarea -> Textarea

Textarea.init (id, children, ?value, ?autoFocus, ?cols, ?disabled, ?form, ?maxLength, ?minLength, ?name, ?placeholder, ?readOnly, ?required, ?rows, ?wrap, ?accessKey, ?className, ?contentEditable, ?contextMenu, ?dir, ?draggable, ?hidden, ?lang, ?spellCheck, ?style, ?tabIndex, ?title, ?nBlur, ?nBlurTimestamp, ?nClicks, ?nClicksTimestamp, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)

Full Usage: Textarea.init (id, children, ?value, ?autoFocus, ?cols, ?disabled, ?form, ?maxLength, ?minLength, ?name, ?placeholder, ?readOnly, ?required, ?rows, ?wrap, ?accessKey, ?className, ?contentEditable, ?contextMenu, ?dir, ?draggable, ?hidden, ?lang, ?spellCheck, ?style, ?tabIndex, ?title, ?nBlur, ?nBlurTimestamp, ?nClicks, ?nClicksTimestamp, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)

Parameters:
    id : string
    children : seq<DashComponent>
    ?value : string
    ?autoFocus : string
    ?cols : int
    ?disabled : bool
    ?form : string
    ?maxLength : int
    ?minLength : int
    ?name : string
    ?placeholder : string
    ?readOnly : bool
    ?required : bool
    ?rows : int
    ?wrap : string
    ?accessKey : string
    ?className : string
    ?contentEditable : bool
    ?contextMenu : string
    ?dir : string
    ?draggable : bool
    ?hidden : string
    ?lang : string
    ?spellCheck : bool
    ?style : obj
    ?tabIndex : IConvertible
    ?title : string
    ?nBlur : IConvertible
    ?nBlurTimestamp : IConvertible
    ?nClicks : IConvertible
    ?nClicksTimestamp : IConvertible
    ?loadingState : LoadingState
    ?persistence : IConvertible
    ?persistedProps : string[]
    ?persistenceType : PersistenceTypeOptions

Returns: Textarea
id : string
children : seq<DashComponent>
?value : string
?autoFocus : string
?cols : int
?disabled : bool
?form : string
?maxLength : int
?minLength : int
?name : string
?placeholder : string
?readOnly : bool
?required : bool
?rows : int
?wrap : string
?accessKey : string
?className : string
?contentEditable : bool
?contextMenu : string
?dir : string
?draggable : bool
?hidden : string
?lang : string
?spellCheck : bool
?style : obj
?tabIndex : IConvertible
?title : string
?nBlur : IConvertible
?nBlurTimestamp : IConvertible
?nClicks : IConvertible
?nClicksTimestamp : IConvertible
?loadingState : LoadingState
?persistence : IConvertible
?persistedProps : string[]
?persistenceType : PersistenceTypeOptions
Returns: Textarea