Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

User:Sam Hemelryk/Renderer best practices: Difference between revisions

From MoodleDocs
No edit summary
Line 12: Line 12:
==Notes==
==Notes==


* Within a component or plugin that has a renderer use the renderer for EVERYTHING!
* Within a component or plugin that has a renderer use the renderer for EVERYTHING within that area.


==See also==
==See also==

Revision as of 20:45, 26 June 2014

Renderer consistency
Project state Specification
Tracker issue https://tracker.moodle.org/browse/MDL-45853
Discussion https://moodle.org/mod/forum/discuss.php?d=261202
Assignee Damyon, Sam

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the talk.


This page documents renderer best practices.

Notes

  • Within a component or plugin that has a renderer use the renderer for EVERYTHING within that area.

See also