[CLOSED] textfield width issue

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] textfield width issue

    we are used textfield width in different property for same size, but it will be get different size

    <%@ Page Language="C#" %>
    
    <%@ Import Namespace="Dimension.Web.Application.Presentation" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
    <body>
        <form id="form1" runat="server">
        <ext:ResourceManager ID="ScriptManager1" runat="server">
        </ext:ResourceManager>
        <div style="padding: 20px">
            <ext:TextField runat="server" Width="100" ID="TextField1" />
            <br />
            <br />
            <ext:TextField runat="server" StyleSpec="width:100px" ID="TextField2" />
        </div>
        </form>
    </body>
    </html>
    Attached Thumbnails Click image for larger version. 

Name:	sample.jpg 
Views:	92 
Size:	3.4 KB 
ID:	3205  
    Last edited by Daniil; Sep 19, 2011 at 6:29 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] TextField width different in IE & other browser
    By sailendra in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 25, 2012, 6:03 PM
  2. [CLOSED] TextField 100% Width inside a Panel in a FormPanel
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 11, 2011, 10:43 AM
  3. Replies: 4
    Last Post: Oct 11, 2011, 2:14 AM
  4. [CLOSED] Tooltip width issue
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 09, 2011, 12:10 PM
  5. Replies: 6
    Last Post: Jun 11, 2010, 12:47 PM

Posting Permissions