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 sReturnTypes
Table Row (tr)
styleheight: 30px;
Table Head (th)
Return Types
Table Row (tr)
Table Cell (td)
Span
classsWordList
ALIGNMENT
Span
classsWordList
ANCHOR
Span
classsWordList
BEVELTYPE
Span
classsWordList
CURSOR
Span
classsWordList
DEFAULTS
Span
classsWordList
FONTSTYLE
Span
classsWordList
JSBean
Span
classsWordList
JSButton
Span
classsWordList
JSCalculation
Span
classsWordList
JSComponent
Span
classsWordList
JSField
Span
classsWordList
JSForm
Span
classsWordList
JSLabel
Span
classsWordList
JSMedia
Span
classsWordList
JSMethod
Span
classsWordList
JSPart
Span
classsWordList
JSPortal
Span
classsWordList
JSRelation
Span
classsWordList
JSRelationItem
Span
classsWordList
JSStyle
Span
classsWordList
JSTab
Span
classsWordList
JSTabPanel
Span
classsWordList
JSValueList
Span
classsWordList
JSVariable
Span
classsWordList
MEDIAOPTION
Span
classsWordList
PAGEORIENTATION
Span
classsWordList
PRINTSLIDING
Span
classsWordList
SCROLLBAR
Span
classsWordList
TITLEJUSTIFICATION
Span
classsWordList
TITLEPOSITION
Span
classsWordList
UNITS

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)
JSComponent
Table Cell (td)
#cloneComponent(newName, component)
Makes an exact copy of the given component (JSComponent/JSField/JSLabel) and gives it a new name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSComponent
Table Cell (td)
#cloneComponent(newName, component, newParentForm)
Makes an exact copy of the given component (JSComponent/JSField/JSLabel), gives it a new name and moves it to a new parent form, specified as a parameter.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm
Table Cell (td)
#cloneForm(newName, jsForm)
Makes an exact copy of the given form and gives it the new name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createBevelBorder(bevel_type, highlight_outer_color, highlight_inner_color, shadow_outer_color, shadow_inner_color)
Create a bevel border string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createEmptyBorder(top_width, right_width, bottom_width, left_width)
Create an empty border string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createEtchedBorder(bevel_type, highlight_color, shadow_color)
Create an etched border string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createFont(name, style, size)
Create a font string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createLineBorder(thick, color)
Create a line border string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createMatteBorder(top_width, right_width, bottom_width, left_width, color)
Create a matte border string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createPageFormat(width, height, leftmargin, rightmargin, topmargin, bottommargin, [orientation], [units])
Create a page format string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createSpecialMatteBorder(top_width, right_width, bottom_width, left_width, top_color, right_color, bottom_color, left_color, rounding_radius, dash_pattern)
Create a special matte border string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#createTitledBorder(title_text, font, color, title_justification, title_position)
Create a titled border string.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSCalculation
Table Cell (td)
#getCalculation(name, datasource)
Get an existing calculation for the given name and datasource.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSCalculation[]
Table Cell (td)
#getCalculations(datasource)
Gets all the calculations for the given datasource.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm
Table Cell (td)
#getForm(name)
Gets the specified form object and returns information about the form (see JSForm node).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm[]
Table Cell (td)
#getForms()
Get an array of all forms.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm[]
Table Cell (td)
#getForms(datasource)
Get an array of forms, that are all based on datasource/servername.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm[]
Table Cell (td)
#getForms(server, tablename)
Get an array of forms, that are all based on datasource/servername and tablename.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#getGlobalMethod(name)
Gets an existing global method by the specified name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod[]
Table Cell (td)
#getGlobalMethods()
The list of all global methods.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSVariable
Table Cell (td)
#getGlobalVariable(name)
Gets an existing global variable by the specified name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSVariable[]
Table Cell (td)
#getGlobalVariables()
Gets an array of all global variables.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMedia
Table Cell (td)
#getMedia(name)
Gets the specified media object; can be assigned to a button/label.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMedia[]
Table Cell (td)
#getMediaList()
Gets the list of all media objects.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSRelation
Table Cell (td)
#getRelation(name)
Gets an existing relation by the specified name and returns a JSRelation Object.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSRelation[]
Table Cell (td)
#getRelations([primary_server_name/primary_data_source], [primary_table_name])
Gets an array of all relations; or an array of all global relations if the specified table is NULL.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSStyle
Table Cell (td)
#getStyle(name)
Gets the style specified by the given name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSValueList
Table Cell (td)
#getValueList(name)
Gets an existing valuelist by the specified name and returns a JSValueList Object that can be assigned to a field.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSValueList[]
Table Cell (td)
#getValueLists()
Gets an array of all valuelists for the currently active solution.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSCalculation
Table Cell (td)
#newCalculation(code, type, datasource)
Creates a new calculation for the given code and the type, if it builds on a column (name is a column name) then type will be ignored.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSCalculation
Table Cell (td)
#newCalculation(code, datasource)
Creates a new calculation for the given code, the type will be the column where it could be build on (if name is a column name),
else it will default to JSVariable.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm
Table Cell (td)
#newForm(name, superForm)
Creates a new form with the given JSForm as its super form.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm
Table Cell (td)
#newForm(name, dataSource, styleName, show_in_menu, width, height)
Creates a new JSForm Object.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm
Table Cell (td)
#newForm(name, serverName, tableName, styleName, show_in_menu, width, height)
Creates a new JSForm Object.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#newGlobalMethod(code)
Creates a new global method with the specified code.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSVariable
Table Cell (td)
#newGlobalVariable(name, type)
Creates a new global variable with the specified name and number type.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMedia
Table Cell (td)
#newMedia(name, bytes)
Creates a new media object that can be assigned to a label or a button.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSRelation
Table Cell (td)
#newRelation(name, primaryDataSource, foreignDataSource, joinType)
Creates a new JSRelation Object with a specified name; includes the primary datasource, foreign datasource and the type of join for the new relation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSRelation
Table Cell (td)
#newRelation(name, primaryServerName, primaryTableName, foreignServerName, foreignTableName, joinType)
Creates a new JSRelation Object with a specified name; includes the primary server and table name, foreign server and table name, and the type of join for the new relation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSStyle
Table Cell (td)
#newStyle(name, content)
Creates a new style with the given css content string under the given name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSValueList
Table Cell (td)
#newValueList(name, type)
Creates a new valuelist with the specified name and number type.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeCalculation(name, datasource)
Removes the calculation specified by name and datasource.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeForm(name)
Removes the specified form during the persistent connected client session.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeGlobalMethod(name)
Removes the specified global method.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeGlobalVariable(name)
Removes the specified global variable.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeMedia(name)
Removes the media item specified by name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeRelation(name)
Removes the relation specified by name.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeStyle(name)
Removes the specified style.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#removeValueList(name)
Removes the specified valuelist.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSForm
Table Cell (td)
#revertForm(name)
Reverts the specified form to the original (blueprint) version of the form; will result in an exception error if the form is not an original form.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSMethod
Table Cell (td)
#wrapMethodWithArguments(method, args)
Get a JSMethod instance with arguments to be assigned to an event.

...