Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 53... Línea 53...
53
     * The standard menu items in Moodle core return these numbers:
53
     * The standard menu items in Moodle core return these numbers:
54
     * 100 preview_action
54
     * 100 preview_action
55
     * 200 edit_action
55
     * 200 edit_action
56
     * 250 copy_action
56
     * 250 copy_action
57
     * 300 tags_action
57
     * 300 tags_action
58
     * 400 delete_action
-
 
59
     * 500 history_action
58
     * 500 history_action
60
     * 600 export_xml_action
59
     * 600 export_xml_action
-
 
60
     * 2000 delete_action
61
     * (So, if you want your action at a particular place in the order, there should be space.)
61
     * (So, if you want your action at a particular place in the order, there should be space.)
62
     *
62
     *
63
     * If two actions get the same order number, then the tie-break on the sort
63
     * If two actions get the same order number, then the tie-break on the sort
64
     * is plugin name, then the order returned by get_question_actions for that plugin.
64
     * is plugin name, then the order returned by get_question_actions for that plugin.
65
     *
65
     *