document.write("
ComponentModule_PageBuilder_Components( module var, components var )
Loads the list of components provided by this module and returns the count.
Parameters:
module: The module record of the current module
components: The array structure containing the components loaded with this function
ComponentModule_PageBuilder_Component( module var, component_code, component var )
Loads the requested component (if found) provided by this module. Returns 0 on failure, 1 on success
Parameters:
module: The module record of the current module
component_code: The code of the component to load
component: The structure containing the component loaded with this function
ComponentModule_PageBuilder_Elements( module var, item, settings var, elements var )
Loads the list of elements provided by this module and returns the count.
Parameters:
module: The module record of the current module
item: The item record of the current item
settings: The page settings for the current item
elements: The array structure containing the elements loaded with this function
ComponentModule_PageBuilder_Element( module var, item, settings var, code, element var )
Loads the requested element (if found) provided by this module. Returns 0 on failure, 1 on success
Parameters:
module: The module record of the current module
item: The item record of the current item
settings: The page settings for the current item
code: The code of the element to load
element: The structure containing the element loaded with this function
ComponentModule_PageBuilder_Element_Insert( module var, settings var, element var )
Inserts the specified element. Returns 0 on failure, 1 on success
Parameters:
module: The module record of the current module
settings: The page settings for the current item
element: The structure containing the element to be inserted
ComponentModule_PageBuilder_Element_Update( module var, settings var, original_element var, element var )
Updates the specified element. Returns 0 on failure, 1 on success
Parameters:
module: The module record of the current module
settings: The page settings for the current item
element: The structure containing the element to be updated
ComponentModule_PageBuilder_Element_Delete( module var, settings var, code )
Deletes the specified element. Returns 0 on failure, 1 on success
Parameters:
module: The module record of the current module
settings: The page settings for the current item
code: The code of the element to be deleted
pagebuilder_cmp - Snippet hosted by \"Cacher\"
");