GroupSettings Class [PHP]

Summary

Properties Description
ExpandDirection Get or set expand direction of menu.
Flow Get or set the flow direction of menu.
Height Get or set height for child menu panel.
OffsetX Get or set the offset left of child menu's panel.
OffsetY Get or set the offset top of child menu's panel.
Width Get or set width for child menu panel.

Properties Detail

ExpandDirectionTop

string ExpandDirection

Get or set expand direction of menu.

Default value : "Auto"

Allowed values :

  • "Auto" : Auto expansion.
  • "Left" : Left expansion.
  • "Right" : Right expansion.
  • "Up" : Up expansion.
  • "Down" : Down expansion.

Show/Hide Code

Supported from version: 1.0.0.0

FlowTop

string Flow

Get or set the flow direction of menu.

Allowed values :

  • "Horizontal" : Flow horizontally.
  • "Vertical" : Flow vertically.

Show/Hide Code

Supported from version: 1.0.0.0

HeightTop

string Height

Get or set height for child menu panel.

Show/Hide Code

Supported from version: 1.0.0.0

OffsetXTop

int OffsetX

Get or set the offset left of child menu's panel.

Default value : 0

Show/Hide Code

Supported from version: 1.0.0.0

OffsetYTop

int OffsetY

Get or set the offset top of child menu's panel.

Default value : 0

Show/Hide Code

Supported from version: 1.0.0.0

WidthTop

string Width

Get or set width for child menu panel.

Show/Hide Code

Supported from version: 1.0.0.0