EasyUI Forum
May 13, 2024, 09:28:28 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
1  General Category / EasyUI for jQuery / how to load data from remote server in sidemenu on: March 11, 2023, 03:26:31 AM
how to load data from remote server in sidemenu, such as  "url" option for tree
2  General Category / EasyUI for jQuery / error on messager on: October 28, 2019, 10:41:12 PM
Code:
$.messager.defaults=$.extend({},$.messager.defaults,{
    border:'thin',
    onOpen:function(){
        $(this).find("input.messager-input").textbox({width:"100%"});
    }
    }
);
Code:
$.messager.prompt("title","please input:")
when i click the button below,error occurs:
Uncaught TypeError: opts.fn is not a function
 at _2c9 (jquery.easyui.min.js:4125)
    at HTMLAnchorElement.onClick (jquery.easyui.min.js:4159)
    at HTMLAnchorElement.<anonymous> (jquery.easyui.min.js:968)
    at HTMLAnchorElement.dispatch (jquery.min.js:3)
    at HTMLAnchorElement.r.handle (jquery.min.js:3)
3  General Category / EasyUI for jQuery / strange issue on: October 21, 2019, 06:00:08 AM
Code:
$.extend(
    $.fn.combobox.defaults,{
        onShowPanel:function(e){
            var panelOptions=$(this).combobox("panel").panel("options");
            console.log(panelOptions,panelOptions.top)
            }
     }
)
show the panel the first time,  console output: top value exists in options object , panelOptions.top is null .
after the panel shown the second time ,panelOptions.top is the same with top value in options object.
why???
4  General Category / EasyUI for jQuery / how to know the panel on the above or below the combo input on: October 20, 2019, 02:29:48 AM
hi,how to get the position of panel of combo. I want to know whether the panel is on the above or below the combo input before panel shows.
I want to add animation to combo panel when panel showing or hiding. When panel is on the above of the combo input,the animation goes from bottom to top. When panel on the below of the combo panel,the animation goes from top to bottom.so i what to know the position of the panel to combo input before showing or hiding.
5  General Category / EasyUI for jQuery / password textbox height on: October 17, 2019, 11:50:11 PM
hi, the  height  of password textbox is higher then  textbox.
pls see attachment

by the way, why validatebox looks diffrent from other textbox plugins. it is still original style of textbox
6  General Category / EasyUI for jQuery / combobox arrow height on: September 30, 2019, 10:27:58 PM
hi!  I set the height of textbox to 38px. 2 problems appeared.
1, the arrow picture could not fit 38px size
2,I set line-height property to 38px ,but the text appeared at  the top line of the textbox.

thank you!
7  General Category / General Discussion / beautiful theme on: September 30, 2019, 02:09:52 AM
I think easyui is one of the most popular jQuery widgets. it is easy to learn it.But the themes official surported is old and not beautiful.
if the official can add some beautiful themes ?
8  General Category / EasyUI for jQuery / Re: new feature required for tree on: November 19, 2018, 05:33:17 PM
I do not think it is easy to use.so many rows of codes when every usage.why not extends a property for tree?
9  General Category / EasyUI for jQuery / new feature required for tree on: November 17, 2018, 03:20:38 AM
hi, tree wedget should add plain data option that can generate tree constructure from database directly through parentid
10  General Category / EasyUI for jQuery / Re: sidemenu issue on: September 25, 2018, 05:40:07 AM
hello,i missed another 2 issues.
After sidemenu was loaded ,there was an error as below:
Uncaught TypeError: Cannot read property 'options' of undefined
    at _12e (jquery.easyui.min.js:1784)
    at jquery.easyui.min.js:1777



the code :
 $(function(){
            $("#sm").sidemenu({
                onSelect:function(item){
                    console.log(item)
                }
            })
        })

when  i select an item, two same console information shows
11  General Category / EasyUI for jQuery / sidemenu issue on: September 24, 2018, 05:31:59 AM
in example: http://www.jeasyui.com/demo/main/index.php?plugin=SideMenu&theme=material-teal&dir=ltr&pitem=&sort=asc 

when you double click "Option3" , the node collapses and expand over and over again.
12  General Category / EasyUI for jQuery / how to set text field with 2 or more columns for combogrid on: November 28, 2016, 12:47:13 AM
hi, please look at this example:
http://www.jeasyui.com/demo/main/index.php?plugin=ComboGrid&theme=default&dir=ltr&pitem=

How to set text field to "itemid"+"productname"?or how to customize text selected from list.
13  General Category / EasyUI for jQuery / Re: find tabs by id.a bug with treegrid on: November 14, 2016, 08:00:57 AM
Hey,Jarry!
I'm sorry that I found another bug for combobox when I add the patch file above.
The 'limitToList' property seems not work under the patch file above.
please recheck this link : http://sandbox.runjs.cn/show/22axkolj
the bug of reload method for  treegrid has been fixed. when you enter something not in the combo list, and leave the combobox ,you will find the text not set to be null but remains the text you entered just now
14  General Category / EasyUI for jQuery / Re: find tabs by id.a bug with treegrid on: November 14, 2016, 07:43:54 AM
thank you Jarry.It works perfectly!
But if you can add "existById" and selectByid methods for tabs  plugin?
15  General Category / EasyUI for jQuery / Re: find tabs by id.a bug with treegrid on: November 13, 2016, 10:04:00 PM
hi,here is the sample code. http://sandbox.runjs.cn/show/22axkolj
please follow the steps as below:
1. open http://sandbox.runjs.cn/show/22axkolj
2. check some rows
3. click "refresh" button above
4. recheck the rows you checked just now to see if you can check or uncheck these rows.
Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!