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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Current »



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