• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AMD resize problem in IE
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AMD resize problem in IE


  • Subject: Re: AMD resize problem in IE
  • From: Stefan Klein <email@hidden>
  • Date: Thu, 15 Dec 2011 15:11:30 +0100

Hi,

for AjaxUpdateLink and AjaxSubmitButton I use

;

This works fine for IE7+

Stefan

Am 15.12.11 14:20, schrieb Sreenivasulu A:
Hi List,

My component design is like this:

HTML table is wrapped with AUC. Some TD's are dependent on other TD's in this HTML table. So that I used AOF to observe the changes on inner html of the TD's.
AUC is wrapped with ERXOptionalForm.
ERXOptionalForm is wrapped with AMD.

If HTML table will grow dynamically, then AUC will be updated.
If HTML table will grow more than it's original size, then scroll bar is displaying in AMD(in IE only).

I wrote a _javascript_ function to grow AMD by calculating table width with the help of the following function:

function doAMDResize(){
    var wid=document.getElementById('TicketTable').offsetWidth;
    if(wid<751)
    {
        Modalbox.resizeTo(wid);
    }
}

My AUC has a binding to this _javascript_ function:

AddTicketAUC: AjaxUpdateContainer {
    id = "TicketAUC";
    class="moz-txt-link-rfc2396E" href="">"_javascript_:doAMDResize();";
}

This is working in Mozilla and GoogleChrome. But in IE browser it not working properly.
I googed and find 'offsetWidth' on HTML table won't work until HTML table loads completely in IE browser.

Please suggest me any ideas to get rid of this?



Thanks in advance,
Sreenivasulu Arveti.


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >AMD resize problem in IE (From: Sreenivasulu A <email@hidden>)

  • Prev by Date: Stored Procedure and Cursor - How to get NSData Contents
  • Next by Date: stumbling around with D2W
  • Previous by thread: AMD resize problem in IE
  • Next by thread: Stored Procedure and Cursor - How to get NSData Contents
  • Index(es):
    • Date
    • Thread