2013-05-09 45 views
0

是否可以使用插件中的佈局文件渲染模板?如果我使用插件標籤,則從插件搜索模板。例如:使用插件中的佈局渲染模板

render (template: "templateFromProject", 
    layout: "layoutFromPlugin") 

回答

1

根據docs,您應該使用插件屬性。

render (template: "templateFromProject", layout: "layoutFromPlugin", plugin: 'thePlugin')