Full index

Package indexes


a c f g s v _
a
top
acBlockType_checkbox
acBlockType_checkbox in class.acBlockType_checkbox.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_colorpicker
acBlockType_colorpicker in class.acBlockType_colorpicker.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_date
acBlockType_date in class.acBlockType_date.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_dropdown
acBlockType_dropdown in class.acBlockType_dropdown.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_image
acBlockType_image in class.acBlockType_image.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_module
acBlockType_module in class.acBlockType_module.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_multi_input
acBlockType_multi_input in class.acBlockType_multi_input.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_select_multiple
acBlockType_select_multiple in class.acBlockType_select_multiple.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_slider
acBlockType_slider in class.acBlockType_slider.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_text
acBlockType_text in class.acBlockType_text.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acBlockType_ui_slider
acBlockType_ui_slider in class.acBlockType_ui_slider.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
acContentBlockBase
acContentBlockBase in class.acContentBlockBase.php
Class definition and methods for AdvancedContent contentblock types.
All block types needs to inherit and extend this class!
c
top
class.acBlockType_checkbox.php
class.acBlockType_checkbox.php in class.acBlockType_checkbox.php
class.acBlockType_colorpicker.php
class.acBlockType_colorpicker.php in class.acBlockType_colorpicker.php
class.acBlockType_date.php
class.acBlockType_date.php in class.acBlockType_date.php
class.acBlockType_dropdown.php
class.acBlockType_dropdown.php in class.acBlockType_dropdown.php
class.acBlockType_image.php
class.acBlockType_image.php in class.acBlockType_image.php
class.acBlockType_module.php
class.acBlockType_module.php in class.acBlockType_module.php
class.acBlockType_multi_input.php
class.acBlockType_multi_input.php in class.acBlockType_multi_input.php
class.acBlockType_select_multiple.php
class.acBlockType_select_multiple.php in class.acBlockType_select_multiple.php
class.acBlockType_slider.php
class.acBlockType_slider.php in class.acBlockType_slider.php
class.acBlockType_text.php
class.acBlockType_text.php in class.acBlockType_text.php
class.acBlockType_ui_slider.php
class.acBlockType_ui_slider.php in class.acBlockType_ui_slider.php
class.acContentBlockBase.php
class.acContentBlockBase.php in class.acContentBlockBase.php
f
top
FillParams
acContentBlockBase::FillParams() in class.acContentBlockBase.php
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.
FillParams
acBlockType_select_multiple::FillParams() in class.acBlockType_select_multiple.php
FillParams
acBlockType_multi_input::FillParams() in class.acBlockType_multi_input.php
FillParams
acBlockType_date::FillParams() in class.acBlockType_date.php
g
top
GetChangeLog
acContentBlockBase::GetChangeLog() in class.acContentBlockBase.php
Displays the changelog text for this blocktype.
Changelog will be displayed in modules changelog.
GetContent
acContentBlockBase::GetContent() in class.acContentBlockBase.php
Function to get the blocks raw content
GetHeaderHTML
acBlockType_text::GetHeaderHTML() in class.acBlockType_text.php
GetHeaderHTML
acBlockType_ui_slider::GetHeaderHTML() in class.acBlockType_ui_slider.php
GetHeaderHTML
acContentBlockBase::GetHeaderHTML() in class.acContentBlockBase.php
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.
GetHeaderHTML
acBlockType_select_multiple::GetHeaderHTML() in class.acBlockType_select_multiple.php
GetHeaderHTML
acBlockType_slider::GetHeaderHTML() in class.acBlockType_slider.php
GetHeaderHTML
acBlockType_date::GetHeaderHTML() in class.acBlockType_date.php
GetHeaderHTML
acBlockType_colorpicker::GetHeaderHTML() in class.acBlockType_colorpicker.php
GetHelp
acContentBlockBase::GetHelp() in class.acContentBlockBase.php
Displays the help text for this blocktype.
Helptext will be displayed in modulehelp.
GetInput
acBlockType_ui_slider::GetInput() in class.acBlockType_ui_slider.php
GetInput
acContentBlockBase::GetInput() in class.acContentBlockBase.php
Gets the html output of the block in backend.
This method is required and needs to be overwritten.
GetInput
acBlockType_colorpicker::GetInput() in class.acBlockType_colorpicker.php
GetInput
acBlockType_module::GetInput() in class.acBlockType_module.php
GetInput
acBlockType_date::GetInput() in class.acBlockType_date.php
GetInput
acBlockType_image::GetInput() in class.acBlockType_image.php
GetInput
acBlockType_multi_input::GetInput() in class.acBlockType_multi_input.php
GetInput
acBlockType_text::GetInput() in class.acBlockType_text.php
GetInput
acBlockType_select_multiple::GetInput() in class.acBlockType_select_multiple.php
GetInput
acBlockType_checkbox::GetInput() in class.acBlockType_checkbox.php
GetInput
acBlockType_dropdown::GetInput() in class.acBlockType_dropdown.php
GetInput
acBlockType_slider::GetInput() in class.acBlockType_slider.php
GetProperties
acContentBlockBase::GetProperties() in class.acContentBlockBase.php
Returns all valid properties of that block.
GetProperty
acContentBlockBase::GetProperty() in class.acContentBlockBase.php
Returns the value of a property.
s
top
SetBlockTypeProperties
acBlockType_multi_input::SetBlockTypeProperties() in class.acBlockType_multi_input.php
SetBlockTypeProperties
acContentBlockBase::SetBlockTypeProperties() in class.acContentBlockBase.php
Defines additional properties of the blocktype that affects all blocks of this type and needs to be stored "outside" the block.
SetContent
acContentBlockBase::SetContent() in class.acContentBlockBase.php
Function to set the content of a block temporary on runtime to a certain value
SetProperty
acContentBlockBase::SetProperty() in class.acContentBlockBase.php
Sets the value of a property. If not exists it will be created.
Show
acContentBlockBase::Show() in class.acContentBlockBase.php
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.
Show
acBlockType_date::Show() in class.acBlockType_date.php
v
top
Validate
acContentBlockBase::Validate() in class.acContentBlockBase.php
Function for the subclass to validate its data
_
top
__construct
acBlockType_slider::__construct() in class.acBlockType_slider.php
__construct
acBlockType_select_multiple::__construct() in class.acBlockType_select_multiple.php
__construct
acBlockType_text::__construct() in class.acBlockType_text.php
__construct
acBlockType_ui_slider::__construct() in class.acBlockType_ui_slider.php
__construct
acContentBlockBase::__construct() in class.acContentBlockBase.php
Constructor.
Required for all subclasses.
Should be called from each subclass as the very first.
__construct
acBlockType_multi_input::__construct() in class.acBlockType_multi_input.php
__construct
acBlockType_module::__construct() in class.acBlockType_module.php
__construct
acBlockType_colorpicker::__construct() in class.acBlockType_colorpicker.php
__construct
acBlockType_date::__construct() in class.acBlockType_date.php
__construct
acBlockType_dropdown::__construct() in class.acBlockType_dropdown.php
__construct
acBlockType_image::__construct() in class.acBlockType_image.php
__construct
acBlockType_checkbox::__construct() in class.acBlockType_checkbox.php
a c f g s v _