Show Posts
|
Pages: [1]
|
1
|
General Category / EasyUI for jQuery / switchbutton in form does not send the value
|
on: March 02, 2016, 11:44:44 AM
|
Hi, I have a form <form id="formMy" method="post" enctype="multipart/form-data"> <input type="hidden" name="id" id="id"/> .... <input class="easyui-switchbutton" name="aa" id="aa" data-options="onText:'Yes',offText:'Nooo'" value="1"> </form>
if I set the switch on the variable aa is sent, however, if I do not change it the variable aa is not sent with submit.
|
|
|
2
|
General Category / General Discussion / combobox and rendering
|
on: December 10, 2013, 06:47:18 AM
|
Hi I am trying to enable or disable a combobox inside a form if the form receive specific data, however, when I try to disable the combobox, the combobox is not yet created. I have used setInteval, but for sure there is a better way to do so. Someone can help me out
|
|
|
8
|
General Category / EasyUI for jQuery / Numberspinner not created yet
|
on: October 17, 2013, 04:34:24 AM
|
Hi I am loading a form dynamicaly, however, the number spinner is not created yet when I try to set the value for it in javascript. Which is the best way to approach this problem, since it does not exist an event for that.
|
|
|
|