Tabs

Filters ::: filter_tabs
Maintained by José Puente Fuentes
Moodle filter which creates tabs in textfields

Tabs 2.3 (Build: 2012112702)

Moodle 2.2, 2.3
Released: Thursday, 20 December 2012, 3:32 PM
moodle-filter_tabs
===================
Moodle filter which creates tabs in textfields


Requirements
============
This plugin requires Moodle 2.2+


Changes
=======
2012-12-20 - Add missing pluginname zu language file
2012-11-27 - Initial version


Installation
============
Install the plugin like any other plugin to folder
/filter/tabs

See http://docs.moodle.org/23/en/Installing_plugins for details on installing Moodle plugins


Usage
=====
First, activate the filter_tabs plugin in Site Administration -> Plugins -> Filters -> Manage filters

To create tabs in textfields, use the following syntax:
{%:Tab title}Tab text{%}


Example
=======
The following placeholders in a textfield:

{%:First tab}Some text{%}
{%:Second tab}Another text{%}

will produce this tab group:

+-----------+------------+
| First tab | Second tab |
+------------------------+-------------------------+
| Some text |
| |
+--------------------------------------------------+


Themes
======
filter_tabs should work with all themes from moodle core.
filter_tabs provides a fallback for browsers with JavaScript disabled.


Settings
========
filter_tabs has neither a settings page nor settings in config.php.


Further information
===================
filter_tabs is found in the Moodle Plugins repository: http://moodle.org/plugins/view.php?plugin=filter_tabs

Report a bug or suggest an improvement: https://github.com/abias/moodle-filter_tabs/issues


Copyright
=========
Written by Stefan Lehneis, University of Regensburg
Packaged by Alexander Bias, University of Ulm

Version information

Version build number
2012112702
Version release name
2.3 (Build: 2012112702)
Can be updated from
2.3 (Build: 2012112700), 2.3 (Build: 2012112701)
Can be updated to
2.4 (Build: 2013021800)
Maturity
Stable version
MD5 Sum
17dcf15fa741fb2fcacb08c9649fe99b
Supported software
Moodle 2.2, Moodle 2.3
  • Latest release for Moodle 2.2
  • Latest release for Moodle 2.3

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Filters

  1. Make sure you have all the required versions.
  2. Download and unpack the filter plugin.
  3. Place the folder (eg "myfilter") in the "filter" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation