Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以在 YUI2 数据表的文本框单元格编辑器上本地化标签:
在上图中,我希望能够更改保存和取消按钮上的标签。谢谢
请参阅BaseCellEditor中的 LABEL_CANCEL 和 LABEL_SAVE
I have searched for a few examples and not found one that is similar to what I have and what I want to achieve.
I have 2 lists
class object1 { string obj1_name; int obj1_qty; } List<obj