Show Posts
|
|
Pages: [1]
|
|
2
|
General Category / Bug Report / Datagrid
|
on: June 21, 2012, 12:43:24 AM
|
|
I have a datagrid where I am setting a number of parameters. $('#myId').datagrid({ url: '/myUrl', pagination: true, pageSize: 39, striped: true, ... When I set pageSize to anything but a multiple of 10, the parameter 'rows' that is sent to the server is always 10.
|
|
|
|
|
3
|
General Category / Help for EasyUI / Context menu
|
on: April 18, 2012, 06:12:18 AM
|
|
I have bound a context menu to the lines in a list, and the context menu appears. How do I know which line in the list was being used when the user selected the menu?
Thanks
Peter
|
|
|
|
|
4
|
General Category / Help for EasyUI / Adding custom data to a form
|
on: April 10, 2012, 03:35:53 AM
|
|
I have a form and I need to send extra data with the form. The data to be sent is a complex structure, so using a hidden input element in the form isn't going to be enough.
I had a look at the form plugin, and there is a reference to "data". I tried adding it with 'data' as shown, but that doesn;t work.
$(formId).form('submit',{ url: url, data: {xxx: 'yyy'}, onSubmit: function(){ return $(this).form('validate'); }, success: function(result){ ...
Thanks,
Peter
|
|
|
|
|