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
How can i have the RTE content of the node????
ok i've got it but i have another problem, how can i browse in every children, descendant of every level of my node??
Hi PCharb
Don't know if you have seen this WIKI entry about Razor? http://our.umbraco.org/wiki/reference/code-snippets/razor-snippets
But maybe you can find the answer reading part 3 :-) (Unfortunately I'm not yet a Razor wiz so I can't show you any examples)
/Jan
thanks for that. Hope that help me.
You can do it like this:
@foreach(dynamic node in Model.Descendant()) { // Do something }
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How??
How can i have the RTE content of the node????
ok i've got it but i have another problem, how can i browse in every children, descendant of every level of my node??
Hi PCharb
Don't know if you have seen this WIKI entry about Razor? http://our.umbraco.org/wiki/reference/code-snippets/razor-snippets
But maybe you can find the answer reading part 3 :-) (Unfortunately I'm not yet a Razor wiz so I can't show you any examples)
/Jan
thanks for that. Hope that help me.
You can do it like this:
@foreach(dynamic node in Model.Descendant()) { // Do something }
is working on a reply...