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

fitnesse.resources.templates.searchForm.vm Maven / Gradle / Ivy

There is a newer version: 20241026
Show newest version
#macro( checked $type $attr )#if( $request.getInput($type).contains($attr) ) checked="checked"#end#end

#set( $focusPropertiesTab = $request.getInput("responder").contains("Properties"))
#set ($focusTextTab = !$focusPropertiesTab )



All #foreach( $breadCrumb in $pageTitle.BreadCrumbs ) $breadCrumb.Name #end $page.getName()
Back
All #foreach( $breadCrumb in $pageTitle.BreadCrumbs ) $breadCrumb.Name #end $page.getName()
Page type: #foreach( $pageType in $pageTypeAttributes ) #end
Actions: #foreach( $action in $actionAttributes ) #end
Navigation: #foreach( $navigation in $navigationAttributes ) #end
Security: #foreach( $security in $securityAttributes ) #end
Special pages: #foreach( $special in $specialAttributes ) #end
#if( $request.hasInput("searchType") || $focusPropertiesTab ) #parse("searchResults.vm") #end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy