Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]
(no description)
File Size: | 235 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
block_html:: (14 methods):
init()
has_config()
applicable_formats()
specialization()
instance_allow_multiple()
get_content()
get_content_for_external()
instance_config_save()
instance_delete()
instance_copy()
content_is_trusted()
instance_can_be_docked()
html_attributes()
get_config_for_external()
Class: block_html - X-Ref
Form for editing HTML block instances.init() X-Ref |
No description |
has_config() X-Ref |
No description |
applicable_formats() X-Ref |
No description |
specialization() X-Ref |
No description |
instance_allow_multiple() X-Ref |
No description |
get_content() X-Ref |
No description |
get_content_for_external($output) X-Ref |
No description |
instance_config_save($data, $nolongerused = false) X-Ref |
Serialize and store config data |
instance_delete() X-Ref |
No description |
instance_copy($fromid) X-Ref |
Copy any block-specific data when copying to a new block instance. param: int $fromid the id number of the block instance to copy from return: boolean |
content_is_trusted() X-Ref |
No description |
instance_can_be_docked() X-Ref |
The block should only be dockable when the title of the block is not empty and when parent allows docking. return: bool |
html_attributes() X-Ref |
No description |
get_config_for_external() X-Ref |
Return the plugin config settings for external functions. return: stdClass the configs for both the block instance and plugin |