case sensitive exact match search
5 results found in 4 ms, displaying results 1-5
module org/webdsl/dsl/to-java-servlet/uicomponents/rawoutput

imports
libstratego-lib
libjava-front

imports
libwebdsl-front

rules

// rawoutput{ }
// element-to-java-servlet :
// TemplateCall("rawoutput", [], passign*, elems) ->
// bstm* |[
// threadLocalPageCached.enableRawoutput();
// bstm*
// threadLocalPageCached.disableRawoutput();
// ]|
//
more fragments
(project(p)) {output(p.name)} rawoutput { "   " } 
// } else {
// output(p.name) rawoutput { "   " }
more fragments
(q.cc)
bcc(q.bcc)
replyTo(q.replyTo)
rawoutput{ //don't escape the html from internal email rendering
output(q.body)
more fragments
  
define copyright() { "copyright" } // rawoutput{ "&copyright;" } }

define pagefooter() {
output(application.footer)
more fragments
q.bcc)
replyTo(q.replyTo)
rawoutput{ //don't escape the html from internal email rendering
output(q.body)
}
}
more fragments