added setAdvanced MoodleQuickForm method. And added closeHeaderAfter method

This commit is contained in:
jamiesensei
2006-12-14 12:44:10 +00:00
parent 102a58099a
commit 19194f825a
17 changed files with 342 additions and 56 deletions
-1
View File
@@ -71,7 +71,6 @@ function inserttext(text) {
echo " $insertfield.focus();\n";
?>
}
<?php if (!empty($focus)) {
if(($pos = strpos($focus, '.')) !== false) {
$topelement = substr($focus, 0, $pos);