A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I was working with the Printable View link and wanted to know if a few things were possible.
1.) I wanted to control the text of the link from "printable View" to "Print This Page" or "get QR Code"?
2.) I added a CssClass CssClass="sitelink" and it does not seem to render the class in the link it just renders as follows: <a href='/mission.aspx?skin=printerfriendly' rel='nofollow'>Printable View</a>
3.) I was also hoping to render it as a list item is that possible to add RenderAsListItem="true"
Thanks in advance
Hi,
I've added support for CssClass and Text properties to that control for the next release. It will not have a setting for render as list item but you can easily wrap it inside an li element directly in layout.master.
Best,
Joe
great news! I will look forward to the next release - any hints on when that might be?
thanks as always