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

de.jwic.controls.layout.TableLayoutContainer.vtl Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version


#foreach ($row in $control.rows)
 
#foreach ($cell in $control.getCells($row))
#if ($cell.render)
  
#end
#end
 
#end
1)rowspan="$cell.rowSpan"#end #if($cell.width != "" && $cell.colSpan == 1)width="$cell.width"#end #if($cell.CSSClass != "")class="$cell.CSSClass"#end #if($cell.vAlign != "")valign="$cell.vAlign"#end #if($cell.align != "")align="$cell.align"#end #if($cell.colSpan != 1)colspan="$cell.colSpan" #end >$insert.control($cell.controlName)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy