groovy/grails - 域对象和工具提示
给定一个具有以下属性的 grails 域对象
Integer displayOrder
Boolean visible
:关联这些字段的元信息以显示在编辑视图的工具提示上的最佳方法是什么?
非常感谢。
Given a grails domain object with properties like
Integer displayOrder
Boolean visible
... what would be the best way to associate meta information about these fields for display on tooltips in edit view?
Thanks a bunch.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可能只是向 message.properties 添加一条消息,内容如下:
然后在字段旁边或其他位置的标记中适当地呈现它:
I would probably just add a message to message.properties with the content:
And then render it appropriately in the markup alongside the field, or wherever: