renderBodyEndHtml() protected method
Renders the content to be inserted at the end of the body section.
The content is rendered using the registered JS code blocks and files.
protected string renderBodyEndHtml ( $ajaxMode ) | ||
---|---|---|
$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. |
return | string |
The rendered content |
Please login to continue.