EasyUI Forum
October 16, 2025, 04:39:44 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 / Change linkbutton text in handler on: November 21, 2018, 02:06:33 PM
I try to change linkbutton text in handler to display status of operation. Text changed but opts.selected is locked as false after that block and cannot be changed anymore:
Code:
...
                        handler:function(){
                            var opts = $(this).linkbutton('options');
                            if(opts.selected) {
                                $(this).linkbutton({ text: 'State 1'});
                            } else {
                                $(this).linkbutton({ text: 'State 2'});
                            }
                         }
2  General Category / General Discussion / Datagrid markup out of initial <table> tag on: April 11, 2016, 03:48:37 PM
I create several datagrid with unuque id via javascript from <table id="dg"></table>.  All datagrid markup is placed out of initial table tags. I cannot use $("#dg").find() to locate any html element inside datagrid. Huh
3  General Category / EasyUI for jQuery / Re: DataGrid multiple cell selection on: March 23, 2016, 11:49:36 AM
I can select only one cell with this extension and cannot find any option to change this behavior Sad
4  General Category / General Discussion / Form submit and lost focus on: March 02, 2016, 01:34:19 AM
I am using .form('submit') to sent data to server in background by timer. Current textbox input loses focus on .form('submit') when it is called by timer. Some investigation leads to $(target).find('.textbox-text:focus').blur(); row in jquery.form.js. Can I change this behavior without disable this row?
5  General Category / General Discussion / Submit ajax form changes only on: February 26, 2016, 03:34:56 AM
Hello, All!

I have a big form that wrapped by `.form` with many fields . I want to post changed fields only. There is no standard method for that. I cannot modify form data for submit method.

Do you have any ideas how to make it?
6  General Category / EasyUI for jQuery / DataGrid multiple cell selection on: January 12, 2016, 04:10:32 AM
Is it possible to select multiple cells in datagrid with control keys instead rows selection?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!