How to add menu to View, Add and Edit pages |
11/16/2011 2:53:40 PM |
PHPRunner Tips and Tricks | |
![]() You can add menu to any page that initially doesn't support it in three easy steps. This will require a bit of layout modification.
beginblock width=100% center begincontainer horizontal bmargin=0 style=hmenu align=center width=500 hmenu brick hmenu endcontainer begincontainer vertical style=1 width=500 align=center edit header color2 editheader brick color1 message begincontainer vertical columns=3 color=1 style=fields width=100% fields header editfields brick color3 legend brick color2 editbuttons endcontainer endcontainer begincontainer vertical style=empty align=left width=500 details brick editdetails endcontainer endblock
$xt->assign("menu_block",true);
xt.assign "menu_block", true
|
|
|
500503 11/16/2011 |
nice! |
|
500504 3/27/2012 |
ok so I have the menu as a horizontal on top on the view page now how do I put the menu vertical in the left container of a view page? |
![]() |
Sergey Kornilov admin 3/27/2012 |
This is now a built-in feature, simply choose layout with menu when you setup View page in Style Editor. |
|
500505 3/27/2012 |
This is now a built-in feature, simply choose layout with menu when you setup View page in Style Editor.
|
![]() |
Sergey Kornilov admin 3/27/2012 |
I guess you need to get the latest build. |
|
500506 3/28/2012 |
ok so could you point me to the correct update? which version or build do I want? |