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

template.simple.optgroup.ftl Maven / Gradle / Ivy

There is a newer version: 2.2.5
Show newest version
<#if parameters.optGroupInternalListUiBeanList?exists>
<#assign optGroupInternalListUiBeans=parameters.optGroupInternalListUiBeanList />
<#list optGroupInternalListUiBeans as optGroupInternalListUiBean>

	label="${optGroupInternalListUiBean.parameters.label}"
	
	<#if optGroupInternalListUiBean.parameters.disabled?default(false)>
	disabled="disabled"
	
>

<#list optGroupInternalListUiBean.parameters.list as optGroupBean>
<#assign trash=stack.push(optGroupBean) />
	<#assign tmpKey=stack.findValue(optGroupInternalListUiBean.parameters.listKey) />
	<#assign tmpValue=stack.findValue(optGroupInternalListUiBean.parameters.listValue) />
	
<#assign trash=stack.pop() />








© 2015 - 2025 Weber Informatics LLC | Privacy Policy