EasyUI Forum
September 14, 2025, 03:28:40 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 / EasyUI for jQuery / Re: JScript runtime error: Unable to get value of the property 'alert': on: May 31, 2015, 10:10:08 AM
It is not working on asp.net master page.

I have added the following function on master page but it doesn't work.

function show() {
    $.messager.show({
        title: 'My Title',
        msg: 'Message will be closed after 4 seconds.',
        showType: 'show'
    });
}

Jquery UI dialog works great on master page but not $.messager.show.
2  General Category / EasyUI for jQuery / Re: JScript runtime error: Unable to get value of the property 'alert': on: May 30, 2015, 04:51:39 PM
Is easyui compatible with jquery 2.1.1 ?
3  General Category / EasyUI for jQuery / JScript runtime error: Unable to get value of the property 'alert': on: May 29, 2015, 10:18:53 AM
I am getting following error when using message alert.

0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'alert': object is null or undefined


 function ShowPopup(title, message, type) {
         $(function () {

             if (typeof type === "undefined") {
                 type = '';
             }
             $.messager.alert({
                 title: title,
                 msg: message,
                 icon: '',
                 width: 550
             })
         });
     };


4  General Category / EasyUI for jQuery / $.messager.alert position on: May 29, 2015, 05:15:15 AM
Hi,

Is there any way to show $.messager.alert on top center of the screen?
5  General Category / EasyUI for jQuery / Re: limit width/height of $.messager.alert on: May 28, 2015, 10:12:58 AM
Okay button is not shown any more.
6  General Category / EasyUI for jQuery / Re: textbox control doesn't show remembered password on: November 18, 2014, 10:38:34 AM
Hi,

Thanks for your reply.

I have gone through the given link but i am still having problems. I am using textboxes on the content page.

In firefox, when i type username, it shows username in the list but when i select it,it doesn't give password.

In IE, username list is not shown at all.

Here is the code;

Code:
<asp:Content ContentPlaceHolderID="head" runat="server"></asp:Content>

<asp:Content ContentPlaceHolderID="ContentPlaceHolder1" runat="server">

<asp:Panel ID="pnlLogin" runat="server" DefaultButton="btnLogin">
    <div style="width:400px; margin:0 auto; color: #FFFFFF" id="ccc">
    <div class="easyui-panel" title="Login" style="width:400px;padding:30px 70px 20px 70px; margin-bottom:20px;">
<div style="margin-bottom:10px">
            <asp:TextBox ID="txtEmail" Width="160" runat="server" class="easyui-textbox" style="width:100%;height:40px;padding:12px;" data-options="prompt:'Username',iconCls:'icon-man',iconWidth:38"></asp:TextBox>    
          
            <asp:Label ID="lblEmail" CssClass="red-text" runat="server">&nbsp;</asp:Label>
        </div>
<div style="margin-bottom:20px">
            <asp:TextBox ID="txtPassword" Width="160" TextMode="Password" runat="server" class="easyui-textbox" style="width:100%;height:40px;padding:12px" data-options="prompt:'Password',iconCls:'icon-lock',iconWidth:38"></asp:TextBox>
   
            <asp:Label ID="lblPassword" CssClass="red-text" runat="server">&nbsp;</asp:Label>
        </div>

<div>              
            <asp:LinkButton ID="btnLogin" runat="server" class="easyui-linkbutton" data-options="iconCls:'icon-ok'" style="padding:5px 0px;width:100%;">Login</asp:LinkButton>
</div>

        
</div>        
    </div>
    </asp:Panel>
</asp:Content>
7  General Category / EasyUI for jQuery / textbox control doesn't show remembered password on: November 16, 2014, 12:23:02 PM
I am trying to use EasyUI textbox control in asp.net form but some how browser is not showing my saved password? In normal scenario browser automaticly shows saved user name and password.

Is it some thing to do with this textbox control?
8  General Category / General Discussion / Do i have to distribute my code if i use GPL based jquery controls on: November 16, 2014, 09:44:41 AM
I have come across jquery EasyUI controls and they look really good. I have been thinking about using GPL licensed controls in our in house asp.net application.

I like to know if i have to release my source code if i use EasyUI  GPL licensed controls in our in house application? Application is published on our server and we are not selling it to anyone, it is just for our internal users.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!