"action" - select

"action" - select

by Sonja Sperber -
Number of replies: 0

hi all,


concerned with the renderer conceptopn  I have  a basic question.

In the glossary module I’d like to replace an action icon for

a drop down box.


The action icon ist implemented like so:


echo $OUTPUT->action_icon(

new moodle_url('approve.php', array('eid' => $entry->id, 'mode' => $mode, 'sesskey' => sesskey())),

new pix_icon('t/approve', get_string('approve','glossary'), '',

array('class' => 'iconsmall', 'align' => $align))

);


Can I debug the  $OUTPUT-object in oder to find the right „action“?

I just want to build a drop down box that triggers different action "on change“.


Can You get me started ?


Many thanks!


Regards,

Sonja



Average of ratings: -