如何重命名 SubSonic Scaffolding 控件内的列表名称?
我希望有人向我解释一下如何使用 SubSonic 脚手架更改 GridView 控件的 HeaderText 的简单方法? 另外,我想重命名使用 SubSonic 支架生成的添加和编辑表单中每个标签控件的文本。
我得到了英语习语的脚手架表格,但我想翻译成西班牙语习语。
我使用 SubSonic 2.1 版(最终版)
谢谢。
I would like that someone explain me how is the easy and simple way to change the HeaderText of the GridView control using the SubSonic Scaffolding ? Also, I would like to rename the text of every label control in the Add and Edit Form that is generated with the SubSonic Scaffold.
I got my Scaffolding Form in English idiom but I want to translate into Spanish idiom.
I use SubSonic version 2.1 (Final)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我所做的是使用 亚音速支架生成 来生成而不是默认脚手架。 它允许你生成一次然后自定义字段等。但是一旦更改数据库模型就必须重新生成。
What I do is use the subsonic scaffold gen to generate instead of the default scaffolding. It allows you to generate once then customize the fields, etc. But you have to re-generate once you change the database model.