Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
Located in /class.acContentBlockBase.php (line 15)
| Class | Description |
|---|---|
| acBlockType_checkbox |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_colorpicker |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_date |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_dropdown |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_image |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_module |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_multi_input |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_select_multiple |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_slider |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_text |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
| acBlockType_ui_slider |
Class definition and methods for AdvancedContent contentblock types. All block types needs to inherit and extend this class! |
Constructor.
Required for all subclasses.
Should be called from each subclass as the very first.
Function for the subclass to parse out data for it's parameters.
Needs to be overwritten if the blocktype provides a special kind of data that needs to be processed before storing it.
Displays the changelog text for this blocktype.
Changelog will be displayed in modules changelog.
Gets the html that needs to be inserted in the head section for all blocks of this type when editing a page.
Can be useful to add css or js.
Will be called only once for each block type.
Displays the help text for this blocktype.
Helptext will be displayed in modulehelp.
Gets the html output of the block in backend.
This method is required and needs to be overwritten.
Returns the value of a property.
Defines additional properties of the blocktype that affects all blocks of this type and needs to be stored "outside" the block.
Function to set the content of a block temporary on runtime to a certain value
Sets the value of a property. If not exists it will be created.
Function for the subclass to perform the blocks output
Needs to be overwritten if the blocktype provides a special kind of data that needs to be processed before displaying it in frontend.
Documentation generated on Tue, 09 Oct 2012 16:57:05 +0200 by phpDocumentor 1.4.1