We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: you have a list you want to display, using the same HTML template for each item in the list.
Solution:
.fields" #> (".label *" #> List("Cat", "Dog"))
for
<div class="fields"> <div class="label">Field Label</div> </div>
(or see wiki entry for example to use)
Discussion
Show case for label and description as per mailing list discussion.
See also:
http://groups.google.com/group/liftweb/browse_thread/thread/62d84c002161fc3/8a36a3ded9312270?lnk=gst&q=Binding+via+CSS+Selectors+and+iteration#8a36a3ded9312270
http://www.assembla.com/spaces/liftweb/wiki/Binding_via_CSS_Selectors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem: you have a list you want to display, using the same HTML template for each item in the list.
Solution:
.fields" #> (".label *" #> List("Cat", "Dog"))
for
(or see wiki entry for example to use)
Discussion
Show case for label and description as per mailing list discussion.
See also:
http://groups.google.com/group/liftweb/browse_thread/thread/62d84c002161fc3/8a36a3ded9312270?lnk=gst&q=Binding+via+CSS+Selectors+and+iteration#8a36a3ded9312270
http://www.assembla.com/spaces/liftweb/wiki/Binding_via_CSS_Selectors
The text was updated successfully, but these errors were encountered: