EasyUI Forum
May 06, 2024, 02:25:01 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 / Re: Groups in combobox on: May 13, 2013, 03:19:00 AM
Thanks a lot, worked perfectly.
2  General Category / EasyUI for jQuery / Re: Groups in combobox on: May 10, 2013, 05:02:36 AM
Forgot to say that I'm retrieving the options via AJAX, and then I wanted to add de group names via javascript. Is that possible?
3  General Category / EasyUI for jQuery / Groups in combobox on: May 10, 2013, 03:06:12 AM
Hi!

I was trying to accomplish something with combobox but not sure how to do it.

Let's say I have a combobox with 12 options, and let's say those options are divided into 3 groups, so 4 options per group.

What I'd like to do is prior to the first option of each group, add the name of the group, and make it not selectable, so it'd look like this:

Group1 (not selectable)
  Option11
  Option12
  Option13
  Option14
Group2 (not selectable)
  Option21
  Option22
  Option23
  Option24
Group3 (not selectable)
  Option31
  Option32
  Option33
  Option34

I've tried to play with 'onLoadSuccess' event and the 'formatter', but not sure how to do it correctly, any suggestion?

Thanks!
4  General Category / Bug Report / Re: Behaviour when maximizing window on: May 09, 2013, 11:52:53 PM
Thanks! That was the issue.

May I ask how is that I wasn't using that plugin on version 1.3.2 and worked fine, and now with version 1.3.3 I wasn't getting any error without it but it was needed anyway?
5  General Category / Bug Report / Behaviour when maximizing window on: May 09, 2013, 06:37:50 AM
Hi!

I've seen a different behaviour from version 1.3.2 to 1.3.3 when maximizing the window of the browser.

I have a complex layout like this:

Code:
 
<div id="layout1" class="easyui-layout" fit="true">
<div if="center1" region="center" border="false" style="width: 100%;">
<div id="layout2" class="easyui-layout" fit="true">
<div id="north2" region="north">

</div>
<div id="west2" region="west" style="width:191px;" >

</div>
<div id="central2" region="center">
<div id="layout3" class="easyui-layout" fit="true"> 
<div id="west3" region="west" split="true" border="false" style="width: 350px;">

</div>
<div id="center3" region="center" border="false" style="width: 100%;">

</div>
</div>
</div>
</div>
</div>
 </div>

Let's say I follow this steps:

1. Have a small browser window (not maximized)
2. Collapse "north2" and "west2"
3. Maximize browser window

On version 1.3.2, after step 3, all panels where maximized correctly to fit the new size of the window.

On version 1.3.3, after step 3, everything is fitted to the new size except for "layout 3", which stays the same size, and "west2", whose height is not incremented either.Then, only when I expand "north2" the height is calculated correctly, and the same goes with the width, which is fine after I expand "west2".

Has anything changed between versions or is there a way to correct this behaviour?

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