DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.

Enter additional information related to this 'class' inside the {div} macro with 'id=description'



Constants Summary
Number
IGNORE
Constant used for form navigator, will reuse the current form navigator.
Number
NONE
Constant used in various places to set properties to "none".



Constants Details

IGNORE

Constant used for form navigator, will reuse the current form navigator.

Returns

Number

Sample

var form = solutionModel.newForm('parentForm', 'db:/example_data/parent_table');
form.navigator = SM_DEFAULTS.IGNORE; // reuse the navigator from current form.
 

NONE

Constant used in various places to set properties to "none".

Returns

Number

Sample

var form = solutionModel.newForm('parentForm', 'db:/example_data/parent_table');
form.navigator = SM_DEFAULTS.NONE; // Hide the navigator on the form.