|
Title: help for textbox with readonly Post by: kingor2001 on October 31, 2017, 02:41:00 AM When I set up a textbox as :<input class="easyui-textbox" data-options="readonly:true,buttonText:'test'"/>,the button that attached to the textbox is also disable because of the 'readonly:true'. How can only 'readonly' the input at the same time excluding the botton?
|