3.8 QHTML widget reference : html

3.8.1 Description

The html widget inserts html code inside the application window. Use with caution as badly formatted html can hamper with QHTML and prevent it from running normally. Note that this widget can freely mix html code and QHTM declarations.

3.8.2 Example

{{QHTML.build toplevel(html("The <b>html</b> widget can freely mix html codes" label(value:"and QHTML declarations")))} show}

3.8.3 Parameter list

Specific Parameters

N .

Non specific parameters

actionManager azimuth background backgroundAttachment backgroundColor backgroundImage backgroundPosition backgroundRepeat border borderBottom borderBottomColor borderBottomStyle borderBottomWidth borderColor borderLeft borderLeftColor borderLeftStyle borderLeftWidth borderRight borderRightColor borderRightStyle borderRightWidth borderStyle borderTop borderTopColor borderTopStyle borderTopWidth borderWidth bottom childPrefixId clear clip color counterIncrement counterReset cue cueAfter cueBefore cursor direction display elevation feature float font fontFamily fontSize fontSizeAdjust fontStretch fontStyle fontVariant fontWeight glue groupManager handle height id isdisplayed left letterSpacing lineHeight look margin marginBottom marginLeft marginRight marginTop maxHeight maxWidth minHeight minWidth orphans outline outlineColor outlineStyle outlineWidth overflow padding paddingBottom paddingLeft paddingRight paddingTop padx pady page pageBreakAfter pageBreakBefore pageBreakInside parent pause pauseAfter pauseBefore pitch pitchRange playDuring position quotes refId richness right speak speakNumeral speakPunctuation speechRate stress tagname textAlign textDecoration textIndent textShadow textTransform top toplevel unicodeBidi visibility voiceFamily volume whiteSpace widows width wordSpacing zIndex .

3.8.4 Event list

onclick ondblclick onkeydown onkeypress onkeyup onmousedown onmousemove onmouseout onmouseover onmouseup .

3.8.5 Method list

bind

bind(event:Event action:Action args:Args) : binds an event to an Oz action.

close

close : closes the widget. Use with caution, you should only close toplevel windows.

get

get(Param1:Var1 ... ParamX:VarX) : gets one or more parameters.

set

set(Param1:Value1 ... ParamX:ValueX) : sets one or more parameters.

3.8.6 Feature list

widgetId

widgetId : this feature is set to the widget's type.

3.8.7 Detailed Parameter list

N

N [qhtmldesc] (I__) : specifies html code or QHTML declaration to place inside the html widget. A record is interpreted as a QHTML declaration while a string is considered to be a html code to give as is to the browser. Elements are placed from left to right and automatically wrap at end of lines.

actionManager

actionManager [free] (__G) : the object managing the actions triggered by all widgets inside the window containing this widget.

azimuth

