Skip to:
BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io
This code will generate an encoded html.
#html.button( type = "submit", name = "submit", value = "<i class='fa fa-check'></i> Ciao", class = "btn btn-danger", title = "ciao" )#
I like rawValue. Go for it.
How about *rawValue* or *valueRaw*
The only solution it's probably to add another parameter "htmlValue".
This might be one case, but how do we do this for maybe all cases where the values does NOT need to be escaped?
This code will generate an encoded html.
#html.button( type = "submit", name = "submit", value = "<i class='fa fa-check'></i> Ciao", class = "btn btn-danger", title = "ciao" )#