RdsService.openRds

Syntax

openRds(keyOrDict: String|PP.Rds.Dictionary, params: Object, forEdit: Boolean, reOpen: Boolean, callback: function|PP.Delegate);

Parameters

keyOrDict.  Key of the opened MDM dictionary or dictionary object.

params. Parameters of opening.

forEdit. Indicates if the dictionary is opened to edit its structure. If this parameter is set to true, after the dictionary opens the user can edit its structure, otherwise the structure cannot be edited.

reOpen. Indicates if the dictionary is reopened. If this parameter is set to true the dictionary is reopened and only its elements are updated, otherwise the dictionary is fully loaded.

callback. Callback function.

Description

The openRds method opens MDM dictionary.

Example

The example of method use is given on the page Example of Creating the DictionaryBox Component.

See also:

RdsService