Posts

Showing posts from April, 2016

JSLink, WebParts, & Pageing

Image
Maybe this is a promise of posts to come in the future, but if there is anything I have learned to both respect and fear. It is JSlink. It is both a source of my frustration, and awe in just how powerful a tool it is in our tool kits. We can render and alter just about anything...in the web part itself, all in a single *.js file. I'd love to discuss more, and really dig deeper into the complexity and power of this, but for the moment, I'm going to put this smaller solution here. Based on the excellent blog post  jslink-with-paging-for-rendering-list-views/  by Cas van Iersel. I was able to implement the same functionality, but with a slight twist. After looking over his template, it was well...awesome, but in a totally different format and style. I'll discuss more about this project later, as it is a unique one. I have restyled and reshaped the out of the box discussion lists, to take advantage of their functionality, but adding my own fields and stymieing. However,...