conditional table orientation

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
barka
User
Posts: 114

conditional table orientation

Post by barka »

is it possible to make conditional table orientation depending on security level?
example:
Administrator (Hard Coded) => Horizontal list Table (header on top)
security level "Sales" and "Single User" => Vertical list Table (header on left)


mobhar
User
Posts: 11745

Post by mobhar »

If you meant header on top including the menu, currently it is not supported, since you have to choose whether to use Horizontal menu (by enabling HorizontalMenu extension then regenerate the related script files), OR use Vertical menu (without using HorizontalMenu extension) as the default one.


barka
User
Posts: 114

Post by barka »

i mean it is not including menu.
Administrator (Hard Coded) => Horizontal list Table (header on top) like default.
security level "Sales" and "Single User" => Vertical list Table (header on left) like in view or edit table


mobhar
User
Posts: 11745

Post by mobhar »

Ah, I see. Please try "Custom Templates".


Post Reply