<lift:OuterSnippet form="POST">
  <lift:InnerSnippet class="foo" style="color:blue">
    ....
  </lift:InnerSnippet>
</lift:OuterSnippet>

class InnerSnippet {
  def render(xhtml: NodeSeq) {
    // S.attrs will, at this point give me (form, POST), (class, foo),
(style, color:blue).  I only
    // want the specific attributes on the <lift:InnerSnippet>
element.  Is there some way
    // to do that?
  }
}

--

You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.


Reply via email to