DZConfig Class
Use the PTCS_DROPZONE:DZConfig class to manage a specific drop zone within a component. Use the methods of this class to update, save, or delete configuration for the drop zone.
Use the AddConfig method: DZComponentConfig class method of the DZComponentConfig class to instantiate a new object of the DZConfig class. Additionally, GetConfigurationsForComponent method: DZComponentConfig class, GetConfigurationsForPage method: DZComponentConfig class, GetConfigurationsForPagefield method: DZComponentConfig class, and GetConfigurationsForSubpage method: DZComponentConfig class of the DZComponentConfig class populate the arrDZInfo property with an array of DZConfig objects.
Related Topics