All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.jwic.controls.actions.Navigator.vtl Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
#set($first = "1") #foreach($key in $control.actionKeys) #set($action = $control.getActionByKey($key)) #set($enabled = $control.enabled) #if($enabled) #set($enabled = $action.enabled) #end #if($action.visible) #if($first == "1") #set($first = "0") #else #if($control.orientation == 0) | #else
#end #end #if($enabled) $action.title #else $action.title #end #end #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy