Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Standards.

Standards: Difference between revisions

From MoodleDocs
(Replaced content with "{{Moved_to_dev_docs}}")
 
(18 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== How to Style Moodle Standard Page Elements and and Page Parts ==
{{Moved_to_dev_docs}}
Similar functions or similar content should look and feel the same on all Moodle pages. The more consequent these principles are implemented the easer and less hindering the VLE will interfere the working/learning process. Moodle pages '''should''' build on the same function patterns (PHP and JavaScript) and design patterns (XHTML and CSS).
 
=== Lists ===
Lists are widely used all over Moodle. They appear in the sideblocks, they are used on the course pages. Many developers now use lists for navigation as in the SCORM or the CMS module. I regularly use them for navigation lists in HTML blocks.
 
All examples are taken from the List-o-Matic Website [http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp] for easy reproduction and are described in detail in the Listutorial
[http://css.maxdesign.com.au/listutorial/index.htm].
 
==== Resources about Lists on the Web ====
<nowiki>[1]</nowiki>
[http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp List-o-Matic]<br />
 
<nowiki>[2]</nowiki> [http://css.maxdesign.com.au/listutorial/index.htm Listutorial]<br />

Latest revision as of 08:11, 22 June 2011

This development related page is now located in the Dev docs.

See the Standards page in the Dev docs.