Magento - 添加自定义“小部件选项”
是否可以在新的小部件实例中添加自定义“小部件选项”(作为输入文本字段)?
如果是的话我该怎么做?
[编辑] 我还想知道是否可以使用数据库中的额外表来存储文本字段中的数据。 [/edit]
我正在使用 Magento 版本 1.4.2
非常感谢
It is possible to add custom "Widget Options" (as input text fields) in a new Widget Instance ?
If yes how can I do that ?
[edit]
I want also to know if it possible to uses a extra table from database to store data from text fields.
[/edit]
I'm using Magento version 1.4.2
Thanks a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
小部件选项在小部件的
widget.xml
文件中定义。您所要做的就是在
标签中添加一个新条目,它将出现在管理区域的小部件界面中。有一个很好的教程在 Magento 网站上,它将引导您完成几乎所有您需要了解的有关小部件的内容。Widget options are defined in the widget's
widget.xml
file. All you have to do is add a new entry in the<parameters />
tag and it will appear in the widget interface in the administration area. There is a good tutorial on the Magento website that'll walk you through, pretty much, everything you need to know on widgets.