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

langs.html5ftl.richTextEditor.vm Maven / Gradle / Ivy

The newest version!
#if ($item.output)
    #set ($name = $item.output.name)
    #set ($input_name = ${language.getParam("name", $name)})
#end
#set ($value = $item.html)
#if($item.input)
  #if($item.input.name)
    #set($aux = $item.input.name)
    #set($aux2 = ${language.asFtlVar($aux)})
    #set($value = ${language.getParam("value", $aux2)})
  #end
#end








© 2015 - 2024 Weber Informatics LLC | Privacy Policy