jsAppWebPart for SharePoint 2010 – one more way to craft js/CSOM based apps,...
SharePoint 2010 introduced CSOM as a new way to create client side application. It was a quite nice step forward which allows creating “light” client side applications and minimize farm downtime. With...
View ArticlejsAppWebPart for SharePoint 2010 – one more way to craft js/CSOM based apps,...
SharePoint 2010 introduced CSOM as a new way to create client side application. It was a quite nice step forward which allows creating “light” client side applications and minimize farm downtime. With...
View ArticleEmbedding video, apps and leveraging _layouts/15/videoembedplayer.aspx page...
* the original image from http://www.genovic.com/cloud-atlas-background-hd-hd-wallpapers.html I recently got curious about available options to embed/play video inside custom render templates for...
View ArticleCustom Field Type for SharePoint 2013 – Custom “Quick Edit” mode rendering
SharePoint 2013 offers a fantastic client side API for crafting custom fields. Just with 50-100 lines of JavaScript code you may create unique look and feel, new/view/edit form interface and even list...
View ArticleGetting started with mQuery/m$ in SharePoint 2013 and SharePoint Online
It turns out that SharePoint 2013 has a new library called mQuery which might be quite useful for DOM/array manipulations. Surely, you have the same library in SharePoint Online! To make a long story...
View ArticleHow much js code in SharePoint 2013? In kilometers and kilograms, really?
I recently had a nice chat in twitter with @mirontoli, @gandjustas, @mattein and @zimmergren regarding “5 suggestions to implement a better logging in SharePoint” post. This is quite serious post...
View ArticleLeveraging SPClientAutoFill control in SharePoint 2013 – build your own auto...
Have you even seen a new people picker control in SharePoint 2013? It has been improved, it can be reused on your pages, and it has a cool auto-complete functionality. The fantastic news is that you...
View Article5 facts about JSLink in SharePoint 2013 you might not know
SharePoint 2013 has a great JavaScript API to extend the way fields, list forms and views are rendered on the client side. The generic idea is to build up your custom functionality, wrap it up into...
View ArticleSharePoint TypeScript Definitions 1.1 released!
This is fantastic news for TypeScript lovers – SharePoint TypeScript Definitions 1.1 just has been released! SharePoint TypeScript Definitions represents high-quality (documented and strongly typed)...
View ArticleCustom Field Type for SharePoint 2013 – Custom “Quick Edit” mode implementation
A few month ago I wrote a nice post “Custom Field Type for SharePoint 2013 – VISA card field sample” which shows the way to create a custom field for SharePoint 2013. Basically, we just need to use...
View Article