Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • PCharb 22 posts 42 karma points
    Apr 21, 2011 @ 19:54
    PCharb
    0

    How??

    How can i have the RTE content of the node????

  • PCharb 22 posts 42 karma points
    Apr 21, 2011 @ 20:10
    PCharb
    0

    ok i've got it but i have another problem, how can i browse in every children, descendant of every level of my node??

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Apr 21, 2011 @ 20:32
    Jan Skovgaard
    0

    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

  • PCharb 22 posts 42 karma points
    Apr 21, 2011 @ 21:03
    PCharb
    0

    thanks for that. Hope that help me.

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Apr 22, 2011 @ 09:20
    Sebastiaan Janssen
    1

    You can do it like this:

    @foreach(dynamic node in Model.Descendant()) {
        // Do something
    }
  • 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.

Please Sign in or register to post replies