EasyUI Forum
May 15, 2024, 10:33:15 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 3 4 [5] 6 7 ... 10
61  General Category / EasyUI for jQuery / Re: datagrid onLoadSuccess in tooltip on: April 22, 2019, 01:25:31 AM
Hi sworthy,

works like a charme - Thank you!
62  General Category / EasyUI for jQuery / datagrid onLoadSuccess in tooltip on: April 18, 2019, 06:49:49 AM
Hi there,

i use a tooltip to show a datagrid within this tooltip. On the first call to this tooltip (hover an element) sometimes the onLoadSuccess-Method is not called - after mouseout and hover again the onLoadSuccess-Method is called.

So what can i do?


Thank you!
63  General Category / EasyUI for jQuery / Re: Change easyui Theme dynamically on: March 30, 2019, 02:44:47 AM
Hi jahangir,

works like a charme - THANK YOU so much and have a nice weekend!!!!!!!!!!!
64  General Category / EasyUI for jQuery / Change easyui Theme dynamically on: March 29, 2019, 11:54:11 PM
Hi there,

is there a possibility to change current easy Theme on the fly?

Just switch for example from dark to default and all components are changing to the new theme without reloading the page?


Thanks
65  General Category / EasyUI for jQuery / Re: Tabs onHover show Tooltip on: March 29, 2019, 05:01:11 AM
Thank you jarry,

it works!!
66  General Category / EasyUI for jQuery / Tabs onHover show Tooltip on: March 26, 2019, 07:15:26 AM
Hi there,

is there a possibility to show a tooltip when i hover or click a tab?


Thanks
67  General Category / EasyUI for jQuery / Tooltip Update on: March 23, 2019, 09:26:56 AM
Hi there,

has anybody a working sample from the update method for tooltip?

Thanks
68  General Category / EasyUI for jQuery / How to show tooltip on each datagrid row on: February 26, 2019, 03:02:13 AM
Hi @all,

is there a chance to show a tooltop for each datagrid row?
69  General Category / EasyUI for jQuery / Tree change arrow icon on the fly on: January 17, 2019, 03:01:19 PM
Hi there,

is ist possible to change the arrow icon of tree on the fly (I am sure you have solution for this)?

I want to realise an request to a websocket and wait for the response. While waiting for the response i want to show a waiting icon and after received the result from the websocket change back to the arrow icon.

Thank you for your Help!
70  General Category / EasyUI for jQuery / Re: Linkbutton in Tree on: January 16, 2019, 11:13:41 PM
Hi jarry,

it works!!!

Thank you so much!!!
71  General Category / EasyUI for jQuery / Linkbutton in Tree on: January 15, 2019, 01:33:02 AM
Hi there,

is it possible to use the formatter to create a linkbutton in a tree?


Thanks
72  General Category / EasyUI for jQuery / Re: createObjectURL in dialog on: December 10, 2018, 10:45:02 PM
Hi stworthy,

thank you for your reply.
This should work not only with images and the content came from the FileAPI.

Is there a way to show the single FileAPI - Object in a dialog?
73  General Category / EasyUI for jQuery / createObjectURL in dialog on: December 10, 2018, 03:35:16 AM
Hi there,

i want to show previews of uploaded files.
When i use

                var url = URL.createObjectURL(fileStore[j]);
                $('#preview').dialog({
                    fit: true,
                    inline: true,
                    href: URL.createObjectURL(fileStore[j])
                });
                $('#preview').dialog('open');

it does not work
GET blob:http://192.168.0.34/85dfe01b-c22c-4905-a882-51b44588c358?_=1544437911057 net::ERR_FILE_NOT_FOUND

but if i use

                var url = URL.createObjectURL(fileStore[j]);
                window.open(url);

the content is shown in new browser tab.

How can i fix that so i can show i dialog box rather then a new tab?


Thanks a lot
74  General Category / EasyUI for jQuery / Re: Add modal Dialog to Layout Center on: November 27, 2018, 10:47:40 PM
no ideas?
75  General Category / EasyUI for jQuery / Re: Add modal Dialog to Layout Center on: November 24, 2018, 05:37:59 AM
Hi jarry,

this works - thank you.

Can i dynamicly change the parent (from '#parent' to '#other_parent'?


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