Re: Firefox not populating dynamic form fields

  •  05-02-2006, 5:39 AM

    Re: Firefox not populating dynamic form fields

    Just a note, when you have more than one CE on a page, you should for sanaity sake, set the following
     
    editor.SubSequent = true
    From the help file
     
    "The Subsequent property If you have more than one editor on a page it is recommended that you call the subsequent() function on all editors except the first editor. The subsequent function will generate a specially configured editor that will share resources with the first editor on the page. This will greatly improve performance. Note that if you do not use the subsequent() function your multiple instances will still run, but may load slower than necessary. "
     
     
    This may or may not help your problem
     
    RC
     
     
View Complete Thread