EasyUI Forum
May 16, 2024, 01:20:32 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] 5 6 ... 10
46  General Category / EasyUI for jQuery / Re: Tabs (special case) on: August 31, 2019, 08:31:13 AM
Hi worm6666,

i have tested it with accordions - this is not the right way.

Please see the attached image - if the div.tabs-wrap would be 100% width it would be fine.
47  General Category / EasyUI for jQuery / Re: Tabs (special case) on: August 31, 2019, 08:02:22 AM
Hi worm6666,

this is a good idea - but i need just the headers to show without containers.
If i would use accordions i would ran in the problem if there are 40 or 50 items to show.
48  General Category / EasyUI for jQuery / Re: Tabs (special case) on: August 30, 2019, 07:07:03 AM
Hi worm6666,

pleasy see attached image
49  General Category / EasyUI for jQuery / Re: Tabs (special case) on: August 30, 2019, 01:17:51 AM
Hi jahangir,

thank you once again.
Your solution didn't fit to me, cause i need the tabPosition left. I need this because i want to have the tabs vertically and not horizontally.

THANK You
50  General Category / EasyUI for jQuery / Re: Tabs (special case) on: August 29, 2019, 10:49:26 PM
Code:
    $('#div_tabs_notification_east').tabs({
        border: false,
        narrow: true,
        justified: true,
        tabPosition: 'left',
    });

results in

51  General Category / EasyUI for jQuery / Re: Tabs (special case) on: August 29, 2019, 07:00:33 AM
Hi jahangir,

thank you for your reply but your solution doesn't work.


52  General Category / EasyUI for jQuery / Re: Tabs (special case) on: August 29, 2019, 04:13:12 AM
Nobody an idea?
53  General Category / EasyUI for jQuery / [SOLVED] Tabs (special case) on: August 26, 2019, 10:55:10 AM
Hi there,

we have (maybe) a special use case.
We are usring a layout. In the eas region we are using tabs. In one of the tabs we are using a nother tab, just to display and click the header (see attached file).

What we want to achive is just to display the tab headers in 100% width without showing the tab containers.

How we can achive this?
54  General Category / EasyUI for jQuery / Re: Display Link button in Datagrid Column on: July 30, 2019, 04:25:14 AM
Hi,

just use following code in datagrid onLoadSuccess function:

var p = $(this).datagrid('getPanel');
$.parser.parse(p);

Greets
55  General Category / EasyUI for jQuery / Re: Tabs with tools on: May 13, 2019, 05:57:32 AM
Hi jahangir,

this is looking very good - thank you very much!!!!

56  General Category / EasyUI for jQuery / Tabs with tools on: May 10, 2019, 10:57:51 PM
I am using tabs with tools to show in tools a status div on the right side of tabs.

When there are too much tabs to show the left and right arrows are shown to scroll the tabs.

I want to have the right scroll arrow button is shown before the status div and not on rightest side of tabs.

How can i realize this?
57  General Category / EasyUI for jQuery / Re: menu in datagrid in tooltip on: April 23, 2019, 11:23:53 PM
Hi stworthy,

this works GREAT!!!


Thank you so much!!!!!!!!!!!!!!!!
58  General Category / EasyUI for jQuery / Re: menu in datagrid in tooltip on: April 23, 2019, 07:40:52 AM
Hi there,

my datagrid with the menubuttons and menus works.

My problem is that i need to know the row.id - but menu popups by mousehover without selecting the row.
How can i achieve the row id by this way?


Thanks
59  General Category / EasyUI for jQuery / Re: menu in datagrid in tooltip on: April 22, 2019, 02:14:25 AM
Hi there,

i solved the problem!!!!
60  General Category / EasyUI for jQuery / menu in datagrid in tooltip on: April 22, 2019, 01:28:08 AM
Hi there,

i have another problem - i have a datagrid which contains a menu for each row so the user can choice an action for each row by the menu. The datagrid is shown by a tooltip - so far so good.
Now, when i open the menu the tooltip and so, the datagrid disapears becouse the tooltip lost cursor i guess.

How can i prevent this behaviour?


Thank you so much
Pages: 1 2 3 [4] 5 6 ... 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!