EasyUI Forum
May 07, 2024, 08:24:58 AM *
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 ... 5
1  General Category / General Discussion / Re: Feature Request - Add Font-Awsome support for iconCls on: January 08, 2015, 06:20:41 PM
In my example - adding "fa-border" to the iconClass does the trick - but just on Chrome - IE displays a border Sad
2  General Category / General Discussion / Feature Request - Add Font-Awsome support for iconCls on: January 08, 2015, 06:18:48 PM
Hello,

i have a feature request.

Can you please add font-awsome (http://fortawesome.github.io/Font-Awesome/) support
for iconCls - e.g in link-buttons?

In general the font-awsome icons work.

E.g.

Code:
<a href="#" id="buttonLogin" class="easyui-linkbutton" 
                            onclick="redirectHome();"
                            data-options="iconCls:'fa fa-unlock'">Login</a>

The Icons are a bit smaller then the default easy-ui icons.

Please check this out. Font-Awsome has some great looking free icons.
3  General Category / Bug Report / setting content closes dialog on: August 17, 2014, 11:19:18 PM
Hi,

I have a dialog:

Code:
<div id="documentDialog" class="easyui-dialog" style="width:600px;height:400px;padding:5px"
     data-options="buttons:'#documentDialogButtonBar',modal:true,inline:true,closable:false,closed:true,resizable:true,maximizable:true">
</div>

Then I set the content with:

Code:
    dialog.dialog({
        title: title,
        cache: false,
        height: height,
        width: width,
        inline: inline,
        maximized: false,
        content: getLoadingArea(),
        onRestore: function () {
            // maximized -> back to normal
            documentDialog.CenterMaximizeIfneeded(dialog);
        }
    });   

    safeAjaxData(url, "GET", data, null, function (result) {
        dialog.dialog({
            cache: false,
            height: height,
            width: width,
            content: result
        });
        documentDialog.OpenCenterMaximizeIfneeded(dialog);
        setDialogTitle(dialog, title);
    });

When the user presses ok, I do:

Code:
        dialog.dialog({
            content: data,
            href: null,
            cache: false
        });

However, the dialog get's closed Sad
4  General Category / EasyUI for jQuery / Re: Load message for tree. on: August 17, 2014, 11:43:41 AM
That's nice!

That will solve other problems, too Wink
5  General Category / EasyUI for jQuery / Re: Load message for tree. on: August 17, 2014, 02:25:14 AM
Any hint on this?

I tried adding a dummy node, but this won't do the job 100%
6  General Category / EasyUI for jQuery / Re: SplitButton - open menu on click - not on mouse over on: August 16, 2014, 01:09:07 AM
Thanks a lot!
7  General Category / EasyUI for jQuery / Re: SplitButton - open menu on click - not on mouse over on: August 15, 2014, 08:56:08 AM
I noticed a small issue.

The opened menu doesn't autoclose in 100% of all cases.

Any hint how i can fix this?

Thank you.
8  General Category / EasyUI for jQuery / Load message for tree. on: August 15, 2014, 05:34:44 AM
Hi,

how can I use a loadmessage for the tree?

I do some processing with AJAX and assign the data
via tree.tree({ data: data });

In the meantime it'd like to show a simple animation like
the datagrid loading message
9  General Category / Bug Report / Solved! Bug with iconCls in tree - NO EasyUI bug on: August 12, 2014, 01:55:16 AM
Hi,

i just updatet to 1.4 and I noticed a bug with the tree icons.

I am loading my tree data with a AJAX call. The data is received as JSONr.

I put the data to my tree with:

            tree.tree({ data: data });

However the iconCls is set but ignored by the browser and the default icon is used.

I am adding a screenshot of Chrome with a DOM example.

Edit:

Changing the order of the includes of the CSS did the trick:

"%$ยง%/%" <- some not so nice words on HTML

10  General Category / EasyUI for jQuery / Re: getChildren for Tree node on: August 12, 2014, 12:36:40 AM
Hi,

I can confirm the "getData" works. In previous versions "getChildren" was ok, too.
11  General Category / EasyUI for jQuery / Re: How to use 'selectRecord' in datagrid ? :( on: January 09, 2014, 05:09:31 AM
Thx, that helped me, too!
12  General Category / EasyUI for jQuery / Re: Expand/Colapse iconCls for Tree on: January 08, 2014, 02:20:30 AM
OK cool looks simple.

I use the node's attributes for the storage of the icons.
13  General Category / EasyUI for jQuery / Re: Expand/Colapse iconCls for Tree on: January 07, 2014, 06:46:20 AM
Any idea on this one?

14  General Category / General Discussion / Re: Tree formater on: January 07, 2014, 06:45:27 AM
Thank you!

That looks soooo cool  Grin Grin Grin Grin
15  General Category / General Discussion / Re: Tree formater on: January 06, 2014, 07:44:16 AM
Now I have an other issue Wink

It works fine, but DnD in the tree won't
kill the tooltip.

So in some instances the tooltip doesn't vanish
when a DnD event occures during the tooltip
is active.
Pages: [1] 2 3 ... 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!