]> git.mjollnir.org Git - moodle.git/commit
various formslib work including bug fixes for MDL-8039 id attribute collision between...
authorjamiesensei <jamiesensei>
Sun, 7 Jan 2007 12:46:47 +0000 (12:46 +0000)
committerjamiesensei <jamiesensei>
Sun, 7 Jan 2007 12:46:47 +0000 (12:46 +0000)
commit271ffe3f254ef814fd79a133c7fedf5fb600468e
tree020cba0fa15f6be4f6afc1a3e1cb03afeafd8a93
parent6385429d24f5562e455d57a3bc713c0b53d8e7b0
various formslib work including bug fixes for MDL-8039 id attribute collision between forms and page ids. Also added editor helpbutton. This is a fix for MDL-6941 need the ability to associate several helptopics with htmleditor. Also started on converting forms for question types to formslib.
20 files changed:
course/import/groups/import_form.php
lang/en_utf8/qtype_match.php [new file with mode: 0644]
lang/en_utf8/qtype_multichoice.php
lang/en_utf8/qtype_shortanswer.php [new file with mode: 0644]
lib/form/editorhelp.php
lib/formslib.php
lib/javascript-static.js
lib/questionlib.php
mod/choice/mod_form.php
mod/quiz/mod_form.php
question/question2.php
question/type/calculated/edit_calculated_form.php [new file with mode: 0644]
question/type/description/edit_description_form.php [new file with mode: 0644]
question/type/edit_question_form.php
question/type/essay/edit_essay_form.php [new file with mode: 0644]
question/type/match/edit_match_form.php [new file with mode: 0644]
question/type/multianswer/edit_multianswer_form.php [new file with mode: 0644]
question/type/multichoice/edit_multichoice_form.php [new file with mode: 0644]
question/type/questiontype.php
question/type/shortanswer/edit_shortanswer_form.php [new file with mode: 0644]