Re: [Lift] Re: NodeSeq to JsExp how to?

2010-03-09 Thread Ross Mellgren
That's why I factored this as a JQueryNodeSeq, so you can pass anything to dialog (I've used JQuery, and figured you'd need to pass something in there ;-) JQueryNodeSeq(ns) ~ JsFunc(dialog, JsObj(autoOpen - JsTrue, width - 500, ..., close - AnonFunc(JsVal(this) ~ JsFunc(destroy case class

Re: [Lift] Re: NodeSeq to JsExp how to?

2010-03-09 Thread David Pollak
On Tue, Mar 9, 2010 at 9:34 AM, Stuart Roebuck stuart.roeb...@gmail.comwrote: Ross, Thanks - yes, the NodeSeq is all generated from templates internally. Then Ross's solution is the best for you. The end user does not have any access to change this stuff so this particular security issue