Child pages
  • RuntimeButton

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Property Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#bgcolor
Gets or sets the background color of a field.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#border
Gets or sets the border attribute(s) of a specified element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#enabled
Gets or sets the enabled state of a specified field, also known as "grayed".
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#fgcolor
Gets or sets the foreground color of a field.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#font
Sets the font name, style, and size of an element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#imageURL
Gets/Sets the image displayed on a button or label; based on URL.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#mnemonic
Gets or sets the specified character(s) - typically an underlined letter- used with/without the modifier key(s) for the label, button or image.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#rolloverImageURL
Gets/Sets the image displayed on a button or label roll over; based on URL.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#text
Gets or sets the text that is displayed on the label, button or image.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#toolTipText
Gets or sets the tool tip text of an element; text displays when the mouse cursor hovers over an element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#transparent
Gets or sets the transparency of an element; true - transparent; false - not transparent.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#visible
Gets or sets the visibility of an element; true - visible; false - not visible; ! - the visibility state is inverted (the opposite).

id
HTML Table
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summary
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getAbsoluteFormLocationY()
Returns the absolute form (designed) Y location.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
#getClientProperty(key)
Gets the specified client property for the element based on a key.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getDataProviderID()
Get the data provider this UI element (display) is showing.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getElementType()
Returns the type of a specified element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getHeight()
Returns the height of the current element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getLocationX()
Returns the x location of the current element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getLocationY()
Returns the y location of the current element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getName()
Returns the name of an element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
byte[]
Table Cell (td)
#getThumbnailJPGImage([width], [height])
Returns the image data in .
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getWidth()
Returns the width of the current element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#putClientProperty(key, value)
Sets the value for the specified element client property key.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#requestFocus([mustExecuteOnFocusGainedMethod])
Request the focus in this element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setLocation(x, y)
Sets the location of an element.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setSize(width, height)
Sets the size of the field.

...