I found a way to slove DateField problem on IE 8.0, but ...

  1. #1

    I found a way to slove DateField problem on IE 8.0, but ...

    *The code can slove the dateField problem on IE 8.0,but can't get position*where
    the window should show .<ext:scriptmanager id="ScriptManager1" runat="server">
    </ext:scriptmanager>
  2. #2

    RE: I found a way to slove DateField problem on IE 8.0, but ...

    *
    <!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 id="Head1" runat="server">
    ** *<title></title>
    </head>
    <body>
    <ext:ScriptManager ID="ScriptManager1" runat="server" />*
    ** *<div style="height: 89px">
    
    ** *<form id="form1" runat="server">
    ** *<table>
    ** *<tr>
    ** *<td>
    ** *date
    ** *</td>
    ** *<td>
    ** *<div *style="position :relative">
    ** * * <ext:TextField ID="txtDate" *runat="server">
    ** * * * * * * * * *<Listeners>
    ** * * * * * * * * * * *<Focus Handler=" var tf = #{txtDate};var ele = tf.getEl();#{Window1}.y=89;#{Window1}.x=158; #{Window1}.show(ele);" />
    ** * * * * * * * * *</Listeners>
    ** * * * * * * *</ext:TextField>
    ** * <ext:Window ID="Window1" runat="server" MinWidth="200" MinHeight="225" Resizable="false" Closable="false"
    ** * * *Title="DatePicker" Show&#111;nload="false" Icon="Clock" Center&#111;nload="false" >
    ** * * *<Body>
    ** * * * * *<ext:ContainerLayout ID="ContainerLayout1" runat="server">
    ** * * * * * * <ext:DatePicker ID="date" runat ="server" >
    ** * * * * * * <Listeners>
    ** * * * * * * *<Select Handler="#{txtDate}.setValue(el.getValue().format('d-m-Y'));#{Window1}.hide();" />
    ** * * * * * * </Listeners>
    ** * * * * * * </ext:DatePicker>
    ** * * * * *</ext:ContainerLayout>
    ** * * *</Body>
    ** *</ext:Window>
    ** *
    
    ** *</td>
    ** *</tr>
    ** *</table>
    ** *
    ** *</form>
    </body>
    </html>
  3. #3

    RE: I found a way to slove DateField problem on IE 8.0, but ...

    I used *
    **#{Window1}.y = #{txtDate}.y; #{Window1}.x = #{txtDate}.x
    but it doesn't work .

Similar Threads

  1. [FIXED] [2.0] DateField Problem
    By MrMp3 in forum Bugs
    Replies: 3
    Last Post: Dec 12, 2012, 4:07 AM
  2. Problem with Datefield
    By xcream in forum 1.x Help
    Replies: 0
    Last Post: May 30, 2012, 8:14 AM
  3. DateField Problem
    By awar in forum 1.x Help
    Replies: 2
    Last Post: Aug 20, 2011, 3:57 AM
  4. [0.8.2] Problem with datefield
    By plykkegaard in forum 1.x Help
    Replies: 0
    Last Post: Jan 20, 2010, 5:13 PM
  5. DateField - SelectedDate problem
    By Puia in forum 1.x Help
    Replies: 3
    Last Post: Sep 14, 2009, 12:16 PM

Posting Permissions