JavaScript

{dialog.object}saveDataInRepository Method

Syntax

{dialog.object}.saveDataInRepository(key);

Arguments

keystring

A key for saved data entered into the repository. The key value must be unique.

Description

Saves component data to the application repository.

Discussion

The {dialog.object}.saveDataInRepository() method saves the data that the user has entered in the component to the application repository using the specified 'key' value. (The Repository Settings are configured in Web Project Properties).

The afterSaveToRepository client-side event fires after the event has completed.

{dialog.object}.saveDataInRepository('settingsUX');

See Also