You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WebSharper
I'm using HTML5.Tags.NewTag to define a new tag like so
let Header = HTML5.Tags.NewTag "Header"
Unfortunately, the last parameter expects a seq<IPagelet> whereas I
typically provide it a seq<INode>, which means I cannot do Header
[Attr.Class "something"] because it expects Class to be an IPagelet.
Is there any way to get around this? Thanks.
Dmitri Nesteruk
unread,
Apr 17, 2011, 2:47:35 PM4/17/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message