document.write("
ComponentModule_PageBuilder_Sequences( module var, item, settings var, sequences var )
Loads the list of sequences 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
sequences: The array structure containing the sequences loaded with this function
ComponentModule_PageBuilder_Sequence( module var, item, settings var, sequence_code, sequence var )
Loads the requested sequence (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
sequence_code: The code of the sequence to load
sequence: The structure containing the sequence loaded with this function
ComponentModule_PageBuilder_Sequence_Update( module var, settings var, original_sequence var, sequence var )
Updates the specified sequence. Returns 0 on failure, 1 on success
Parameters:
module: The module record of the current module
settings: The page settings for the current item
original_sequence: The structure containing the pre-change sequence to be updated
sequence: The structure containing the sequence to be updated
pagebuilder_seq - Snippet hosted by \"Cacher\"
");