SettingsDictionary

Version: 9.0

You use the SettingsDictionary component to retrieve strings from the web.config file, and make these strings available to client-side JavaScript code.

You create a configuration item for the SettingsDictionary component by creating an item based on the SettingsDictionary Parameters template. The settings you want to retrieve are specified in the Settings field. You can add multiple settings by separating them with commas.

You point the DataSource property of the SettingsDictionary component to the configuration item

When you have created and configured a SettingsDictionary component, you can use JavaScript in your page. For example:

RequestResponse
javascript:alert(SettingsDictionaryId.get(“settingName”))

Do you have some feedback for us?

If you have suggestions for improving this article,