1. OG data type - PageSetting

    Article: AN0001737Updated:

    Object enables setting of several properties for page with webparts.

    Object properties

    Name Description
    string BackgroundColor CSS code for page background colour. Example:   red,  #000000
    string BodyOnLoad JavaScript, that will be executed after loading the page in browser (event OnLoad).

    Example

    OGPageSetting.BackgroundColor = 'red';

     

×