Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Usuari:Frank Ralf/NanoGong: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Línia 25: Línia 25:
'''Note''': The callback function has to be '''outside''' this class definition!
'''Note''': The callback function has to be '''outside''' this class definition!


=== Preventing caching ===
$CFG->currenttextiscacheable = false;
is deprecated, outcommented


=== File API ===
=== File API ===

Revisió del 20:36, 22 març 2011

Java settings

Filter

Language folder

Add language folder: \lang\en\filter_nanogong.php with the following content:

$string['filtername'] = 'NanoGong';

Filter function

The filter function is wrapped inside a class:

class filter_nanogong extends moodle_text_filter {

   function filter($text, array $options = array()){
   ...
   }

}

Note: The callback function has to be outside this class definition!

Preventing caching

$CFG->currenttextiscacheable = false;

is deprecated, outcommented

File API

See also

Migrating to Moodle 2.0
Forums
NanoGong documentation