I need to display a component view into a module.
I have developed my own module in which I have put an iframe searching for the view.
It works when I use the default “format” variable in the url (“format=html”)
<iframe src="index.php?option=com_componentname&view=componentview">
but this displays the full page, with header, menus, etc. I have tried to add “format=raw” to the url
<iframe src="index.php?option=com_componentname&view=componentview&format=raw">
but it doesn’t work. I always get a blank page
Any suggestion? Thanks in advance.
Use this –