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) #INCLUDE(#Template) #ENDBLOCK |
Example |
#BLOCK("NAVBAR", "Top", "|") #INCLUDE(#Template) #ENDBLOCK |
Input |
|
Return |
|
NavBarElements
Returns the elements of a navigation bar of a shop style.
Syntax |
#LOOP(#FUNCTION("NavBarElements", #NavBarName, #Style)) template #ENDLOOP |
Example |
#LOOP(#FUNCTION("NavBarElements", "Top", #Shop.DefaultStyle.Object)) #Alias #ENDLOOP |
Input |
|
Return |
|
VisibleNavElements
Returns the navigation elements that are visible and adds an flag 'Available'
Syntax |
#LOCAL("VisibleNavElements", #VisibleNavElements(#NavElements, #Shop)) #VisibleNavElements #ENDLOCAL |
Example |
#LOCAL("VisibleNavElements", #VisibleNavElements(#NavElements, #StyleShop.Object))#VisibleNavElements #ENDLOCAL |
Input |
|
Return |
|