如何在模态窗口中放置Joomla 2.5后端视图

时间:2013-02-08 08:40:33

标签: view joomla components modal-dialog backend

我想在模态窗口中打开组件后端视图。我所有的尝试都引导我进入一个模态窗口,在模态窗口的iframe中显示整个后端。我用这个链接打开了窗口:

<?php 
$link = 'index.php?option=com_serveradmin&view=filehistory&layout=modal&id=' . (int)$file->id;
?>
<a href="<?php echo JRoute::_($link);?>" class="modal"
rel="{handler: 'ajax', size: {x: 875, y: 550}, onClose: function() {}}" >
<?php echo $file->orig_name; ?>
</a>

view文件夹包含带有以下代码的modal.php:

    defined('_JEXEC') or die;
    JHtml::_('behavior.modal');
    ?>

<h1>This is the file history</h1>

仅此而已,这是我想要显示的第一步。 以前有人试过吗?有办法实现吗?提前谢谢。

1 个答案:

答案 0 :(得分:0)

您可以将tmpl=component添加到您的网址,因此Joomla只会在没有模板的情况下渲染该组件。事实上,Joomla将使用您当前模板中的component.php