Where to find helpbutton function

Where to find helpbutton function

par tommy wonkium,
Nombre de réponses : 4
Im looking for the file that contains the function helpbutton(). Anyone know where I can find it?
Moyenne des évaluations  -
En réponse à tommy wonkium

Re: Where to find helpbutton function

par Tim Hunt,
Avatar Core developers Avatar Documentation writers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar Plugin developers
from the command line:

grep -R 'function helpbutton' moodle/*

from Eclipse, Search -> Find in files. For other good editors, use the equivalent command.

In this case, it will probably be in lib/weblib.php or lib/moodlelib.php.
En réponse à Tim Hunt

Re: Where to find helpbutton function

par tommy wonkium,

I do not have shell access. I tried searching most of the lib/ files but found no function helpbutton.

Does anyone know where it is exactly?

En réponse à tommy wonkium

Re: Where to find helpbutton function

par Mauno Korpelainen,

weblib.php

near line 4831

En réponse à Mauno Korpelainen

Re: Where to find helpbutton function

par tommy wonkium,

Thank you. Could swear I looked there but I think I was searching for helpbutton( and in weblib.php its helpbutton ( (with the space).

Anyways thanks again!