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

ConfigTabs plugin: Difference between revisions

From MoodleDocs
Line 5: Line 5:
See example image for the Quiz configuration form:
See example image for the Quiz configuration form:


[[Image:Configtabssample.png|400px]]
[[Image:Configtabssample.png|600px]]


== Instalation ==
== Instalation ==

Revision as of 18:10, 6 March 2011

Introduction

ConfigTabs is a local plugin that convert any configuration form in Moodle from a scrolled page to a tab view page.

See example image for the Quiz configuration form:

Configtabssample.png

Instalation

  • Create (or go to if exits) a local directory in your Moodle root installation dir.
  • Unzip there the plugin.
  • Rename the resulting directory from moodle-local_configtabs.. to configtabs
  • Edit your theme/s header.html file and add this line just before the </head> tag
<?php include("$CFG->dirroot/local/configtabs/configtabs.php"); ?>


How it works

It uses YUI components to change the DOM of the page once is fully loaded


Credits