Webviewer Integration

Add web viewer integration so a web viewer can trigger a script or web viewer form can submit to named script.

One Response to “Webviewer Integration”

  1. Steve Wright writes:

    you can kind of achieve this already, its a bit clunky but does work depending on the webviewer contents.

    Basically, make the forum use method=”GET”

    Then have an ontimer script watching for a change in the content of the webviewer, using getlayoutobjectatrribute(webviewer ; content) obviously with the correct syntax.

    You can then pull apart the content received, ie checking for a pattern of post=true
    then using a combination of left, middle, right get out the desired values.

    I have an example colour dialog box that uses this method.

Comment on this Idea