Child pages
  • JSPortal

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)
Number
Table Cell (td)
#anchors
Enables a component to stick to a specific side of form and/or to
grow or shrink when a window is resized.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#background
The background color of the component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#borderType
The type, color and style of border of the component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#enabled
The enable state of the component, default true.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#fontType
The font type of the component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#foreground
The foreground color of the component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#formIndex
The Z index of this component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#groupID
A String representing a group ID for this component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#height
The height in pixels of the component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#initialSort
The default sort order for the rows displayed in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#multiLine
When set, portal rows can have a custom layout of fields, buttons, etc.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#name
The name of the component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#onDrag
The method that is triggered when (non Design Mode) dragging occurs.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#onDragEnd
The method that is triggered when (non Design Mode) dragging end occurs.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#onDragOver
The method that is triggered when (non Design Mode) dragging over a component occurs.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#onDrop
The method that is triggered when (non Design Mode) dropping occurs.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#onRender
The method that is executed when the component is rendered.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#printSliding
Enables an element to resize based on its content and/or move when printing.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#printable
Flag that tells if the component should be printed or not when the form is printed.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#relationName
The name of the relationship between the table related to the currently active
form and the table you want to show data from in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#reorderable
When set, the portal rows can be re-ordered by dragging the column headers.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#resizable
When set the portal rows can be resized by users.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#rowHeight
The height of each row in pixels.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#scrollbars
Scrollbar options for the vertical and horizontal scrollbars.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#showHorizontalLines
When set, the portal displays horizontal lines between the rows.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#showVerticalLines
When set the portal displays vertical lines between the columns.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#sortable
When set, users can sort the contents of the portal by clicking on the column headings.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#styleClass
The name of the style class that should be applied to this component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#tabSeq
An index that specifies the position of the component in the tab sequence.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#transparent
Flag that tells if the component is transparent or not.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#visible
The visible property of the component, default true.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#width
The width in pixels of the component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#x
The x coordinate of the component on the form.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#y
The y coordinate of the component on the form.

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)
JSButton
Table Cell (td)
#getButton(name)
Retrieves a button from the portal based on the name of the button.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSButton[]
Table Cell (td)
#getButtons()
Retrieves an array with all buttons in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#getField(name)
Retrieves a field from this portal based on the name of the field.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField[]
Table Cell (td)
#getFields()
Retrieves an array with all fields in a portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getIntercellSpacing()
The additional spacing between cell rows.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSLabel
Table Cell (td)
#getLabel(name)
Retrieves a label from this portal based on the name of the label.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSLabel[]
Table Cell (td)
#getLabels()
Retrieves all labels from the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
UUID
Table Cell (td)
#getUUID()
Returns the UUID of this component.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSButton
Table Cell (td)
#newButton(text, x, width, height, action)
Creates a new button on the portal with the given text, place, size and JSMethod as the onClick action.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newCalendar(dataprovider, x, width, height)
Creates a new calendar field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newCheck(dataprovider, x, width, height)
Creates a new checkbox field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newComboBox(dataprovider, x, width, height)
Creates a new combobox field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newField(dataprovider, displaytype, x, width, height)
Creates a new field on this form.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newHtmlArea(dataprovider, x, width, height)
Creates a new HTML Area field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newImageMedia(dataprovider, x, width, height)
Creates a new Image Media field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSLabel
Table Cell (td)
#newLabel(txt, x, width, height)
Creates a new label on the form, with the given text, place and size.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSLabel
Table Cell (td)
#newLabel(text, x, width, height, action)
Creates a new label on the form, with the given text, place, size and an JSMethod as the onClick action.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newPassword(dataprovider, x, width, height)
Creates a new password field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newRadios(dataprovider, x, width, height)
Creates a new radio buttons field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newRtfArea(dataprovider, x, width, height)
Creates a new RTF Area field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newTextArea(dataprovider, x, width, height)
Creates a new text area field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newTextField(dataprovider, x, width, height)
Creates a new text field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSField
Table Cell (td)
#newTypeAhead(dataprovider, x, width, height)
Creates a new type ahead field in the portal.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setIntercellSpacing(width, height)
The additional spacing between cell rows.

...