|
Title: {FIXED} button as linkbutton in Chrome (disable didnt work) Post by: Coder on July 30, 2019, 05:28:39 PM Code: <button form="main_form" type="submit" class="easyui-linkbutton" plain="true" name="action" in Chrome visible as disabled but mouse click do submit Code: $('#Test1').linkbutton('enable');same: correct visible but mouse click do submit only when Code: $('#Test1').prop('disabled',true);but I need to initialize this buttons as disabled without script Title: Re: button as linkbutton in Chrome (disable didnt work) Post by: stworthy on July 30, 2019, 06:59:47 PM Please try to update to the newest version.
Title: Re: {FIXED} button as linkbutton in Chrome (disable didnt work) Post by: Coder on August 04, 2019, 05:50:09 AM Thnx
|