Uiinfrastructure API Docs  
 

JSComponentMgr Constructor 

Creates a new JSComponentMgr object.

public JSComponentMgr(
   string _strControlName,
   JSRegistry _ptJSRegistry,
   IJSComponentVersionMgr _ptJSCompVerMgr,
   PageMgr _ptPageMgr
);

Parameters

_strControlName
The name for JS controls of this type (ie.e jsdatepicker").
_ptJSRegistry
The JS Registry that handles versioning for JS components.
_ptJSCompVerMgr
An object that can tell you the version number to use for a particular JS component (given a string name).
_ptPageMgr
The page manager for this component manager.

See Also

JSComponentMgr Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace