name | type | default | params | representant | foreign | foreign_prop | position |
id | CO_INTEGER | SEQUENCE | READONLY=1;HIDDEN=1 | 0 | 0 | ||
version | CO_INTEGER | 0 | READONLY=1;HIDDEN=1 | 0 | 0 | ||
deleted | CO_INTEGER | 0 | READONLY=1;HIDDEN=1 | 0 | 0 | ||
spreadsheet_id | CO_INTEGER | 0 | 1 | spreadsheet | id | 44 | |
column_id | CO_INTEGER | 0 | 1 | spreadsheet_column | id | 44 | |
row_id | CO_INTEGER | 0 | 1 | spreadsheet_row | id | 44 | |
event_type_id | CO_INTEGER | 0 | 1 | cevent_type | id | 44 | |
id_js_code | CO_INTEGER | 0 | 1 | js_code | id | 44 |
method fire
description: for future use (or removal)
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
method getObjectEvents
description: returns recordset with events attachet to given(spreadsheet part) object
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
id_spreadsheet
type CO_INTEGER
id_column
type CO_INTEGER
id_row
type CO_INTEGER
method setEventScript
description: rather obsolete, can call update method directly
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
event_script
type CO_STRING
version
type CO_INTEGER
method createEventScript
description: attach new event to spreadsheet (part) object
parameters:
par_area
type CO_STRING
par_class
type CO_STRING
par_id
type CO_INTEGER
id_spreadsheet
type CO_INTEGER
id_column
type CO_INTEGER
id_row
type CO_INTEGER
event_type_id
type CO_INTEGER
event_script
type CO_STRING