scSetPluginSetting

Typecommand
Dictionarylibrary.smartcrumbsvcw
LibrarySmartCrumbsVCW
Syntax
scSetPluginSetting <pPluginName>,<pSettingArray>
Associationscom.livecode.library.smartcrumbsvcw
Summary

Set the configuration of a complement for the SmartCrumbsVCW library

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Parameters
NameTypeDescription
pPluginName

Name of the complement to which you want to set the configuration.

pSettingArray

An array with the new configuration.

Example
local tSettingArray

put "LiveCode ltd" into tSettingArray["signature"]["organization"]
put "https://livecode.com" into tSettingArray["signature"]["web"]

scSetPluginSetting "Script Signature", tSettingArray
RelatedCommand: scExportObject, scImportMainStack, scIgnoreProperty, scIgnoreAllProperties, scStopIgnoreProperty, scStopIgnoreAllProperties, scCreatePlugin, scInstallPlugin, scUninstallPlugin, scEnabledPlugin, scDisabledPlugin, scSetPluginSetting, scCleanTrash, scResetObjectCache, scCleanTrash, scResetObjectCache
Function: scIgnoreProperties, scListPlugins, scGetPluginSetting, scGetGUID, scGetPathLog, scGetGUID
Description

Use the scSetPluginSetting command to set the configuration of a plugin.

Note  When the library calls the Startupplugin in the plugin, it happens as a parameter the configuration of the complement.

Tagsversion control