Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Is it possible to access and loop through LeBlender items when not on a template page? i.e. I am writing code to perform a custom action on ContentService.Saving. I have the iContent item for the page but can't seem to get it to work with LeBlender.
Morning Dan, Did you make any progress with using Leblender programtically. I'm also looking to use Leblender items outside of a template page.
cheers
Hi Dan and Efe,
In my Nexu package I parse the json of a leblender grid editor.
https://github.com/dawoe/umbraco-nexu/blob/develop/Source/Our.Umbraco.Nexu.Parsers/GridEditorParsers/Community/LeBlenderGriddEditorParser.cs#L72
Maybe that can be a good starting point for you guys ?
dave
Dave, Thanks for replying. The code example has definitely been helpful.
Efe
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Access LeBlender programatically
Is it possible to access and loop through LeBlender items when not on a template page? i.e. I am writing code to perform a custom action on ContentService.Saving. I have the iContent item for the page but can't seem to get it to work with LeBlender.
Morning Dan, Did you make any progress with using Leblender programtically. I'm also looking to use Leblender items outside of a template page.
cheers
Hi Dan and Efe,
In my Nexu package I parse the json of a leblender grid editor.
https://github.com/dawoe/umbraco-nexu/blob/develop/Source/Our.Umbraco.Nexu.Parsers/GridEditorParsers/Community/LeBlenderGriddEditorParser.cs#L72
Maybe that can be a good starting point for you guys ?
dave
Dave, Thanks for replying. The code example has definitely been helpful.
Efe
is working on a reply...