Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • ‘CONTAINS_IN_PARAMS' - a key=value pair of query parameters used in the URL.
    For example, the pattern 'config=true’ will skip loading of GRAVITY on pages such as https://site.com/users/list?config=true&sortBy=name

  • CONTAINS_IN_PATH - a string which is a sub-path of the URL
    For example, the pattern 'editone’ will skip loading of GRAVITY on pages such as https://site.com/users/editone

  • HAS_ATTRIBUTE - applies only to IFrames and allows to skip loading GRAVITY on all IFrames (pattern 'iframe'), or only on IFrames with a certain class ('class="wysiwyg_editor_cls"), or on IFrames with the defined key=value pair of HTML attributes ('id="login_frame"', 'frameborder="0"' or similar).

    Image Added