[ http://jira.magnolia.info/browse/MAGNOLIA-1969?page=comments#action_15457
]
Maria Elena commented on MAGNOLIA-1969:
---------------------------------------
First of all, this is the structure of my content node with a controlType
checkbox:
content node immagini (controlTye checkbox)
it contain:
content node options
it contain:
content node rete1
content node rete2
I need to loop over immagini to retrieve the values of the content node rete1 e
rete2:
<c:forEach items="${cmsfnex:nodeDataIterator(cmsfn:currentParagraph(),
'immagini')}" var="option">
....Other code.....
</c:forEach>
I couldn't make it width the contentNodeIteratore tag...but I'm open to any
suggestion.
Thanks
Mary
> Function to iterate over a node Data that has "checkbox" as control type
> ------------------------------------------------------------------------
>
> Key: MAGNOLIA-1969
> URL: http://jira.magnolia.info/browse/MAGNOLIA-1969
> Project: Magnolia
> Issue Type: Improvement
> Reporter: Maria Elena
> Assigned To: Jan Haderka
> Priority: Minor
> Fix For: 3.5.3
>
> Attachments: cmsfnex.tld, CmsFunctionsEx.java
>
>
> Developeing some project I needed to use the "checkbox" control type in a
> dialog.
> I was looking for some tag to iteratarate over the checkbox value but I
> couldn't find it.
> So I'm suggesting some utility code that is doing this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------