Definition at line 33 of file templates/docbook/edit/edit.php.
Public Member Functions | |
on_set_lock ($event_args) | |
on_move_up ($event_args) | |
on_move_down ($event_args) | |
on_delete ($event_args) | |
on_add_subnode ($event_args) | |
on_change_id ($event_args) | |
on_change_title ($event_args) | |
onParse () | |
onRender () | |
add_nodetypes_rs () | |
Create and add to webPage the recordset 'node_types' with the types of the nodes that can be added to the current node (preface, appendix, chapter, section, simplesect). |
edit::on_set_lock | ( | $ | event_args | ) |
Definition at line 35 of file templates/docbook/edit/edit.php.
References $event_args, and set_node_lock().
edit::on_move_up | ( | $ | event_args | ) |
Definition at line 41 of file templates/docbook/edit/edit.php.
References $event_args, lock_index(), move_up(), transform_index(), unlock_index(), update_subnodes_html_all_langs(), and updatenavig_moveup().
edit::on_move_down | ( | $ | event_args | ) |
Definition at line 51 of file templates/docbook/edit/edit.php.
References $event_args, lock_index(), move_down(), transform_index(), unlock_index(), update_subnodes_html_all_langs(), and updatenavig_movedown().
edit::on_delete | ( | $ | event_args | ) |
Definition at line 61 of file templates/docbook/edit/edit.php.
References delete_removefolders_all_langs(), get_arr_navigation(), get_node_references(), lock_index(), locked_by_somebody(), T_(), transform_index(), unlock_index(), update_navigation_all_langs(), and update_subnodes_html_all_langs().
edit::on_add_subnode | ( | $ | event_args | ) |
Definition at line 110 of file templates/docbook/edit/edit.php.
References $event_args, add_subnode(), create_new_node(), lock_index(), process_index(), T_(), transform_index(), unlock_index(), and update_cache_files_all_langs().
edit::on_change_id | ( | $ | event_args | ) |
Definition at line 144 of file templates/docbook/edit/edit.php.
References $book_id, $event_args, change_id_validate(), changeid_movefolders(), changeid_setid(), changeid_updatecache(), lock_index(), locked_by_somebody(), transform_index(), and unlock_index().
edit::on_change_title | ( | $ | event_args | ) |
Definition at line 179 of file templates/docbook/edit/edit.php.
References $event_args, add_to_modified_nodes(), file_content_xml(), lock_index(), locked_by_somebody(), set_node_status(), shell(), unlock_index(), update_cache_files(), and write_file().
edit::onParse | ( | ) |
edit::onRender | ( | ) |
Definition at line 217 of file templates/docbook/edit/edit.php.
References $mode, add_nodetypes_rs(), add_subsections_rs(), get_date_str(), get_node_state(), is_locked(), locked_by_somebody(), and T_().
edit::add_nodetypes_rs | ( | ) |
Create and add to webPage the recordset 'node_types' with the types of the nodes that can be added to the current node (preface, appendix, chapter, section, simplesect).
Definition at line 270 of file templates/docbook/edit/edit.php.
References book().
Referenced by onRender().