-
Improvement
-
Resolution: Won't Do
-
Critical
-
None
-
2.0.3, 2.2.2
-
MOODLE_20_STABLE, MOODLE_22_STABLE
Currently there is only display() method that does
print $this->toHtml();
|
To be able to integrate moodleforms into the new rendering framework, we need a way to obtain the HTML without echoing it. At the moment, the only way is to use a bit hacky trick with the output buffer.