gi-webkit2webextension-0.2.10.13: WebKit2WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLTextAreaElement

Contents

Description

 

Synopsis

Exported types

Methods

dOMHTMLTextAreaElementGetAreaType

dOMHTMLTextAreaElementGetAutofocus

dOMHTMLTextAreaElementGetCols

dOMHTMLTextAreaElementGetDefaultValue

dOMHTMLTextAreaElementGetDisabled

dOMHTMLTextAreaElementGetForm

dOMHTMLTextAreaElementGetName

dOMHTMLTextAreaElementGetReadOnly

dOMHTMLTextAreaElementGetRows

dOMHTMLTextAreaElementGetSelectionEnd

dOMHTMLTextAreaElementGetSelectionStart

dOMHTMLTextAreaElementGetValue

dOMHTMLTextAreaElementGetWillValidate

dOMHTMLTextAreaElementIsEdited

dOMHTMLTextAreaElementSelect

dOMHTMLTextAreaElementSetAutofocus

dOMHTMLTextAreaElementSetCols

dOMHTMLTextAreaElementSetDefaultValue

dOMHTMLTextAreaElementSetDisabled

dOMHTMLTextAreaElementSetName

dOMHTMLTextAreaElementSetReadOnly

dOMHTMLTextAreaElementSetRows

dOMHTMLTextAreaElementSetSelectionEnd

dOMHTMLTextAreaElementSetSelectionRange

dOMHTMLTextAreaElementSetSelectionStart

dOMHTMLTextAreaElementSetValue

Properties

Autocapitalize

data DOMHTMLTextAreaElementAutocapitalizePropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementAutocapitalizePropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementAutocapitalizePropertyInfo = "autocapitalize" Source 
type AttrGetType DOMHTMLTextAreaElementAutocapitalizePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementAutocapitalizePropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementAutocapitalizePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTextAreaElementAutocapitalizePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Autocorrect

data DOMHTMLTextAreaElementAutocorrectPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementAutocorrectPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementAutocorrectPropertyInfo = "autocorrect" Source 
type AttrGetType DOMHTMLTextAreaElementAutocorrectPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementAutocorrectPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementAutocorrectPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLTextAreaElementAutocorrectPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Autofocus

data DOMHTMLTextAreaElementAutofocusPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementAutofocusPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementAutofocusPropertyInfo = "autofocus" Source 
type AttrGetType DOMHTMLTextAreaElementAutofocusPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementAutofocusPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementAutofocusPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLTextAreaElementAutofocusPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Cols

data DOMHTMLTextAreaElementColsPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementColsPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementColsPropertyInfo = "cols" Source 
type AttrGetType DOMHTMLTextAreaElementColsPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementColsPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementColsPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLTextAreaElementColsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

DefaultValue

data DOMHTMLTextAreaElementDefaultValuePropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementDefaultValuePropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementDefaultValuePropertyInfo = "default-value" Source 
type AttrGetType DOMHTMLTextAreaElementDefaultValuePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementDefaultValuePropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementDefaultValuePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTextAreaElementDefaultValuePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

DirName

data DOMHTMLTextAreaElementDirNamePropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementDirNamePropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementDirNamePropertyInfo = "dir-name" Source 
type AttrGetType DOMHTMLTextAreaElementDirNamePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementDirNamePropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementDirNamePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTextAreaElementDirNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Disabled

data DOMHTMLTextAreaElementDisabledPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementDisabledPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementDisabledPropertyInfo = "disabled" Source 
type AttrGetType DOMHTMLTextAreaElementDisabledPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementDisabledPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementDisabledPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLTextAreaElementDisabledPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Form

data DOMHTMLTextAreaElementFormPropertyInfo Source

Labels

data DOMHTMLTextAreaElementLabelsPropertyInfo Source

Instances

MaxLength

data DOMHTMLTextAreaElementMaxLengthPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementMaxLengthPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementMaxLengthPropertyInfo = "max-length" Source 
type AttrGetType DOMHTMLTextAreaElementMaxLengthPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementMaxLengthPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementMaxLengthPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLTextAreaElementMaxLengthPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Name

data DOMHTMLTextAreaElementNamePropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementNamePropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementNamePropertyInfo = "name" Source 
type AttrGetType DOMHTMLTextAreaElementNamePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementNamePropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementNamePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTextAreaElementNamePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Placeholder

data DOMHTMLTextAreaElementPlaceholderPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementPlaceholderPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementPlaceholderPropertyInfo = "placeholder" Source 
type AttrGetType DOMHTMLTextAreaElementPlaceholderPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementPlaceholderPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementPlaceholderPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTextAreaElementPlaceholderPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

ReadOnly

data DOMHTMLTextAreaElementReadOnlyPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementReadOnlyPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementReadOnlyPropertyInfo = "read-only" Source 
type AttrGetType DOMHTMLTextAreaElementReadOnlyPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementReadOnlyPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementReadOnlyPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLTextAreaElementReadOnlyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Required

data DOMHTMLTextAreaElementRequiredPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementRequiredPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementRequiredPropertyInfo = "required" Source 
type AttrGetType DOMHTMLTextAreaElementRequiredPropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementRequiredPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementRequiredPropertyInfo = TYPE Lifted ~ Bool Source 
type AttrAllowedOps DOMHTMLTextAreaElementRequiredPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

Rows

data DOMHTMLTextAreaElementRowsPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementRowsPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementRowsPropertyInfo = "rows" Source 
type AttrGetType DOMHTMLTextAreaElementRowsPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementRowsPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementRowsPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLTextAreaElementRowsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SelectionDirection

data DOMHTMLTextAreaElementSelectionDirectionPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementSelectionDirectionPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementSelectionDirectionPropertyInfo = "selection-direction" Source 
type AttrGetType DOMHTMLTextAreaElementSelectionDirectionPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementSelectionDirectionPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementSelectionDirectionPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTextAreaElementSelectionDirectionPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SelectionEnd

data DOMHTMLTextAreaElementSelectionEndPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementSelectionEndPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementSelectionEndPropertyInfo = "selection-end" Source 
type AttrGetType DOMHTMLTextAreaElementSelectionEndPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementSelectionEndPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementSelectionEndPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLTextAreaElementSelectionEndPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

SelectionStart

data DOMHTMLTextAreaElementSelectionStartPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementSelectionStartPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementSelectionStartPropertyInfo = "selection-start" Source 
type AttrGetType DOMHTMLTextAreaElementSelectionStartPropertyInfo = Int64 Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementSelectionStartPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementSelectionStartPropertyInfo = TYPE Lifted ~ Int64 Source 
type AttrAllowedOps DOMHTMLTextAreaElementSelectionStartPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

TextLength

data DOMHTMLTextAreaElementTextLengthPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementTextLengthPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementTextLengthPropertyInfo = "text-length" Source 
type AttrGetType DOMHTMLTextAreaElementTextLengthPropertyInfo = Word64 Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementTextLengthPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementTextLengthPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLTextAreaElementTextLengthPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Type

data DOMHTMLTextAreaElementTypePropertyInfo Source

ValidationMessage

data DOMHTMLTextAreaElementValidationMessagePropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementValidationMessagePropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementValidationMessagePropertyInfo = "validation-message" Source 
type AttrGetType DOMHTMLTextAreaElementValidationMessagePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementValidationMessagePropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementValidationMessagePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLTextAreaElementValidationMessagePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Value

data DOMHTMLTextAreaElementValuePropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementValuePropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementValuePropertyInfo = "value" Source 
type AttrGetType DOMHTMLTextAreaElementValuePropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementValuePropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementValuePropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTextAreaElementValuePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source 

WillValidate

data DOMHTMLTextAreaElementWillValidatePropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementWillValidatePropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementWillValidatePropertyInfo = "will-validate" Source 
type AttrGetType DOMHTMLTextAreaElementWillValidatePropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementWillValidatePropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementWillValidatePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMHTMLTextAreaElementWillValidatePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Wrap

data DOMHTMLTextAreaElementWrapPropertyInfo Source

Instances

AttrInfo DOMHTMLTextAreaElementWrapPropertyInfo Source 
type AttrLabel DOMHTMLTextAreaElementWrapPropertyInfo = "wrap" Source 
type AttrGetType DOMHTMLTextAreaElementWrapPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMHTMLTextAreaElementWrapPropertyInfo = DOMHTMLTextAreaElementK Source 
type AttrSetTypeConstraint DOMHTMLTextAreaElementWrapPropertyInfo = TYPE Lifted ~ Text Source 
type AttrAllowedOps DOMHTMLTextAreaElementWrapPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source