• I'm using the popup to show an iframe as with the example on krpano website.
    onclick="popup('iframe', '../beach.php', 900, 700, false);"
    I looked for the function of the "false" but can't find anywhere; is it for enabling/disabling scroll for the iframe?

  • Hi,

    The action is defined as follows:

    Code
    <action name="popup" scope="private:POPUP" args="type, content, width, height, scrollbars, onclose_callback"><![CDATA[

    Later, it copies that value of "scrollbars" to the .htmlscrollbars property of the plugin.
    The plugin itself is encrypted and source code is not available.

    But as for your question: yes, it enables/disables the scrollbars of the popup.

    gr,
    K.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!