多字段小部件 - symfony 后端格式
如何在支持的模块中格式化多字段小部件(具有多个输入的小部件)的字段?我有基于 sfWidgetFormSchema 的小部件,并且在后端该小部件的所有字段都显示在一行中(在同一 div 中)。如何正确显示它们?可以在generator.yml中吗?
How to format fields of multifield widget (widget with many inputs) in backed module? I have widget based on sfWidgetFormSchema and in backend all fields of this widget are displayed in one line (in the same div). How to display them properly? It is possible in generator.yml?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如何正确地做到这一点。
How to do this right way.
sfWidgetFormDate
class as an example of multiinput widget. Write your own widget class.sfValidatorDate
as an example of multiinput validator class. Write your own validator for your own widget.