将数据从模块控制器传递到 PyroCMS 中的小部件
我可以以编程方式将自定义数据从模块的控制器传递到小部件(当它在模块视图中用作标签时)吗?或者这是否违反了小部件自包含的概念?
Can I pass custom data from the module's controller to widgets(when it is being used as a tag in the module view) programatically? Or does this violate the concept of widgets being self contained?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哇,4 个月过去了,但希望这会有所帮助:
假设您有一个名为“example”的模块:在
“example”模块目录下创建一个“widgets”文件夹并在其中创建您的小部件:
在这种情况下,小部件控制器文件名将是:
它的内容:
它的视图将在:
查看内容:
有关更多信息,您可以在博客模块目录下查看。在那里你会看到小部件。
否则总是有pyrocms.com:
http://www.pyrocms.com /docs/manuals/developers/creating-custom-widgets
Wow, 4 months passed but hope this helps:
Let's say that you have a module named "example" in:
Create a "widgets" folder under "example" module directory and create your widget there:
In this case widget controller filename will be:
Its content:
And its view will be in:
View content:
For more info you can look under blog module directory. There you will see widgets.
Otherwise there is always pyrocms.com:
http://www.pyrocms.com/docs/manuals/developers/creating-custom-widgets