Package DE_EPAGES::Design::API::TLE::NavBarHandler
Functions
NAVBAR
Loops though the elements of a navigation bar of the current shop style.
Syntax |
#BLOCK("NAVBAR", #NavBarName, #JoinString, #Alignment) #INCLUDE(#Template) #ENDBLOCK |
Example |
#BLOCK("NAVBAR", "Top", "|", "Left") #INCLUDE(#Template) #ENDBLOCK |
Input |
|
Return |
|
NavBarElements
Returns the elements of a navigation bar of a shop style.
Syntax |
#NavBarElements(#NavBarName, #Style) |
Example |
#LOOP(#NavBarElements("Top", #Shop.DefaultStyle.Object)) #Alias #ENDLOOP |
Input |
|
Return |
|
VisibleNavElements
Returns the navigation elements that are visible and adds an flag 'Available'
Syntax |
#VisibleNavElements(#NavElements, #Shop) |
Example |
#LOCAL("VisibleNavElements", #VisibleNavElements(#NavElements, #StyleShop.Object)) #Alias #Available #ENDLOCAL |
Input |
|
Return |
|