How do we get child content from multi-tree picker rendered?
I have Umbraco 7.6.3
I am trying to reference a specific "article wide" section from specific pages, within a partcial view, but have no idea where or what it's alias is so I can reference it.
Please help me understand how to get the content. The following line is my issue....
GetGridHtml(@childPage.Content, "article wide")
I am trying to learn from this document here But I'm doing something wrong...Please help me find my alias :) The grid system doesn't appear to have an alias input field connected to headline, article wide, etc...
Actually..just the content within a grid layout for each multi-tree picker item. I am not concerned about capturing the name, url, urlName, etc...I know how do to that.
This is close to what I want...
@Html.GetGridHtml(Model.Content, "content")
...But it's capturing the existing pages content. I want each "childPage" content. See my foreach loop above.
How do we get child content from multi-tree picker rendered?
I have Umbraco 7.6.3
I am trying to reference a specific "article wide" section from specific pages, within a partcial view, but have no idea where or what it's alias is so I can reference it.
Within my particle view I have got this far....
Please help me understand how to get the content. The following line is my issue....
I am trying to learn from this document here But I'm doing something wrong...Please help me find my alias :) The grid system doesn't appear to have an alias input field connected to headline, article wide, etc...
Hi blackhawk,
Do i make the correct assumption that you want to get one row out of the grid of a selected page ?
Dave
Actually..just the content within a grid layout for each multi-tree picker item. I am not concerned about capturing the name, url, urlName, etc...I know how do to that.
This is close to what I want...
...But it's capturing the existing pages content. I want each "childPage" content. See my foreach loop above.
Thanks
I solved my problem by using Jeavon Leopold's project called "Umbraco Core Property Value Converters".
After installing the package in Umbraco 7.6.3, I was able to replace my razor foreach loop above with the following foreach process...
And it now displays the content of each multiTreePicker item, all through my Partial View. Hopefully this information can help someone out too.
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.
Continue discussion