Ive have a fresh 7.2.4 install in vs2013. Ive install the package through nuget version 1.0.2. Ive created a new grideditor based on the Leblender Editor. The alias on this is slider. I created two properties mediapicker and textstring, ive checked the render in grideditor. But when tries to put som data , ive recieve following message:
Something went wrong with this editor, below is the exception detail:
The view '/views/partials/grid/editors/Slider.cshtml' or its master was not found or no view engine supports the searched locations. The following locations were searched: /views/partials/grid/editors/Slider.cshtml
Ive havent specified anything in the Render option on this grideditor. Ive only checked the "Render in the grid", set the Min property and set the Max property. nother thing , ive also get an error on cant find App_Plugins/LeBlender/Common/Filter/advancedProperties.filter.js?cdv=62353625 Failed to load resource: the server responded with a status of 404 (Not Found)
Rendering in the backoffice
First of all, I think it is an awesome package.
Ive have a fresh 7.2.4 install in vs2013. Ive install the package through nuget version 1.0.2. Ive created a new grideditor based on the Leblender Editor. The alias on this is slider. I created two properties mediapicker and textstring, ive checked the render in grideditor. But when tries to put som data , ive recieve following message:
Something went wrong with this editor, below is the exception detail:
The view '/views/partials/grid/editors/Slider.cshtml' or its master was not found or no view engine supports the searched locations. The following locations were searched: /views/partials/grid/editors/Slider.cshtml
Ive havent specified anything in the Render option on this grideditor. Ive only checked the "Render in the grid", set the Min property and set the Max property. nother thing , ive also get an error on cant find App_Plugins/LeBlender/Common/Filter/advancedProperties.filter.js?cdv=62353625 Failed to load resource: the server responded with a status of 404 (Not Found)
Ahh Ive solved it, it was because I missed the view which I though where included in the package. Pulled down the sourcecode and got the Carousel view
Hi Sune !
Right, there are some sample within \App_Plugins\LeBlender\views_samples if you need.
Cheers
is working on a reply...