EasyUI Forum
May 03, 2024, 08:02:44 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 / EasyUI for jQuery / Re: combogrid - Open grid on focus textbox on: July 17, 2018, 10:44:03 PM
Thank you very much my friend, works great!
I didnt see it on the documents (showPanel method not exist in the document), are there more documents?

Great Library!

Thank you very much!
Shon
2  General Category / EasyUI for jQuery / combogrid - Open grid on focus textbox on: July 16, 2018, 05:05:24 AM
Hello,

is there a way to open the grid when focusing the combo textbox?
Currently, grid is opened only when clicking the dropdown button.

Thank you very much,
Shon
3  General Category / EasyUI for jQuery / Re: Add "OnSelect" event listner, without override the existing event listner on: January 22, 2015, 03:07:45 AM
Thank you very very much stworthy, its works great!!!
4  General Category / EasyUI for jQuery / Add "OnSelect" event listner, without override the existing event listner on: January 21, 2015, 12:22:25 AM
Hello dear friends,

I am trying to add another event listner for "onSelect" event without overriding the existing one, but i dont know thow to do this.

I initialize the combogrid like this:
jobjInput.combogrid({
            url: strUrl,
            mode: 'remote',
            .....
            onSelect: function() { ... }
});

and after that trying to add another event listner to the input like this:
jobjInput.combogrid({ onSelect: function() { ... } });

but if i do it in this way, the original "onSelect" event not raised.

apperantly there is another way to add event listener, can you please direct me what is the way? I searched the web without success

Thank u very much,
Shon
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!