I'm trying to make a custom grid editor, but i can't get it to work :/
It seems like it should be very easy to make because it's basicly two Rich Text Editors in the backend but in the frontend i would like to put it inside divs and such..
I know that in the "Views/Partials/Grid/Editors" are a file named Rte.cshtml, where i can customize the whole way RTE are rendered.
So how is this done?
In a "sandbox" i got the backend to display two boxes, one RTE and one normal textbox but they both need to be RTEs
I don't know if this is what you are looking for, but there's the LeBlender package that can easily allow you to create custom grid objects from the developer section.
When you create a new LeBlender editor you can add to your new grid object the fields you need.
You can find the package and the documentation here
I hope this help and sorry if I misunderstood your question
Make custom grid editor
Hi guys,
I'm trying to make a custom grid editor, but i can't get it to work :/
It seems like it should be very easy to make because it's basicly two Rich Text Editors in the backend but in the frontend i would like to put it inside divs and such..
I know that in the "Views/Partials/Grid/Editors" are a file named Rte.cshtml, where i can customize the whole way RTE are rendered.
So how is this done?
In a "sandbox" i got the backend to display two boxes, one RTE and one normal textbox but they both need to be RTEs
Hi Anders,
I don't know if this is what you are looking for, but there's the LeBlender package that can easily allow you to create custom grid objects from the developer section.
When you create a new LeBlender editor you can add to your new grid object the fields you need.
You can find the package and the documentation here
I hope this help and sorry if I misunderstood your question
S
I will try LeBlender and see if thats what i need :)
Because i need the posibilities to change how it gets renders in the frontend :)
I just tried it now and it works, that's so much! :D
is working on a reply...