EasyUI Forum
May 07, 2024, 10:47:48 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
1  General Category / EasyUI for jQuery / Re: Get data sidemenu from external on: May 01, 2020, 01:09:00 AM
wow..thx jarry..works perfecly..
2  General Category / EasyUI for jQuery / Get data sidemenu from external on: April 28, 2020, 09:42:40 PM
Hi All,

can i get data sidemenu from external
example :
Code:
$('#sm').sidemenu({
        data: "<?php echo site_url('menu/menu3'); ?>",
        multiple: false,
        onSelect: function(item){
            alert(item.state);
        }
    });
I try but no luck.
3  General Category / General Discussion / Re: [ASK] Get extension file easyui filebox on: October 10, 2016, 04:08:59 AM
Thx stworthy..works..
i can use other format from MIME.
Thx..
4  General Category / General Discussion / [SOLVED] Get extension file easyui filebox on: October 09, 2016, 10:48:59 PM
Dear All,

How to get file format or extension in Filebox ?
I want to limit extension for upload from filebox (just *.jpg)?

Regards,

Neos
5  General Category / General Discussion / Re: [ASK]Find Different value on selected data in datagrid on: September 26, 2016, 02:13:26 AM
Thx very much stworthy. This code works.

Thx.. Grin
6  General Category / General Discussion / Re: [ASK]Find Different value on selected data in datagrid on: September 21, 2016, 06:32:25 PM
Its possible to do this ?
7  General Category / General Discussion / Re: [ASK]Find Different value on selected data in datagrid on: September 13, 2016, 07:46:05 PM
Any Answer ?
8  General Category / General Discussion / Re: [ASK]Find Different value on selected data in datagrid on: September 08, 2016, 06:30:25 PM
Thx stworthy for your reply, but i want find the different currency example:

Code:
[Check Button]
+--+----------+------+--------|
|ID|Inv Number|Amount|Currency|
+--+----------+------+--------|
| 1| a001     |   100|   USD  |
| 2| 56GT5    |   100|   USD  |
+--+----------+------+--------|
I select All data then I Click check button show dialog "No Different Currency"

Code:
[Check Button]
+--+----------+------+--------|
|ID|Inv Number|Amount|Currency|
+--+----------+------+--------|
| 1| a001     |   100|   USD  |
| 2| UHDB23   |  2500|   JPY  |
| 3| 56GT5    |   100|   USD  |
+--+----------+------+--------|
I select All data then I Click check button show dialog "Found Different Currency"

Thx,

Regards,

Neos
9  General Category / General Discussion / [SOLVED]Find Different value on selected data in datagrid on: September 01, 2016, 08:42:09 PM
Dear All,

I have data in datagrid like this

Code:
[Check Button]
+--+----------+------+--------|
|ID|Inv Number|Amount|Currency|
+--+----------+------+--------|
| 1| a001     |   100|   USD  |
| 2| UHDB23   |  2500|   JPY  |
| 3| 56GT5    |   100|   USD  |
+--+----------+------+--------|
After i select all data an click Check Button I want show error warning if inside of data found 2 or more currencies.
How the code ?

Thx,
Regards,
Neos
10  General Category / EasyUI for jQuery / Date Format in datagrid on: April 05, 2016, 08:47:59 PM
Dear All,

How to change format date in datagrid. Default yyyy-mm-dd. I change to dd-mm-yyy

Regards,

Neos
11  General Category / EasyUI for jQuery / [SOLVED]Better way to change Backround color for messager.show on: April 04, 2016, 06:09:30 PM
Thx Stworthy..
i will try your code..
yesterday i found this code :
Code:
$.messager.show({
                        title   : 'Info',
                        msg     : '<div class="messager-icon messager-error"></div><div>Failed !</div>'+result.error
                    });
this is enough for me to close my problem.
Regards,

Neos
12  General Category / EasyUI for jQuery / [SOLVED]Better way to change Backround color for messager.show on: April 01, 2016, 01:16:49 AM
Dear All,

How to change background color for messager.show
I use default blue style but for this case error notif i want to override change color to red

Regards,

Neos
13  General Category / General Discussion / Re: onLoadSuccess on 1st datagrid cannot firing when contain 2 datagrid on: March 26, 2015, 12:02:25 AM
have any idea ?   Huh
14  General Category / General Discussion / Re: onLoadSuccess on 1st datagrid cannot firing when contain 2 datagrid on: March 13, 2015, 08:41:03 AM
I found the problem.

I have 2 different tabs where each tab containing different DataGrid id. when I opened the first tab Events onLoadSucces running normally. but when I am opening any second tab, the Events onLoadSucces not running.
It is sometimes the case.
sometimes both normal events but occasionally one of the events do not run normally. I use firefox and chrome browser.
how to keep both Events onLoadSuccess can run normally in firefox and chrome or there is a problem on my browser?
15  General Category / General Discussion / Re: onLoadSuccess on 1st datagrid cannot firing when contain 2 datagrid on: March 11, 2015, 03:04:43 AM
still try..  Huh
Pages: [1] 2 3
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!