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}}")
 
(24 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 and design patterns.
 
=== Lists ===
Lists are widely used all over Moodle. They appear in the sideblocks, they are used on the course pages. Many developers use lists for navigation parts.
 
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.
 
==== Resources about Lists on the Web ====
 
[http://css.maxdesign.com.au/listutorial/index.htm Listutorial]<br />
[http://www.accessify.com/tools-and-wizards/list-o-matic/list-o-matic.asp List-o-Matic]

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.