Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CfgrHelper

Index

Constructors

Methods

Constructors

constructor

Methods

Static onCfgrReady

  • onCfgrReady(callback: Function): void
  • Represents an entry point for custom javascript in configurators at which the consumer can be sure that the cfgr has already been rendered, its controls are accessible in the DOM (or via CfgrParent.getCtrlById etc.) and the product plan has already been loaded (at least one CspdUpdate response has arrived).

    Only accessible on configurator page (Cbn.Cfgr)...

    Parameters

    • callback: Function

      Called after the cfgr has been initially rendered and the product plan has been loaded.
      Only parameter passed is the view of the type Cbn.view.cfgr.CfgrParent.

    Returns void

Generated using TypeDoc