Go to the source code of this file.
Functions | |
| function | apply () |
| function | cancel () |
| function | update () |
| function | del () |
| function | move_up (item_id) |
| function | move_down (item_id) |
| function | add_subitem () |
| function | copy_to_cb () |
| function | paste_from_cb () |
| function | show_cb () |
| function | empty_cb () |
| function | select_book (listbox) |
| function apply | ( | ) |
| function cancel | ( | ) |
| function update | ( | ) |
| function del | ( | ) |
| function move_up | ( | item_id | ) |
Definition at line 69 of file edit_menu.js.
Referenced by move_up(), edit_menu::on_move_up(), and edit::on_move_up().
| function move_down | ( | item_id | ) |
Definition at line 74 of file edit_menu.js.
Referenced by move_down(), edit_menu::on_move_down(), and edit::on_move_down().
| function add_subitem | ( | ) |
Definition at line 79 of file edit_menu.js.
References T_().
Referenced by edit_menu::on_add_subitem().
| function copy_to_cb | ( | ) |
| function paste_from_cb | ( | ) |
| function show_cb | ( | ) |
| function empty_cb | ( | ) |
| function select_book | ( | listbox | ) |
Definition at line 141 of file edit_menu.js.
1.5.2