Issue 60 in nhaml: Fulent Html

2 views
Skip to first unread message

codesite...@google.com

unread,
Jul 28, 2009, 2:04:14 PM7/28/09
to nhaml...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 60 by shimulsays: Fulent Html
http://code.google.com/p/nhaml/issues/detail?id=60

What will be the equivalent nhaml code for the following web form code:

<% Html.jQuery().Accordion().Name("navigation")
.Items(parent =>
{
parent.Add()
.Text("Accordion")
.Content(() =>
{%>
<ul>
<li>
<%=
Html.ActionLink("Basic example", "Basic", "Accordion")%></li>

</ul>
<%}
);
}
)
.Render(); %>

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

codesite...@google.com

unread,
Aug 2, 2009, 6:41:15 AM8/2/09
to nhaml...@googlegroups.com

Comment #1 on issue 60 by simon.cropp: Fulent Html
http://code.google.com/p/nhaml/issues/detail?id=60

- Html.jQuery().Accordion().Name("navigation").Items() (parent) =>
- parent.Add().Text("Accordion").Content() () =>
%ul
%li= Html.ActionLink("Basic example", "Basic", "Accordion").Render()

Reply all
Reply to author
Forward
0 new messages