azimuth [IntOrFloat#(deg | grad | rad) | ((left-side | far-left | left | center-left | center | center-right | right | far-right | right-side) || behind) | leftwards | rightwards | inherit] (ISG) : specifies the azimuth of a sound. W3C Reference

background

background [(((rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | transparent | inherit) || (url(VS) | none | inherit) || (repeat | repeat-x | repeat-y | no-repeat | inherit) || (scroll | fixed | inherit) || ((((IntOrFloat#'%' | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc))) (IntOrFloat#'%' | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)))?) | ((top | center | bottom) || (left | center | right))) | inherit)) | inherit] (ISG) : shorthand property for setting the individual background properties (backgroundColor, backgroundImage, backgroundRepeat, backgroundAttachment and backgroundPosition) at the same time. W3C Reference

backgroundAttachment

backgroundAttachment [scroll | fixed | inherit] (ISG) : specifies how the background image is attached to the widget within the document. W3C Reference

backgroundColor

backgroundColor [(rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | transparent | inherit] (ISG) : the color behind the content of the widget. W3C Reference

backgroundImage

backgroundImage [url(VS) | none | inherit] (ISG) : the background image of the widget. W3C Reference

backgroundPosition

backgroundPosition [(((IntOrFloat#'%' | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc))) (IntOrFloat#'%' | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)))?) | ((top | center | bottom) || (left | center | right))) | inherit] (ISG) : the position of the background of the widget. W3C Reference

backgroundRepeat

backgroundRepeat [repeat | repeat-x | repeat-y | no-repeat | inherit] (ISG) : specifies how the backgroundImage parameter of the widget is tiled. W3C Reference

border

border [((((thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) )[1,4]) | inherit) || (((none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset)[1,4]) | inherit) || (rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom)) | inherit] (ISG) : shorthand property for setting the same width, color and style for all four borders of a box at the same time. W3C Reference

borderBottom

borderBottom [(((thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit) || (((none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset)[1,4]) | inherit) || (rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom)) | inherit] (ISG) : this is a shorthand property for setting the width, style, and color of the bottom border of a box W3C Reference

borderBottomColor

borderBottomColor [(rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | inherit] (ISG) : the color of the bottom border of the widget. W3C Reference

borderBottomStyle

borderBottomStyle [(none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset) | inherit] (ISG) : the style of the bottom border of the widget. W3C Reference

borderBottomWidth

borderBottomWidth [(thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit] (ISG) : the width of the bottom border of the widget. W3C Reference

borderColor

borderColor [((rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom)[1,4]) | transparent | inherit] (ISG) : the border color of the widget. W3C Reference

borderLeft

borderLeft [(((thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit) || (((none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset)[1,4]) | inherit) || (rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom)) | inherit] (ISG) : this is a shorthand property for setting the width, style, and color of the left border of a box W3C Reference

borderLeftColor

borderLeftColor [(rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | inherit] (ISG) : the color of the left border of the widget. W3C Reference

borderLeftStyle

borderLeftStyle [(none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset) | inherit] (ISG) : the style of the left border of the widget. W3C Reference

borderLeftWidth

borderLeftWidth [(thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit] (ISG) : the width of the left border of the widget. W3C Reference

borderRight

borderRight [(((thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit) || (((none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset)[1,4]) | inherit) || (rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom)) | inherit] (ISG) : this is a shorthand property for setting the width, style, and color of the right border of a box W3C Reference

borderRightColor

borderRightColor [(rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | inherit] (ISG) : the color of the right border of the widget. W3C Reference

borderRightStyle

borderRightStyle [(none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset) | inherit] (ISG) : the style of the right border of the widget. W3C Reference

borderRightWidth

borderRightWidth [(thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit] (ISG) : the width of the right border of the widget. W3C Reference

borderStyle

borderStyle [((none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset)[1,4]) | inherit] (ISG) : the border style of the widget. W3C Reference

borderTop

borderTop [(((thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit) || (((none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset)[1,4]) | inherit) || (rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom)) | inherit] (ISG) : this is a shorthand property for setting the width, style, and color of the top border of a box W3C Reference

borderTopColor

borderTopColor [(rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | inherit] (ISG) : the color of the top border of the widget. W3C Reference

borderTopStyle

borderTopStyle [(none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset) | inherit] (ISG) : the style of the top border of the widget. W3C Reference

borderTopWidth

borderTopWidth [(thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit] (ISG) : the width of the top border of the widget. W3C Reference

borderWidth

borderWidth [((thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) )[1,4]) | inherit] (ISG) : the border width of the widget. W3C Reference

bottom

bottom [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | auto | inherit] (ISG) : specifies how far a box's bottom content edge is offset above the bottom of the box's parent widget. W3C Reference

childPrefixId

childPrefixId [atom] (__G) : the HTML prefix that has to be appended to the HTML identifier to get an absolute reference to the HTML identifier of the widget. Warning : you should normally never need this.

clear

clear [none | left | right | both | inherit] (ISG) : specifies whether the widget allows floating widgets on its left side, right side, or both, so that the next text displays past the floating widgets. W3C Reference

clip

clip [(rect( (auto | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) )[4,4] )) | auto | inherit] (ISG) : specifies which part of a positioned widget is visible. W3C Reference

color

color [(rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | inherit] (ISG) : specifies the color of the text of the widget. W3C Reference

counterIncrement

counterIncrement [((Atom Int?) (Atom Int?)*) | none | inherit] (ISG) : increments the specified identifier by the specified value or by one. W3C Reference

counterReset

counterReset [((Atom Int?) (Atom Int?)*) | none | inherit] (ISG) : resets the specified identifier to the specified value or to 0. W3C Reference

cue

cue [((url(VS) | none | inherit) || (url(VS) | none | inherit)) | inherit] (ISG) : shorcuts to specify cueBefore and cueAfter properties. W3C Reference

cueAfter

cueAfter [url(VS) | none | inherit] (ISG) : specifies an auditory icon to be played after the delimited element. W3C Reference

cueBefore

cueBefore [url(VS) | none | inherit] (ISG) : specifies an auditory icon to be played before the delimited element. W3C Reference

cursor

cursor [(((url(VS) ,)*) (auto | crosshair | default | pointer | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help)) | inherit] (ISG) : the type of cursor to display as the mouse pointer moves over the object. W3C Reference

direction

direction [ltr | rtl | inherit] (ISG) : specifies the base writing direction of blocks and the direction of embeddings and overrides for the Unicode bidirectional algorithm. In addition, it specifies the direction of table column layout, the direction of horizontal overflow, and the position of an incomplete last line in a block in case of textAlign:justify. W3C Reference

display

display [inline | block | list-item | run-in | compact | marker | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit] (ISG) : specifies whether the object is rendered. W3C Reference

elevation

elevation [IntOrFloat#(deg | grad | rad) | below | level | above | higher | lower | inherit] (ISG) : specifies the elevation of a sound. W3C Reference

feature

feature [atom] (I__) : specifies a feature of the handle object of the parent container of this widget that will be bound to this widget's handle.

float

float [left | right | none | inherit] (ISG) : specifies whether a box should float to the left, right or not at all. W3C Reference

font

font [((((normal | italic | oblique | inherit) || (normal | small-caps | inherit) || (normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit))?) (('xx-small' | 'x-small' | small | medium | large | 'x-large' | 'xx-large') | (smaller | larger) | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | inherit) ((/ (normal | IntOrFloat | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | inherit))?) (((((VS | (serif | 'sans-serif' | cursive | fantasy | monospace)) ,)*) (VS | (serif | 'sans-serif' | cursive | fantasy | monospace))) | inherit)) | caption | icon | menu | message-box | small-caption | status-bar | inherit] (ISG) : specifies up to 6 font properties of the widget. W3C Reference

fontFamily

fontFamily [((((VS | (serif | 'sans-serif' | cursive | fantasy | monospace)) ,)*) (VS | (serif | 'sans-serif' | cursive | fantasy | monospace))) | inherit] (ISG) : the name of the font used for text in the widget. W3C Reference

fontSize

fontSize [('xx-small' | 'x-small' | small | medium | large | 'x-large' | 'xx-large') | (smaller | larger) | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | inherit] (ISG) : the size of the font used for text in the widget. W3C Reference

fontSizeAdjust

fontSizeAdjust [IntOrFloat | none | inherit] (ISG) : species an aspect value for the font of a widget that will preserve the x-height of the first choice font in the substitute font. W3C Reference

fontStretch

fontStretch [normal | wider | narrower | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | inherit] (ISG) : selects a normal, condensed, or extended face from a font family. W3C Reference

fontStyle

fontStyle [normal | italic | oblique | inherit] (ISG) : the font style of the widget. W3C Reference

fontVariant

fontVariant [normal | small-caps | inherit] (ISG) : specifies whether the text of the widget is in small capital letters. W3C Reference

fontWeight

fontWeight [normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit] (ISG) : weight of the font of the widget. W3C Reference

glue

glue [glue] (ISG) : specifies how the widget fits its space and its behaviour upon resizing.

groupManager

groupManager [free] (__G) : the object managing radio type widgets that support the group parameter inside this window.

handle

handle [free] (I_G) : the variable specified as handle is bound to an object that controls this widget, when the window is built.

height

height [heightlength] (ISG) : height of the widget.

id

id [atom] (__G) : the HTML identifier of the widget. Warning : you should normally never need this.

isdisplayed

isdisplayed [bool] (__G) : true if the widget is currently displayed inside a browser window, false otherwise. Inside a placeholder widget, one and only one widget is displayed at a time. When not connected to a browser, no widgets at all are displayed.

left

left [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | auto | inherit] (ISG) : position of the widget relative to the left edge of the next positioned widget if the document hierarchy. W3C Reference

letterSpacing

letterSpacing [normal | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | inherit] (ISG) : the amount of additional space betwen letters in the widget. W3C Reference

lineHeight

lineHeight [normal | IntOrFloat | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | inherit] (ISG) : the distance between lines in the widget. W3C Reference

look

look [look] (I__) : specifies a look that defines default values to widgets parameters.

margin

margin [((auto | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%'))[1,4]) | inherit] (ISG) : shorthand property for setting marginTop, marginRight, marginBottom, and marginLeft at the same time in the style sheet. If only one value is present, it sets the four margins. If two values are present, the first one sets the vertical margins, the second the horizontal margins. If three values are present, they respectively set the top, horizontal and left margins. If four values are present, they respectively set the top, right, bottom and left margins. W3C Reference

marginBottom

marginBottom [(auto | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%')) | inherit] (ISG) : the height of the bottom margin of the widget. W3C Reference

marginLeft

marginLeft [(auto | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%')) | inherit] (ISG) : the width of the left margin of the widget. W3C Reference

marginRight

marginRight [(auto | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%')) | inherit] (ISG) : the width of the right margin of the widget. W3C Reference

marginTop

marginTop [(auto | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%')) | inherit] (ISG) : the height of the top margin of the widget. W3C Reference

maxHeight

maxHeight [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | none | inherit] (ISG) : specifies a maximum height for the widget. W3C Reference

maxWidth

maxWidth [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | none | inherit] (ISG) : specifies a maximum width for the widget. W3C Reference

minHeight

minHeight [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | inherit] (ISG) : specifies a minimum height for the widget. W3C Reference

minWidth

minWidth [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | inherit] (ISG) : specifies a minimum width for the widget. W3C Reference

orphans

orphans [Int | inherit] (ISG) : specifies the minimum member of lines of a paragraph that must be left at the bottom of a page. W3C Reference

outline

outline [(((rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | invert | inherit) || ((none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset) | inherit) || ((thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit)) | inherit] (ISG) : shorthand property for setting outlineColor, outlineStyle and outlineWidth. W3C Reference

outlineColor

outlineColor [(rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) | invert | inherit] (ISG) : specifies the color of the outline. W3C Reference

outlineStyle

outlineStyle [(none | hidden | dotted | dashed | solid | double | groove | ridge | inset | outset) | inherit] (ISG) : specifies the style of the outline. W3C Reference

outlineWidth

outlineWidth [(thin | medium | thick | IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc) ) | inherit] (ISG) : specifies the width of the outline. W3C Reference

overflow

overflow [visible | hidden | scroll | auto | inherit] (ISG) : a value indicating how to manage the contents of the widget when the content exceeds the height or width of the widget. W3C Reference

padding

padding [((IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%'))[1,4]) | inherit] (ISG) : the amount of space to insert between the widget and its margin or, if there is a border, between the widget and its border. W3C Reference

paddingBottom

paddingBottom [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%')) | inherit] (ISG) : the amount of space to insert between the bottom border of the widget and the content. W3C Reference

paddingLeft

paddingLeft [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%')) | inherit] (ISG) : the amount of space to insert between the left border of the widget and the content. W3C Reference

paddingRight

paddingRight [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%')) | inherit] (ISG) : the amount of space to insert between the right border of the widget and the content. W3C Reference

paddingTop

paddingTop [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc | '%')) | inherit] (ISG) : the amount of space to insert between the top border of the widget and the content. W3C Reference

padx

padx [pad] (ISG) : not sure it does anything for now.

pady

pady [pad] (ISG) : not sure it does anything for now.

page

page [Atom | auto] (ISG) : specifies a particular type of page where an element should be displayed. W3C Reference

pageBreakAfter

pageBreakAfter [auto | always | avoid | left | right | inherit] (ISG) : value indicating whether a page break occurs after the widget. W3C Reference

pageBreakBefore

pageBreakBefore [auto | always | avoid | left | right | inherit] (ISG) : value indicating whether a page break occurs before the widget. W3C Reference

pageBreakInside

pageBreakInside [avoid | auto | inherit] (ISG) : value indicating whether a page break occurs inside the widget. W3C Reference

parent

parent [free] (__G) : the handle of the container widget of this widget.

pause

pause [((Float#(ms | s) | IntOrFloat#'%') (Float#(ms | s) | IntOrFloat#'%')?) | inherit] (ISG) : shorthand property to pauseBefore and pauseAfter. W3C Reference

pauseAfter

pauseAfter [Float#(ms | s) | IntOrFloat#'%' | inherit] (ISG) : specify a pause to be observed after speaking the widget's content. W3C Reference

pauseBefore

pauseBefore [Float#(ms | s) | IntOrFloat#'%' | inherit] (ISG) : specify a pause to be observed before speaking the widget's content. W3C Reference

pitch

pitch [(Float#( 'Hz' | kHz )) | x-low | low | medium | high | x-high | inherit] (ISG) : specifies the average pitch (a frequency) of the speaking voice. W3C Reference

pitchRange

pitchRange [IntOrFloat | inherit] (ISG) : Specifies variation in average pitch. W3C Reference

playDuring

playDuring [(url(VS) mix? repeat?) | auto | none | inherit] (ISG) : specifies a sound to be played as a background while an element's content is spoken. W3C Reference

position

position [static | relative | absolute | fixed | inherit] (ISG) : the type of positioning used for the widget. W3C Reference

quotes

quotes [((VS VS) (VS VS)*) | none | inherit] (ISG) : specifies quotation marks for any number of embedded quotations. W3C Reference

refId

refId [atom] (__G) : the absolute reference to the HTML identifier of the widget. Warning : you should normally never need this.

richness

richness [IntOrFloat | inherit] (ISG) : specifies the richness, or brightness, of the speaking voice. A rich voice will "carry" in a large room, a smooth voice will not. W3C Reference

right

right [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | auto | inherit] (ISG) : specifies how far a box's right content edge is offset to the left of the right edge of the box's parent widget. W3C Reference

speak

speak [normal | none | spell-out | inherit] (ISG) : specifies whether text will be rendered aurally and if so, in what manner. W3C Reference

speakNumeral

speakNumeral [digits | continuous | inherit] (ISG) : specifies how numerals are spoken. W3C Reference

speakPunctuation

speakPunctuation [code | none | inherit] (ISG) : specifies how punctuation is spoken. W3C Reference

speechRate

speechRate [IntOrFloat | x-slow | slow | medium | fast | x-fast | faster | slower | inherit] (ISG) : specifies the speaking rate. W3C Reference

stress

stress [IntOrFloat | inherit] (ISG) : specifies the height of "local peaks" in the intonation contour of a voice. W3C Reference

tagname

tagname [atom] (__G) : HTML tag used to represent the widget. Warning : you should normally never need this.

textAlign

textAlign [left | right | center | justify | VS | inherit] (ISG) : specifies whether the text in the widget is left-aligned, right-aligned, centered or justified. W3C Reference

textDecoration

textDecoration [none | (underline || overline || line-through || blink) | inherit] (ISG) : specifies whether the text in the widget has blink, line-through, overline, or underline decorations. W3C Reference

textIndent

textIndent [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | inherit] (ISG) : indentation of the first line of text in the widget. W3C Reference

textShadow

textShadow [none | ((((rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) || ((IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) ((IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc))?) ,))*) ((rgb( (Int#'%' | Int) (Int#'%' | Int) (Int#'%' | Int) ) | Atom) || ((IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) ((IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc))?)))) | inherit] (ISG) : describes decorations that are added to the text of a widget. W3C Reference

textTransform

textTransform [capitalize | uppercase | lowercase | none | inherit] (ISG) : the rendering of the text in the widget. W3C Reference

top

top [(IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | IntOrFloat#'%' | auto | inherit] (ISG) : the position of the object relative to the top of the next positioned widget in te document hierarchy. W3C Reference

toplevel

toplevel [free] (__G) : the handle of the toplevel widget containing this widget.

unicodeBidi

unicodeBidi [normal | embed | bidi-override | inherit] (ISG) : the level of embedding with respect to the bidirectional algorithm. W3C Reference

visibility

visibility [visible | hidden | collapse | inherit] (ISG) : specifies whether the content of the widget is displayed. W3C Reference

voiceFamily

voiceFamily [((((VS | (male | female | child)) ,)*) (VS | (male | female | child))) | inherit] (ISG) : specifies a list of voice family names. W3C Reference

volume

volume [IntOrFloat | IntOrFloat#'%' | silent | x-soft | soft | medium | loud | x-loud | inherit] (ISG) : specifies the volume of a sound. W3C Reference

whiteSpace

whiteSpace [normal | pre | nowrap | inherit] (ISG) : specifies how whitespace inside the widget is handled. W3C Reference

widows

widows [Int | inherit] (ISG) : specifies the minimum member of lines of a paragraph that must be left at the top of a page. W3C Reference

width

width [widthlength] (ISG) : width of the widget.

wordSpacing

wordSpacing [normal | (IntOrFloat | IntOrFloat#(em | ex | px | 'in' | cm | mm | pt | pc)) | inherit] (ISG) : specifies spacing behavior between words. W3C Reference

zIndex

zIndex [auto | Int | inherit] (ISG) : the stacking order of positioned widgets. W3C Reference

3.8.8 Detailed Event list

onclick

onclick the user has pressed and released a mouse button (or keyboard equivalent) on the widget.

ondblclick

ondblclick the user has double-clicked a mouse button.

onkeydown

onkeydown the user has begun pressing a keyboard character key.

onkeypress

onkeypress the user has pressed and released a keyboard character key.

onkeyup

onkeyup the user has released a keyboard character key.

onmousedown

onmousedown the user has begun pressing a mouse button.

onmousemove

onmousemove the user rolled the mouse.

onmouseout

onmouseout the user has rolled the mouse out of an element.

onmouseover

onmouseover the user has rolled the mouse atop an element.

onmouseup

onmouseup the user has released the mouse button.


Donatien Grolaux
Version 1.3.0 (20010902)