Details
-
Type:
Sub-task
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9.1
-
Fix Version/s: 2.0
-
Component/s: Block: AJAX Marking
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
config tree class should be an extension of the normal one and should overwrite its methods. Prototyping is probably the best way to do this, rather than pseudo-php style.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
use YAHOO.ajax_marking_block to store functions.
use YAHOO.extend to make the ajaxtree class into an extension of treeview.
Sort out anonymous functions in loops (resolve scope)