Custom List Help

The "joined" data is displayed like this
Code:
<ul class="fabrikRepeatData">
   <li>j4</li>
    <li>j5</li>
</ul>
so use
echo $this->_row->data->full-element-name-of-the-joined-element;
 
No, I think something like
course_student___drugtest (or whatever your elements are)
 
with courses_students___drugtest being in another group do I need to append this with anything.

I figured this out.....

I believe I am going to try and make a tutorial for this when I have a min..
 
Do you mean this list?

<ul class="fabrikRepeatData">
<li>j4</li>
<li>j5</li>
</ul>

Add CSS to your_div template, e.g.
ul.fabrikRepeatData li {height:20px;border-bottom:1px solid red}
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top