Area (since 1.4.3)

Skip to end of metadata
Go to start of metadata

The area editable is similar to the areablock editable, the only difference is that the area bricks are not wrapped into a block element, and the editor cannot choose which area is used, this has to be done at the editable configuration in the template.

This editable is especially to use bricks also outside an areablock, for example in common block elements or just the element itself. 

Configuration

Name
Type
Description
type
string
ID of the brick which should be used in this area
params array Optional Parameter see areablock for details

Methods

Name
Description
   

Example

<div style="margin: 20px;">
<?= $this->area("myArea", array("type" => "googleanalyticstagcloud")); ?>
</div>
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.