


With this code you can make a menu with 4 columns. The first level is not linked. Very intresting is the wrapItemAndSub property to get more information have a look to the TSREF -> TMENUITEM
You also should have a look to the option split in TSREF
TEMP_SAMPLE = HMENU TEMP_SAMPLE { entryLevel=1 wrap=<table width="100%" border="1">|</table> 1=TMENU 1.expAll=1 1.NO{ doNotLinkIt=1 allWrap=|*|<tr><td align="left" valign="top" class="title">|</td>||<td align="left" valign="top" class="title">|</td>||<td class="title" align="left" valign="top">|</td>||<td class="title" align="left" valign="top">|</td></tr><tr><td class="title" colspan="4" height="35"> </td></tr>|*| } 1.IFSUB=1 1.IFSUB { doNotLinkIt=1 # allWrap=|*|<tr><td align="left" valign="top" class="title">| ||<td align="left" valign="top" class="title">| ||<td class="title" align="left" valign="top">| ||<td class="title" align="left" valign="top">| |*| wrapItemAndSub=|*|<tr><td align="left" valign="top" class="title">|</td>||<td align="left" valign="top" class="title">|</td>||<td class="title" align="left" valign="top">|</td>||<td class="title" align="left" valign="top">|</td></tr><tr><td class="title" colspan="4" height="35"> </td></tr>|*| } 2=TMENU #2.allWrap=|*| |aa</td> || |aa</td> || |aa</td> || |aa</td></tr><tr><td class="title" colspan="4" height="35"> </td></tr> |*| 2.NO{ allWrap=| } }


Comments (0)