ePages 6.17.52 - DE_EPAGES/Design/API/StyleGroup.pm

Package package

This package provides functions to work with StyleGroups.

Package DE_EPAGES::Design::API::StyleGroup

@EXPORT_OK
GetSubStyleGroups

Functions

GetSubStyleGroups

GetSubStyleGroups

Returns information about all sub style groups of a style group.

Syntax
$hInfo = GetSubStyleGroups($StyleGroup)
Input
$StyleGroup (object)
style group
Return
$hInfo (ref.hash)
style group and sub style group info
  • objectId - object id - integer
  • title - localized style group name (using global language id) - string
  • isFolder - true if the style group has sub style groups - boolean
  • children - list of sub style groups infos - ref.array.hash