开发者

How to disable a Datefield and Timefield in GXT?

开发者 https://www.devze.com 2023-02-21 15:08 出处:网络
I have a added the datefield and timefiel开发者_开发百科d in ToolBar in my project. How to disable datefield in GXT.Just use method disable;

I have a added the datefield and timefiel开发者_开发百科d in ToolBar in my project. How to disable datefield in GXT.


Just use method disable;

dateField.disable();


you can also use dateField.setReadOnly(true);

0

精彩评论

暂无评论...
验证码 换一张
取 消