Styling and customising the dock

Från MoodleDocs
Version från den 31 maj 2010 kl. 03.41 av Sam Hemelryk (diskussion | bidrag) (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 ...)
(skillnad) ← Äldre version | Nuvarande version (skillnad) | Nyare version → (skillnad)
Hoppa till:navigering, sök

Mall:Moodle 2.0The 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