编辑单元格时如何在 YUI 中显示字符数?
在 YUI 数据表中,我想限制用户可以在其中一个单元格中键入的字符数。我知道如何使用格式化程序正确显示金额,但是有没有一种简单的方法可以更改编辑器框以显示“124/500”字符数限制?
In the YUI datatable I want to limit the number of characters a user can type into one of the cells. I know how to properly display the amount using a formatter, but is there a simple way to change the editor box to show a "124/500" character count limit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须创建自定义 CellEditor 并重写 renderForm 方法如下
注意我定义了一个特定的_LABEL_CLASS,您可以在其中提供自定义CSS类
现在创建列设置时
You must create a custom CellEditor and override renderForm method as follow
Notice i define a specific _LABEL_CLASS where you can supply a custom CSS class
Now when create a column settings