Fetch and save Sitecore Item in SPEAK 2 using Sitecore.Services.Client

Hello guys, yet another post about SPEAK 🙂 In this medium small post I would like to share with you how I work with Sitecore items in SPEAK. Let’s say you need to retrieve a Sitecore item, modify it and update it. In this example the Sitecore item is exposed in an url, like this: … More Fetch and save Sitecore Item in SPEAK 2 using Sitecore.Services.Client

Put JSON data in your SearchDataSource and bind it to SearchableDroplist – Sitecore SPEAK

Hello guys, I have been working with SPEAK for a while and some of the controls I’ve been using a lot are: SearchDataSource and SearchableDropList(SPEAK 2 control) The SearchableDropList is a droplist with search, the datasources you can use are: QueryDataSource SearchDataSource If you have less than 100 items then QueryDataSource is OK(since it’s using … More Put JSON data in your SearchDataSource and bind it to SearchableDroplist – Sitecore SPEAK

How to trigger an OK click on a Sitecore SPEAK ConfirmationDialog

This is a really quick post but I feel I have to share this with you guys. I have been doing a lot of SPEAK lately and from time to time I end up struggling with something that should be really easy to do(and yes it is easy when you finally find the solution). Anyways … More How to trigger an OK click on a Sitecore SPEAK ConfirmationDialog