Closed ypnos-web closed 8 years ago
Return the javascript code instead of printing out right away. Makes the use more flexible, e.g.
$this->append('script', $this->domReady($dt->draw('#usersTable')));
Where script is a block that is printed at the end of the body in layout (and contains jquery, etc.).
script
Return the javascript code instead of printing out right away. Makes the use more flexible, e.g.
Where
script
is a block that is printed at the end of the body in layout (and contains jquery, etc.).