Say I have a named template section.html (this is obviously a bit
simplified from my real world use):

<div>
  <lift:bind name="content" />
</div>

Which I call like so:

<lift:surround with="section" at="content">
  <!-- some stuff -->
</lift:surround>

Is there someway I can modify both section.html and the callsite to
pass in an attribute for the <div> tag.  In my exact use case I want
to set a css width style on the <div> (sometimes 500px, from other
callsites 750px)?

-harryh

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@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