Welcome Guest, Not a member yet? Register   Sign In
[SOLVED]Hook Question
#4

[eluser]Mirge[/eluser]
First thing that comes to mind is within your table view, doing something along the lines of:

(EDIT: this goes in your table view)
Code:
$this->_loadDataTables = TRUE;

And within your footer,

Code:
<?php if($this->_loadDataTables): ?>
script markup here
<?php $this->_loadDataTables = FALSE; endif; ?>

Maybe not the most elegant, but I imagine it'd work fine? Untested.


Messages In This Thread
[SOLVED]Hook Question - by El Forum - 08-03-2011, 04:46 PM
[SOLVED]Hook Question - by El Forum - 08-03-2011, 06:05 PM
[SOLVED]Hook Question - by El Forum - 08-03-2011, 06:45 PM
[SOLVED]Hook Question - by El Forum - 08-03-2011, 09:41 PM
[SOLVED]Hook Question - by El Forum - 08-03-2011, 11:24 PM
[SOLVED]Hook Question - by El Forum - 08-03-2011, 11:39 PM
[SOLVED]Hook Question - by El Forum - 08-04-2011, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB