Create tabs in custom page

Re: Create tabs in custom page

by Sarath P -
Number of replies: 0
The tabs are displayed, and I am able to display values in both titles. However, I have a doubt. I have converted the page to a local plugin. To render I have used $output = $PAGE->get_renderer('core', 'admin'); Is this the right way to do it? Or like you have mentioned
$output = $PAGE->get_renderer('your_renderer'); do I have to create my own renderer.php inside my local plugin directory? I found a thread that tells local plugins cannot override renderers and it is the theme that has the control on renderers. If I have to create my own renderer.php, could you please tell me how to do that?