jQuery EasyUI Forum
May 24, 2013, 05:56:03 AM *
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 / Help for EasyUI / Creating a link button in a grid on: October 25, 2012, 01:32:52 AM
I have a grid table and want to create a link button in some of the elements.
Getting a link is no problem. The thing I haven't managed is to make it look like a link button.

Any help would be appreciated.
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
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.13 | SMF © 2006-2011, Simple Machines LLC Valid XHTML 1.0! Valid CSS!