Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Class-Description

QxTextArea

Inheritance

Parents: QxTextArea » QxTextField » QxTerminator » QxWidget » QxTarget » QxObject » Object

Parameters

NameTypeMandatoryInfo
vValueAllfalse

Type

This class is public.
It can be used by both user and programmer.

Properties

NameTitle
QxTextArea
Public
wrap
QxTextField
Public
fontThe font property describes how to paint the font on the widget.
maxLength
readOnly
selectionLength
selectionStart
selectionText
validator
value
QxWidget
Public
align
allowStretchXShould this widget be stretched on the x-axis if the layout handler will do this?
allowStretchYShould this widget be stretched on the y-axis if the layout handler will do this?
anonymousIf you switch this to true, the widget doesn't handle
appearanceAppearance of the widget
backgroundColorThe color style property of the rendered widget.
backgroundImageMapping to native style property background-image.
borderThe border property describes how to paint the border on the widget.
bottomThe distance from the outer bottom border to the parent bottom area edge.
captureCapture all events and map them to this widget
clip
clipDimension
clipHeight
clipLeftClipping of the widget
clipLocation
clipTop
clipWidth
colorThe backgroundColor style property of the rendered widget.
commandA command called if the widget should be excecuted (a placeholder for buttons, ...)
contextMenuContains the context menu object connected to the widget. (Need real implementation)
cursorMapping to native style property cursor.
dimension
displayIf the widget should be displayed. Use this property instead of visibility if the change
dropDataTypesContains the support drop types for drag and drop support
edge
elementThe element node (if the widget is created, otherwise null)
enableElementFocusUse DOM focussing (focus() and blur() methods of DOM nodes)
focusedHandle focus state of this widget.
heightThe height of the box (including padding and border).
heights
hideFocusIf the focus outline should be hidden.
horizontalAlignThis is used by many layout managers to control the individual horizontal alignment of this widget inside this parent.
leftThe distance from the outer left border to the parent left area edge.
location
margin
marginBottom
marginLeft
marginRight
marginTop
maxHeightThe maximum height of the box (including padding and border).
maxWidthThe maximum width of the box (including padding and border).
minHeightThe minimum height of the box (including padding and border).
minWidthThe minimum width of the box (including padding and border).
opacityMapping to native style property opacity.
overflowDescribes how to handle content that is too large to fit inside the widget.
padding
paddingBottom
paddingLeft
paddingRight
paddingTop
parentThe parent widget (the real object, no ID or something)
rightThe distance from the outer right border to the parent right area edge.
selectableToggle the possibility to select the element of this widget.
space
stretch
tabIndexSet this to a positive value makes the widget able to get the focus.
tagNameThe tagname of the element which should automatically be created
toolTipContains the tooltip object connected to the widget.
topThe distance from the outer top border to the parent top area edge.
verticalAlignThis is used by many layout managers to control the individual vertical alignment of this widget inside this parent.
visibilitySimple and fast switch of the visibility of a widget.
widthThe width of the box (including padding and border).
widths
zIndexMapping to native style property z-index.
QxObject
Public
enabled

Functions

NameTitle
QxTextArea
Private
_computePreferredInnerHeight
_modifyWrap
QxTextField
Public
dispose
getComputedValue
getSelectionLength
getSelectionStart
getSelectionText
isComputedValid
isValid
selectAll
selectFromTo
setSelectionLength
setSelectionStart
setSelectionText
Private
_computePreferredInnerHeight
_computePreferredInnerWidth
_getRangeMicrosoft Documentation:
_getSelectionRange
_modifyEnabled
_modifyFont
_modifyMaxLength
_modifyReadOnly
_modifyValue
_onblur
_onfocus
_ontabfocus
QxTerminator
Private
_applyContent
_applyPaddingX
_applyPaddingY
_isHeightEssential
_isWidthEssential
_layoutPost
QxWidget
Public
addState
addToJobQueue
addToLayoutChanges
addToQueue
addToQueueRuntime
addToStateQueue
autoA bounded setup to the preferred width/height of the widget. Keeps in
blur
cloneReturns a cloned copy of the current instance of QxWidget.
connect
disableInlineEvent
disconnect
dispose
enableInlineEvent
execute
focus
getActiveChild
getBottomValue
getCachedBorderBottom
getCachedBorderLeft
getCachedBorderRight
getCachedBorderTop
getClientHeight
getClientWidth
getCssClassName
getFocusRoot
getHeightValue
getHtmlAttribute
getHtmlProperty
getLeftValue
getMaxHeightValue
getMaxWidthValue
getMinHeightValue
getMinWidthValue
getNeededHeight
getNeededWidth
getNextActiveSibling
getNextSiblingReturns the next sibling.
getNextVisibleSiblingReturns the next sibling.
getOffsetHeight
getOffsetLeft
getOffsetTop
getOffsetWidth
getOverflowX
getOverflowY
getPreviousActiveSibling
getPreviousSiblingReturns the previous sibling.
getPreviousVisibleSiblingReturns the previous sibling.
getRightValue
getScrollHeight
getScrollLeft
getScrollTop
getScrollWidth
getStyleProperty
getTopLevelWidgetThe the widget which is at the top level,
getTopValue
getWidgetFromPoint
getWidgetFromPointHelper
getWidthValue
hasState
hide
isAppearRelevant
isCreatedCheck if the widget is created (or the element is already available).
isDisplayableCheck if there are any visible childrens inside
isFirstChild
isFirstVisibleChild
isFocusRoot
isFocusable
isLastChild
isLastVisibleChild
isMaterializedIf the widget is visible and rendered on the screen.
isSeeableIf the widget is currently seeable
moveSelfAfterMove myself after another child of the same parent.
moveSelfBeforeMove myself before another child of the same parent.
moveSelfToBeginMove myself to the begin and this way make me the first child.
moveSelfToEndMove myself to the end and this way make me the last child.
packA single setup to the current preferrd pixel values of the widget
recursiveAddToStateQueue
removeHtmlAttribute
removeHtmlProperty
removeState
removeStyleProperty
scrollIntoView
scrollIntoViewX
scrollIntoViewY
setCssClassName
setHtmlAttribute
setHtmlProperty
setScrollLeft
setScrollTop
setStyleProperty
show
supportsDrop
Private
_addInlineEvents
_afterAppear
_afterDisappear
_afterInsertDom
_afterRemoveDom
_applyBackgroundColor
_applyBorderX
_applyBorderY
_applyColor
_applyElementDataPlaceholder method to add attributes and other content to element node
_applyHtmlAttributes
_applyHtmlProperties
_applyInitialAppearance
_applyOverflow
_applyStateAppearance
_applyStateStyleFocus
_applyStyleProperties
_beforeAppear
_beforeDisappear
_beforeInsertDom
_beforeRemoveDom
_checkParent
_cloneRecursive
_compileClipString
_computeBoxHeight
_computeBoxHeightFallback
_computeBoxWidth
_computeBoxWidthFallback
_computeDisplayable
_computeFrameHeight
_computeFrameWidth
_computeHasAutoX
_computeHasAutoY
_computeHasFlexX
_computeHasFlexY
_computeHasPercentX
_computeHasPercentY
_computeInnerHeight
_computeInnerWidth
_computeOuterHeight
_computeOuterWidth
_computePreferredBoxHeight
_computePreferredBoxWidth
_computeValuePercentX
_computeValuePercentXLimit
_computeValuePercentY
_computeValuePercentYLimit
_computeValuePixel
_computeValuePixelLimit
_createElementForEnhancedBorder
_createElementImplCreate widget with empty element (of specified tagname).
_evalUnitsPixelPercent
_evalUnitsPixelPercentAuto
_evalUnitsPixelPercentAutoFlex
_flushJobQueue
_getTargetNode
_handleDisplayable
_invalidateFrameDimensions
_invalidatePreferredInnerDimensions
_modifyAppearance
_modifyBackgroundColor
_modifyBackgroundImage
_modifyBorder
_modifyCapture
_modifyClip
_modifyColor
_modifyCursor
_modifyDisplay
_modifyElement
_modifyEnabled
_modifyFocused
_modifyHideFocus
_modifyOpacity
_modifyOverflow
_modifyPaddingX
_modifyPaddingY
_modifyParent
_modifySelectable
_modifyTabIndex
_modifyVisibility
_modifyZIndex
_oninlineevent
_oninlineinput
_oninlineproperty
_recomputeFlexX
_recomputeFlexY
_recomputePercentX
_recomputePercentY
_recomputeRangeX
_recomputeRangeY
_recomputeStretchingX
_recomputeStretchingY
_recursiveAppearanceThemeUpdate
_removeInlineEvents
_resetAppearanceThemeWrapper
_resetBackgroundColor
_resetColor
_unitDetectionPixelPercent
_unitDetectionPixelPercentAuto
_unitDetectionPixelPercentAutoFlex
_updateBorder
_updateColors
_visualPropertyCheck
_visualizeBlur
_visualizeFocus
QxTarget
Public
addEventListenerAdd event listener to object
createDispatchDataEventChecks if the event is registered. If so it creates a data event object and dispatch it.
createDispatchEventChecks if the event is registered. If so it creates a event object and dispatch it.
dispatchEventPublic dispatch implementation
dispose
getParentInternal placeholder for bubbling phase of an event.
hasEventListenersCheck if there are one or more listeners for an event type
removeEventListenerRemove event listener from object
Private
_dispatchEventInternal dispatch implementation
QxObject
Public
debugPrint out a debug message to the qooxdoo debug console.
disposeDispose this object
errorPrint out an error to the qooxdoo debug console.
get
getDisposedReturns true if the object is disposed.
getUserData
infoPrint out an info message info to the qooxdoo debug console.
isDisposedReturns true if the object is disposed.
setSets multiple properties at once by using a property list
setUserData
toHashCodeReturn unique hash code of object
toStringReturns a string represantation of the qooxdoo object.
warnPrint out an warning to the qooxdoo debug console.