Hello everyone,

I am creating a dropdown in page body area:

<ul id="dropdown_resourcecategories" class="dropdown">


    <li><!--<%resource_category_keyword%>-->
        <a href="#" onclick="$(this).next().slideToggle('medium');return 
false;"><%!! Escape:Text(<%resource_category_keyword%>).ToString() !!%></a> 
 
        <ul style="display:none;">
<!IoRangeList>
            <li><a href="<%list_resource_pages%>">
 
<reddot:cms> 
<htmlext>
<%!! 
Context:CurrentPage.Elements.GetElement(container_page_body).Value[Int:0].Elements.GetElement(resource_category_keyword).GetHtml()
 
!!%> 
</htmltext>
</reddot:cms> 
             </a></li>
<!/IoRangeList>
        </ul>
                  
    </li>

</ul>

When I click the dropdown, the 6 items all shows blank, that means the 
following part is not working:

<%!! 
Context:CurrentPage.Elements.GetElement(container_page_body).Value[Int:0].Elements.GetElement(resource_category_keyword).GetHtml()
 
!!%> 

Does anyone know why? Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/reddot-cms-users/-/t8UnD34dUDgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to