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

de.jwic.controls.coledit.ColumnSelector.vtl Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
#set($fld = $control.getField("fldOrder"))
#set($fldFilter = $control.getField("filter"))

#set($height = $control.height)
#set($width = $control.width - 2)
#if ($control.showActions) #set($height = $height - 27) $insert.control("toolBar") #end
#foreach($col in $control.columns) #if(!$control.hideInvisibles || $col.visible)
$insert.control("chk${col.id}") $!col.title
#if($!col.description != "" && !$control.hideDescription)
$!col.description
#end
#end #end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy