Archive of 2009 September
-
Creating a Custom EPiServer Paging Control
Posted on September 20, 2009 by Frederik Vig in Code Snippet, EPiServerEarlier I wrote about the PageList control from EPiServer, I mentioned in that post that the markup that the PagingControl renders is not the best. For instance it will not work without JavaScript enabled on the client (for...
Continue reading this entry → -
Extending search field with suggestion box
Posted on September 17, 2009 by Frederik Vig in ASP.NET, Code Snippet, EPiServer, JavaScriptDisclaimer: In this example I've kept the code simple to make it easier to read and to give you an idea of how you might approach something like this with EPiServer. This code should not be used in production scenarios...
Continue reading this entry → -
Custom Property: ShareIt
Posted on September 7, 2009 by Frederik Vig in EPiServerYou've probably seen the addthis/sharethis toolbars on various sites that let you easily share a page on social media sites. I've made a custom property that allows editors to create their own, from a predefined list of sites...
Continue reading this entry →