Suggestions for integrating new Java Script expressions in Lift

From Lift

Jump to: navigation, search

The content should be filled in by anyone who has to type JS expressions as Strings and JsExp would be desired.

1. I recently added

  case class JsReturn(in: JsExp) extends JsExp {
    def toJsCmd = "return " + in.toJsCmd
  }
Personal tools