EasyUI Forum
May 15, 2024, 08:21:22 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Bug Report / Re: easyui 1.4 tab bug! on: August 04, 2014, 05:15:25 PM
The javascript code run two times on IE11
2  General Category / Bug Report / Re: easyui 1.4 tab bug! on: August 04, 2014, 05:23:53 AM
function addTab(title, url, iconCls) {

            iconCls = iconCls || 'icon-home';

            if ($('#tabs').tabs('exists', title)) {
                $('#tabs').tabs('select', title);
            } else {
                $('#tabs').tabs('add', {
                    title: title,
                    content: createFrame(url),
                    closable: true,
                    iconCls: iconCls
                });
            }

        }

   
        function createFrame(url) {
            var s = '<iframe scrolling="auto" frameborder="0"  src="' + url + '" style="width:100%;height:99.5%;"></iframe>';
            return s;
        }
3  General Category / Bug Report / easyui 1.4 tab bug! on: August 04, 2014, 04:33:18 AM
Tabs use of content when loading html or js js will perform two times.
4  General Category / General Discussion / 1.4 tab iframe 刷新两次 on: August 03, 2014, 06:32:25 PM
换了1.4版本后,tab里面放了iframe以后,会加载两次,请问如何解决呢?
5  General Category / EasyUI for jQuery / conflict between jQueryUI and EasyUI on: February 07, 2014, 06:53:06 AM
is there a way to resolve it?
6  General Category / EasyUI for jQuery / why datagrid receive data with html instead of json on IE on: December 05, 2013, 08:19:27 PM
why datagrid receive data with html instead of json on IE
Chrome is right.
7  General Category / EasyUI for jQuery / how to show datagrid horizontal scrolling on: August 19, 2013, 01:01:41 AM
When the width of brower greater than the datagrid ,hide the horizontal  scrolling of datagrid.
When the width of browser less then the datagrid ,show the horizontal scrolling.
Is there any way to do?
8  General Category / EasyUI for jQuery / queryParams on tree on: August 11, 2013, 03:27:21 AM
Is there queryParams on tree like DataGrid?
9  General Category / EasyUI for jQuery / easyui placeholder on: July 23, 2013, 09:00:48 PM
how to apply placeholder function in IE8 use combobox,validatebox and so on
10  General Category / EasyUI for jQuery / How to hide the comboBox required ICON at the first time? on: July 20, 2013, 08:48:33 PM
How to hide the comboBox required ICON at the first time?
11  General Category / EasyUI for jQuery / Press the enter key to close the Messager on: July 20, 2013, 08:44:20 PM
Is there a way to press the enter key to close the Messager
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!