postLoadInit

This method is called after the initial prototype file (which is specified in the path attribute of the mainPrototype element in the wccConfig.xml file) is loaded and painted. This is only called if the mainPrototype element exists and its path attribute is specified.

Your extending Application class can override this method, and include custom functionality as required.

The extending method must call the following method to include the functionality provided in the base Application class:

  • this.jsxsuper();

Syntax

postLoadInit(path);

Parameters

  • path - (String) The path to the main prototype; this is the path specified in the path attribute of the mainPrototype element in wccConfig.xml file.

    For information about the wccConfig.xml file, see the TIBCO Workspace Configuration and Customization guide.

Returns

none