Skip navigation
tengbaili
Currently Being Moderated

strange behavior in creating a new floater panel

Oct 18, 2011 3:13 AM

Tags: #extension #floater #dreamweaver_dom

If I use

<!-- MENU-LOCATION=NONE -->

<html>

...

 

there onLoad event in the body element

 

If I use

<!DOCTYPE HTML SYSTEM "-//Adobe//DWExtension layout-engine 10.0//floater">

<html>

 

there arn't onLoad event in the body element

 

How can I get onLoad event in this render mode?

 
Replies
  • Currently Being Moderated
    Oct 25, 2011 10:25 AM   in reply to tengbaili

    If I use

    <!-- MENU-LOCATION=NONE -->

    <html>

    ...

     

    there onLoad event in the body element

     

    If I use

    <!DOCTYPE HTML SYSTEM "-//Adobe//DWExtension layout-engine 10.0//floater">

    <html>

     

    there arn't onLoad event in the body element

     

    How can I get onLoad event in this render mode?

     

    Floaters are non-modal panels that listen to document selection changes. Is that what you want?

     

    Maybe you want a modal dialog instead? Try this:

     

      <!DOCTYPE HTML SYSTEM "-//Adobe//DWExtension layout-engine 10.0//dialog">

     

    HTH,

    Randy

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points