Skip to content

SaveConfigurationToLocalStorage - cWebWidgetContainer

Saves the passed configuration (ContainerDef) to the browser's Local Storage

Type: Procedure

Parameters

Parameter Type Description
ContainerDef tContainerDef The configuration to store

Syntax

Procedure SaveConfigurationToLocalStorage tContainerDef ContainerDef

Call Example

Send SaveConfigurationToLocalStorage ContainerDef

Description

Saves the passed configuration (ContainerDef) to the browser's Local Storage.

See Save Configurations in the cWebWidgetContainer class for more info.