creating a web-service that prints a rendered compnent

Re: creating a web-service that prints a rendered compnent

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

A rendered anything is just a string (of HTML). It is easy to have a function that returns a string. And, it is easy to get that string. It comes from a call to a Moodle renderer method which returns a string.