Category: Introducing SPEAK components
-
Part 4: Introducing Sitecore SPEAK Components
This post is the fourth and final in a series about Sitecore SPEAK components. Now we have seen how a SPEAK component is built in part 1, 2, and 3. In this post I will show a full example of a really simple custom control. Why create a Custom SPEAK component anyway? Sitecore delivers 70++…
-
Part 3: Introducing Sitecore SPEAK Components
This post is the third in a series about Sitecore SPEAK components. A SPEAK control rendering can be implemented in two ways. Simple approach, the control consists of a Razor view, a Javascript file and potentially some styling. Advanced approach, consist of the same as the simple approach with two C# classes and some extension method…
-
Part 2: Introducing Sitecore SPEAK Components
This post is part 2 in a series showing how to create custom Sitecore SPEAK components. In this post I will show how to setup a custom SPEAK component in Sitecore. It is actually just setting up a rendering in Sitecore and then creating a rendering parameters template for it which is actually just a template…
-
Part 1: Introducing Sitecore SPEAK Components
This post is part 1 in a series showing how to create custom Sitecore SPEAK components. It is time for Sitecore developers to learn Javascript and become all around web developers not just hiding back in the save haven of the server. Like it or not this is the way things are going. Looking on the…