Child pages
  • DEFAULTS
Skip to end of metadata
Go to start of metadata



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

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

Sample

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



  • No labels