Note:

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

Styling and customising the dock

From MoodleDocs
Revision as of 03:41, 31 May 2010 by Sam Hemelryk (talk | contribs) (New page: {{Moodle 2.0}}The dock is a new addition to Moodle 2.0, it allows the user to move blocks from the flow of the page onto a special bar that is displayed in a constant position on the side ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Moodle 2.0

The dock is a new addition to Moodle 2.0, it allows the user to move blocks from the flow of the page onto a special bar that is displayed in a constant position on the side of the page by default. This document looks at how to style the dock using CSS, as well as how to customise or manipulate it within JavaScript.

Styling the dock

The structure of the dock

The core CSS

What to keep in mind when styling the dock

Customising the dock

Where to start

Extending the dock through events

Using custom methods for the dock

More information