EasyUI Forum
April 27, 2024, 02:26:02 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 [2] 3 4 ... 13
16  General Category / EasyUI for jQuery / Re: slider + exclude value on: January 28, 2022, 04:33:41 AM
Thanks !

Regards
Miche
17  General Category / EasyUI for jQuery / slider + exclude value on: January 24, 2022, 01:33:32 AM
Hi all,

my slider is defined as follow:
min: 1,
max: 4,
step: 1

The values displayed are: 1,2,3,4

I need to exclude "3" and display:
1,2,4

Is it possible ?

Thanks
Miche
18  General Category / EasyUI for jQuery / Re: datagrid + editor on: October 19, 2021, 03:02:47 AM
Thanks !

Regards
Miche
19  General Category / EasyUI for jQuery / datagrid + editor on: September 28, 2021, 02:09:03 AM
Hi all,

I have a datagrid with 2 columns: "Type" and "Description".

I need to modify the editor of the column "Description" depending on the value of the column "Type".
If "Type" == 2 then the editor of "Description" is null.
If "Type" != 2 then the editor of "Description" is "textbox".

I have the following example:
http://195.144.40.170/jeasyui/AAA7/

... and the following two problems:

1) If I double click on the first line the editor of the column "Description" is not itilialized.
    The reason is that the "onChange" event is not started.
    But how to solve this ?

2) Double click in the second line and change the value of the column "Type" to "1"
    Double click in the third line and change the value of the column "Type" to "1"

    Now the second and the third line are both in edit mode.
    How to avoid this ?

Thanks a lot
Miche
  
20  General Category / EasyUI for jQuery / Re: Nested accordions on: May 19, 2021, 10:46:56 PM
Thanks !

Regards
Miche
21  General Category / EasyUI for jQuery / Nested accordions on: May 19, 2021, 12:33:57 AM
Hi

I have two "nested accordions".
The problem is that when I click on "Main Menu", the menu under "AAAAA" is authomatically expanded.
How is it possible to avoid this ?

http://195.144.40.170/jeasyui/AAA6

I can solve the problem by adding the following line:
$('#bb').accordion('unselect', 'AAAAA');

But I have a lot of sub-menus and therefore I am searching for a "better" solution.

Regards
Miche
22  General Category / EasyUI for jQuery / Re: prevent changes in a datebox field on: May 18, 2021, 07:15:45 AM
Thanks !

Regards
Miche
23  General Category / EasyUI for jQuery / prevent changes in a datebox field on: May 10, 2021, 06:54:55 AM
Hi,

I need to prevent changes in a datebox field depending on the selected option in a confirmation message window.

In the following link select a new date and then select "Ok" on the confirmation message window.
Then select another date and then select "Cancel" on the confirmation message window.

http://195.144.40.170/jeasyui/AAA5/

As you can see the datebox is empty despite in my code there is the following line:
$('#dd').datebox('initValue', oldValue);

Any solution with onChange, onSelect, onBeforeSelect, ... is appreciated.

Regards
Miche
24  General Category / EasyUI for jQuery / Re: onHeaderContextMenu + enableFilter on: April 19, 2021, 11:34:14 PM
Thanks !

Regards
Miche
25  General Category / EasyUI for jQuery / onHeaderContextMenu + enableFilter on: April 14, 2021, 12:19:03 PM
Hi,

in my datagrid I use "onHeaderContextMenu" and "enableFilter".
All works as expected.

The only problem is that if I right-click on a "search field" in the datagrid header (in order to paste a search string), the ContextMenu appears.
As a workaround I can use "Ctrl+V".

It would be usesful if the "onHeaderContextMenu" fired only when the user right-clicks on the column names but not when he right-clicks on a "search field".
Is it possible ?


Regards
Miche
26  General Category / EasyUI for jQuery / Context Menu on DataGrid + showColumn / hideColumn on: April 02, 2021, 01:13:54 AM
Hi

I have added a "Context Menu on DataGrid" in order to show/hide columns as descibed in the demo.

I have the following question:
Is it possible to avoid that the "Context Menu" closes after selecting/unselecting a checkbox ?
The idea is that the user selects/unselects the columns in one step.


Regards
Miche
27  General Category / EasyUI for jQuery / Re: tab + refresh on: February 24, 2021, 01:40:20 AM
Thanks !

Regards
Miche
28  General Category / EasyUI for jQuery / tab + refresh on: February 18, 2021, 08:45:35 AM
I refresh the second tab (index = 1) with the following code:

$('#tt').tabs('getTab', 1).panel('refresh');

The problem is that I want to refresh the tab only if it has already been selected by the user.
How can I verify this ?
It may be that I need to verify the length of the tab content ...

<div id="tt" class="easyui-tabs" border="true">
    <div title="AAA" href="aaa.html"></div>
    <div title="BBB" href="bbb.html"></div>
</div>

Thanks for any help.
Miche
29  General Category / EasyUI for jQuery / Re: combogrid + pagination + getValues on: January 21, 2021, 06:33:22 AM
Thanks !
30  General Category / EasyUI for jQuery / Re: combogrid + pagination + getValues on: January 20, 2021, 04:46:57 AM
Hi Jarry,

thanks a lot.
At the moment I work with version 1.5 (I know .. this is an old version).
Is it possible to fix also version 1.5 ?

Thanks
Miche
Pages: 1 [2] 3 4 ... 13
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!