endPage() public method
Marks the ending of an HTML page.
public void endPage ( $ajaxMode = false ) | ||
---|---|---|
$ajaxMode | boolean |
Whether the view is rendering in AJAX mode. If true, the JS scripts registered at POS_READY and POS_LOAD positions will be rendered at the end of the view like normal scripts. |
Please login to continue.