Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经建立了一个链接,它将 Joomla 的注册编辑表单提供给一个模态窗口。一切都很好,但是当用户单击保存按钮时,将整个主页加载到模式窗口中,并显示一条消息,说明所有内容都已保存。我怎样才能让它只将系统消息加载到模式窗口而不是整个主页?
在调用模板之前在控制器中设置 tmpl=component & format=raw。您的系统消息 div 应该在要显示的组件内。