Uiinfrastructure API Docs  
 

IConfigHelper.GetJSIncluderJSComponentInclude Method (String, Boolean, AActivitySpace, XPLocale)

HTMLElement with a script blocks including the javascript files for the given jscomponent.

HTMLElementCollection GetJSIncluderJSComponentInclude(
   string strJSComponentName,
   bool bEnableDebug,
   AActivitySpace owner,
   XPLocale locale
);

Parameters

strJSComponentName
JSComponent name. For example "jsxml" or "jsutil", the common components have constants defined in ConfigHelper.
bEnableDebug
owner
Current activityspace
locale

Return Value

See Also

IConfigHelper Interface | com.plumtree.uiinfrastructure.helpers Namespace | IConfigHelper.GetJSIncluderJSComponentInclude Overload List