EasyUI Forum
May 08, 2024, 01:34:37 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 / [SOLVED] Re: IE11 Support status on: December 01, 2023, 08:17:09 AM
Hi, Jarry

I'm very happy to hear your answer.

Thank you very much!
2  General Category / EasyUI for jQuery / Re: IE11 Support status on: November 29, 2023, 02:11:13 AM
I ran a lot of demo of newest easyui using IE11.
New feature like drawer ran without error.

So, I hope newest easyui still supports IE11.

Any advice or suggestion is helpful for me.

Thank you.
3  General Category / EasyUI for jQuery / IE11 Support status on: November 28, 2023, 05:29:10 PM
Our intranet web app still uses IE11 and we want to upgrade easyui in our web app.
Does newest version of Easyui for jQuery support IE11?
If no, which version is compatible for IE11?
4  General Category / EasyUI for Vue / Vue3 Tree dnd events on: June 24, 2023, 08:54:02 AM
I used to use jquery easyui.
It supports dnd related events.

To deny the drop, simply return false in onBeforeDrop event.
This is useful when a leaf node is dropped onto another leaf node.
Normally only folder nodes should be accepted.

In my opinion there is no dnd rerlated event in Easyui-Vue3.
How can i prevent dropping to leaf nodes if there are no events on dnd?
5  General Category / EasyUI for jQuery / Re: How to reset collapsedContent when collapse on: March 29, 2018, 10:18:37 PM
Stworthy

Thank you very much!
I tried and it works perfect!

It is just what I expected.

Thank you quick and perfect advice!

- smz440
6  General Category / EasyUI for jQuery / Re: How to reset collapsedContent when collapse on: March 29, 2018, 05:07:13 PM
Thanks a lot.
I am now out of office. So, try later.

Arigatou gozaimasu! Smiley
7  General Category / EasyUI for jQuery / How to reset collapsedContent when collapse on: March 28, 2018, 08:06:07 PM
My Layout panel has accordion.
I want to set collapsedContent as current selected accordion title.

I think CollapsedContent may be set when first collased time only.
How can i reset collapsedContent dynamically each time collapsed?

* Sorry, poor english.

Sample code;
collapsedContent: function(title){
  var region = $(this).panel('options').region;
  if (region == 'west'){
    var accordion_title = $('#accordion_menus').accordion('getSelected').panel('options').title;
    return title+' - '+new Date()+'-'+accordion_title+'</div>';
  } else {
    return title;
}

         },
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!