Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface ITitlePageContainerOptions

    Options controlling the title attribute values for the page container iframe elements.

    interface ITitlePageContainerOptions {
        scroll?: string;
        singlePage?: string;
        spreadCenter?: string;
        spreadLeft?: string;
        spreadRight?: string;
    }

    Properties

    scroll?: string

    Title to use for page container iframe elements when placed within a scroll renderer. If null, then no title attribute will be set.

    null
    
    singlePage?: string

    The title to use for page container iframe elements within a single page renderer. If null, then no title attribute will be set.

    null
    
    spreadCenter?: string

    Title to use for page container iframe elements when placed as a single page, centered within a spread renderer. If null, then no title attribute will be set.

    null
    
    spreadLeft?: string

    Title to use for page container iframe elements when placed in the left spread slot within a spread renderer. If null, then no title attribute will be set.

    null
    
    spreadRight?: string

    Title to use for page container iframe elements when places in the right spread slot within a spread renderer. If null, then no title attribute will be set.

    null