I've created a split range slider for the back office, where my Content Editor can set a 'start' and 'end' time for classroom availability simply by sliding the handles. This all seems to make sense to me and works great in the back office. However, I also need to render these values to the public page, but I can't figure out how to do that, and there is no documentation on the topic that I can find.
In my template I can pull down the custom fields (e.g. @Umbraco.Field("moBlock1"), but nothing renders out to the page. Can anyone point me in the right direction? Or maybe I'm misinterpreting the purpose of this property editor? Ultimately, my question is - is there a way to display the values of 'slider handle A' and 'slider handle B' to my web page?
Property Editor: Slider
I've created a split range slider for the back office, where my Content Editor can set a 'start' and 'end' time for classroom availability simply by sliding the handles. This all seems to make sense to me and works great in the back office. However, I also need to render these values to the public page, but I can't figure out how to do that, and there is no documentation on the topic that I can find.
In my template I can pull down the custom fields (e.g. @Umbraco.Field("moBlock1"), but nothing renders out to the page. Can anyone point me in the right direction? Or maybe I'm misinterpreting the purpose of this property editor? Ultimately, my question is - is there a way to display the values of 'slider handle A' and 'slider handle B' to my web page?
is working on a reply...