当mode =“edit”时,如何在cfgrid中重命名“保存”和“取消”按钮?

时间:2011-03-07 08:32:27

标签: coldfusion coldfusion-8 coldfusion-9 cfgrid

当mode =“edit”时,如何重命名cfgrid中的“保存”和“取消”按钮?我的CF应用程序甚至不是英文版。如果我们可以通过insertButtondeleteButton自定义文字,那么CF怎么不包括saveButton&amp; cancelButton中的<cfgrid>

http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=86593

1 个答案:

答案 0 :(得分:0)

CF中没有直接的方法。但你可以查看extJS最新的插件。

http://edspencer.net/2009/09/using-the-extjs-row-editor.html 示例网址:http://dev.sencha.com/deploy/dev/examples/grid/row-editor.html