EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Jeffrey AnnSheila on June 28, 2016, 12:37:27 AM



Title: what kinds of events does the checkbox editor has
Post by: Jeffrey AnnSheila on June 28, 2016, 12:37:27 AM
Hi, I want to find the list of events the checkbox editor surports, because the document  doesn't  list the checkbox editor, so I wonder what are its events and methods. thanks in advance. And I want to know what kind of event happens when I check the checkbox?


Title: Re: what kinds of events does the checkbox editor has
Post by: korenanzo on June 28, 2016, 01:12:24 AM
there is no checkbox object in jeasyui, but there is the switchbutton.

I usually use the standard checkbox so you should use

<input type="checkbox" >

http://www.w3schools.com/jsref/dom_obj_checkbox.asp



RIc


Title: Re: what kinds of events does the checkbox editor has
Post by: Jeffrey AnnSheila on June 28, 2016, 06:49:29 AM
thank you. switchbutton fits me well.