ngeo
    Preparing search index...

    Interface PopupOptions

    interface PopupOptions {
        autoDestroy?: boolean;
        cls?: string;
        content?: any;
        height?: string;
        title?: string;
        url?: string;
        width?: string;
    }
    Index

    Properties

    autoDestroy?: boolean

    Whether the popup should be automatically destroyed when hidden or not.

    cls?: string

    Extra class name to add to the popup.

    content?: any

    The content of the popup. Either the content or URL must be set.

    height?: string

    The height of the popup.

    title?: string

    The title of the popup.

    url?: string

    The URL to use for the iframe to include as content for the popup.

    width?: string

    The width of the popup.