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

menucommand.query.page Maven / Gradle / Ivy

The newest version!
#set(key=queryKey)#if(menuConfig)#if(systemCommandList)#for(systemCommand:systemCommandList)${systemCommand?.name.fill(6)}${systemCommand?.title}#eol#end#end#if(menuConfig?.menuConfigList)#for(subMenu:menuConfig?.menuConfigList)#if(!key || subMenu?.name.query(key))${subMenu?.name.fill(6)}${subMenu?.title}#eol#end#end#end#if(menuConfig?.menuCommandList)#for(menuCommand:menuConfig?.menuCommandList)#if(!key || menuCommand?.name.query(key))${menuCommand?.name.fill(6)}${menuCommand?.title}#eol#end#end#end#end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy