Passing Parameters From an HTML Layout

How to:

This section describes how to pass parameters from an HTML layout.


Top of page

x
Procedure: How to Pass Parameters From an HTML Layout

To pass parameters from an HTML layout:

  1. Create a layout using HTML Composer Layout Painter by inserting ESRI components.

    For more information about using HTML Composer Layout Painter, see the Designing a User Interface for a Web Application With the HTML Composer.

  2. Click the Settings tab located at the top of the ESRI Configuration Utility and then click the Miscellaneous tab.

    If you want to pass parameters from the HTML layout to:

    • A map FOCEXEC, add IBI_GetLayoutPainterParameters in the Map field under the Callback section.
    • A report FOCEXEC, add IBI_GetLayoutPainterParameters in the Report field under the Callback section.
    • An identity FOCEXEC, add IBI_GetLayoutPainterParameters in the Identify field under the Callback section.

  3. Click Save.

WebFOCUS