546 B
546 B
title | description |
---|---|
pageBlockChannel | pageBlockChannel attributes, type and example |
Constructor: pageBlockChannel
Attributes:
Name | Type | Required |
---|---|---|
channel | Chat | Yes |
Type: PageBlock
Example:
$pageBlockChannel = ['_' => 'pageBlockChannel', 'channel' => Chat, ];
Or, if you're into Lua:
pageBlockChannel={_='pageBlockChannel', channel=Chat, }