A basic HTML textarea for entering multiline text.
Constructor | Description |
|
|
Static member | Description |
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:
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
|
|
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:
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
|
|