Child pages
  • Table

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rev: 1381948887907

...

HTML Table
id
classservoy sSummary
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Event Summary
tbody
Table Body (tbody)
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterCreateonAfterCreate
A method that is executed after a new record is created.
tbody
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterDeleteonAfterDelete
A method that is executed after a delete operation.
tbody
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterFindonAfterFind
A method that is executed after a foundset has switched to find mode.
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterInsertonAfterInsert
A method that is executed after an insert operation.
tbody
Table Body (tbody)
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterSearchonAfterSearch
A method that is executed after a search is executed for a foundset.
Table Row (tr)
Table Cell (td)

Table Cell (td)
#onAfterUpdateonAfterUpdate
A method that is executed after an update operation.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onCreateonCreate
A method that is executed before a record is created.
tbody
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onDeleteonDelete
A method that is executed before a delete operation.
tbody
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onFindonFind
A method that is executed before a foundset is going into find mode.
tbody
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onInsertonInsert
A method that is executed before an insert operation.
tbody
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onSearchonSearch
A method that is executed before search() is called on a foundset in find mode.
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#onUpdateonUpdate
A method that is executed before an update operation.

HTML Table
idevent
classservoy sDetail
Colgroup Tag
Column
padding0px
width100%

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan1
Event Details
Table Body (tbody)
idonAfterCreate-JSRecord
Table Row (tr)
idname
Table Cell (td)
onAfterCreate
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after a new record is created.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record

...

- record that is created
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterDelete-JSRecord
Table Row (tr)
idname
Table Cell (td)
onAfterDelete
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after a delete operation.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record

...

- record that is deleted
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterFind
Table Row (tr)
idname
Table Cell (td)
onAfterFind
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after a foundset has switched to find mode.
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterInsert-JSRecord
Table Row (tr)
idname
Table Cell (td)
onAfterInsert
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after an insert operation.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record

...

- record that is inserted
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterSearch
Table Row (tr)
idname
Table Cell (td)
onAfterSearch
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after a search is executed for a foundset.
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonAfterUpdate-JSRecord
Table Row (tr)
idname
Table Cell (td)
onAfterUpdate
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed after an update operation.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record

...

- record that is updated
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonCreate
Table Row (tr)
idname
Table Cell (td)
onCreate
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before a record is created. The method can block the creation by returning false.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonDelete-JSRecord
Table Row (tr)
idname
Table Cell (td)
onDelete
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before a delete operation. The method can block the delete operation by returning false.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record

...

- record that will be deleted
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonFind
Table Row (tr)
idname
Table Cell (td)
onFind
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before a foundset is going into find mode. The method can block the mode change.
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonInsert-JSRecord
Table Row (tr)
idname
Table Cell (td)
onInsert
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before an insert operation. The method can block the insert operation by returning false.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record

...

- record that will be inserted
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonSearch-Boolean_Boolean
Table Row (tr)
idname
Table Cell (td)
onSearch
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before search() is called on a foundset in find mode. The method can block the search (foundset will stay in find mode).
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{Boolean} clearLastResults
{Boolean} reduceSearch
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)

Table Body (tbody)
idonUpdate-JSRecord
Table Row (tr)
idname
Table Cell (td)
onUpdate
Table Row (tr)
iddes
Table Cell (td)
Div
classsIndent
A method that is executed before an update operation. A method can block the update by returning false.
Table Row (tr)
idprs
Table Cell (td)
Parameters
Div
classsIndent
{JSRecord} record

...

- record that will be updated
Table Row (tr)
idret
Table Cell (td)
Returns
Div
classsIndent
Boolean
Table Row (tr)
classlastDetailRow
Table Cell (td)