SPFx. Client Web Part Property Pane Dependent Properties. Part III: Styling Dependent Properties Control as Office UI Fabric dropdowns. Knockout version.

This is the last post of three that explain how to add dependent properties to Client Web Part Property Pane.As an example of such properties I decided to use Lists dropdown and Views dropdown. Views dropdown is populated based on...

Remove DOM event handlers on SharePoint Page

I won't write a lot of words in here...Environment: SP Online, Publishing PortalProblem: jQuery.off(), jQuery.unbind(), element.removeEventHandler didn't work so we need to find a way to remove event handlers.Solution:SharePoint uses Sys.UI.DomEvent.addHandler (alias $addHandler) and Sys.UI.DomEvent.addHandlers (alias $addHandlers) to add DOM events...

A Little Bit of Self-Advertisement

Sharepointalist recently released a new product – List Booster. It’s a new generation SharePoint add-in, created using JavaScript and CSS only – no server-side code – works for both SharePoint Online (Office 365) and SharePoint 2013. List Booster enhances out...