Uiinfrastructure API Docs  
 

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

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

public static 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

ConfigHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace | ConfigHelper.GetJSIncluderJSComponentInclude Overload List