plugin dev

plugin dev

by badi azze -
Number of replies: 2

i need the code source of a text box thx smile

Average of ratings: -
In reply to badi azze

Re: plugin dev

by Justin Hunt -
Picture of Particularly helpful Moodlers Picture of Plugin developers

Badi

I suspect that code samples will be easier for you to understand. But please try and read the documentation anyway.

https://docs.moodle.org/dev/Form_API

And this is some sample code, I hope it helps. This is a very simple form ..

https://github.com/justinhunt/moodle-local_family/blob/master/edit_form.php

And this is the page that shows it and handles the form submission. Look for "local_family_edit_family_form"

https://github.com/justinhunt/moodle-local_family/blob/master/view.php


Average of ratings: Useful (2)