I'm creating an accordion with nested content, to allow the website editors to add their own content using accordions, I've created the nested content and added the partial view to the page but I'm getting the following error;
Encountered end tag "div" with no matching start tag. Are your start/end tags properly balanced?
I've now resolved the error above and now have my accordion showing which is great, my only issue is there is no text...... showing? when using @Model.Value("accordionTitle") but it displays the correct number of accordions..
Creating accordion using nested content
Hello,
I'm creating an accordion with nested content, to allow the website editors to add their own content using accordions, I've created the nested content and added the partial view to the page but I'm getting the following error;
Encountered end tag "div" with no matching start tag. Are your start/end tags properly balanced?
Here is my code below;
Any idea what I'm doing wrong?
Thanks
Matt
Hi,
I've now resolved the error above and now have my accordion showing which is great, my only issue is there is no text...... showing? when using @Model.Value("accordionTitle") but it displays the correct number of accordions..
Got it working.
Was because I was using @Model.Value instead of @panel.Value
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.