EasyUI Forum
October 17, 2025, 07:12:56 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  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
3  General Category / EasyUI for jQuery / Re: DataGrid - Set cell denied from editing on: December 05, 2013, 06:34:54 AM
Do you have found some solutions? I would like to have the conditional editing me too.
4  General Category / EasyUI for jQuery / Re: How to edit subgrid data on: November 26, 2013, 04:12:14 PM
For the inline you can use the editor field
This link can help you out
http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=
5  General Category / EasyUI for jQuery / [Solved] Re: Error on layout expand on: November 25, 2013, 04:47:09 AM
Thank you for you help
6  General Category / EasyUI for jQuery / Re: Numberspinner not created yet on: November 22, 2013, 04:53:09 AM
You are right
I am loading the dialog with the command

$('#ddAppend').dialog('refresh','pagetoload.php');
$('#ddAppend').dialog({closed: false});
7  General Category / EasyUI for jQuery / [SOLVED] Error on layout expand on: November 22, 2013, 04:51:08 AM
Hi
I am able to use layout('collapse','east'), however, when I use layout('expand','east') I have the following error

TypeError: _364[_367] is undefined

Any idea what can be the problem?
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.
9  General Category / EasyUI for jQuery / SubGrid and row autoresize on: October 11, 2013, 04:21:00 PM
Hi
I have create a subgrid into a subgrid, however, I cannot resize the row.
Therefore, when I click in order to open the second row, the size will not change according to the new dimensions
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!