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 CfgrParent.
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)...