195196197198199200201202203
* some js/css/onLoad code from the component to render/work correctly. * * @return */ public StringOutput renderBodyOnLoadJSFunctionCall() { StringOutput sb = new StringOutput(100); renderer.renderBodyOnLoadJSFunctionCall(sb, vc); return sb; }