By: Ronei
Date: 2009-01-22
Time: 14:12
|
Problem with Group Blocks
Good morning, I would like to make groups of blocks of information would be Student-> period-> Activity-> Event (that would be the case in detail) this is possible, pq the right to the group of "Student-> period" to give front it only includes the first activity I will be doing something wrong?
See the table HTML:
<table>
<tr>
<td>COL 1</td>
<td>COL 2</td>
<td>COL 2</td>
</tr>
<tr>
<td colspan="3">[blk.ID_ALUNO_MOVI_EVENTO;block=tr;headergrp=ID_ALUNO_MOVI_EVENTO]-[blk.DESCRICAO_ALUNO]</td>
</tr>
<tr bgcolor="#FFFF66">
<td colspan="3">[blk.DESCRICAO_PERIODO;block=tr+tr;headergrp=ID_PERIODO_MOVI_EVENTO]</td>
</tr>
<tr bgcolor="#FFFF66">
<td >[blk.ID_ATIVIDADE_MOVI_EVENTO;block=tr+tr;headergrp=ID_ATIVIDADE_MOVI_EVENTO]</td>
</tr>
<tr>
<td>[blk.ID_ATIVIDADE_MOVI_EVENTO;block=tr]-[blk.DESCRICAO_ATIVIDADE]</td>
</tr
<tr>
<td colspan="3">[blk.ID_ALUNO_MOVI_EVENTO;block=tr;footergrp=ID_ALUNO_MOVI_EVENTO]</td>
</tr>
</table>
|
By: Skrol29
Date: 2009-01-22
Time: 22:44
|
Re: Problem with Group Blocks
Hi,
I'm not sure to understand what you need, but I've seen two mistakes in the HTML.
1) The table begines with 3 columns, but colspan="3" is missing for several <tr>.
2) You've define a section of block using "block=tr+tr". Doing so, the "block=tr" of the second row is just ignored because the row is already a part of the section.
|
By: Ronei
Date: 2009-01-23
Time: 10:59
|
Re: Problem with Group Blocks
Good morning thanks for the attention the issue is that as explained earlier, I want to do three (03) groups of information, Group 1 by Student 2 and 3 by Period by activity, works perfectly with the first two groups of the third not sure, he as if it has only given to a group ... now you, if you know Q can be grateful
|
By: Skrol29
Date: 2009-01-27
Time: 23:09
|
Re: Problem with Group Blocks
Hi,
Did you tried my suggestions?
|
By: Ronei
Date: 2009-01-28
Time: 10:53
|
Re: Problem with Group Blocks
Morning, yes I tried it and thank you for your attention, a hug.
|
|
Posting in progress.
Please wait...
|