Discussions

Tag Filter:
A new version of 4.9.6 for DNN 10 only, targeting .NET 4.8. This addresses an issue where an <xmod:Template> tag that had Ajax enabled (Ajax="true") would prevent the following template controls from functioning: AddLink EditLink DeleteLink AddImage EditImage DeleteImage This is usually accompanied by an error in the DNN Event Viewer specifying "Invalid postback or callback argument". Thanks to An
For template control links such as EditLink and DeleteLink, we prefer to use icons instead of text. In particular, we'd like to use FontAwesome icons. Is there a way to do this? Thank you.
Hi Guys, Does anyway know why the EditLink control generates an anchor link surrounded by a redundant span? It's messing with my BootStrap dropdown layouts... and I can't see a simple way to change the HTML generated without using Jquery... which is just gonna and mess to my code. Any ideas?