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
Hi,
I'm newby in umbraco.
I've created custom media type (name Slider) to insert the slideshow . My slide has 5 properties
1.sImage (Type Upload)
2.sSubject (Type Text)
3.sDescription (Type Text)
4.sPrice (Type Text)
5.sPriceText
as below..
Can I create XSLT to recursive each custom media type in folder?
Anyone have an example code?
Please help me , Thanks
With the umbraco.library:GetMedia you get an XML from the selected media optional containing all the childs. Take a look into the wiki:
http://our.umbraco.org/wiki/reference/umbracolibrary/getmedia
Or this thread:
http://our.umbraco.org/forum/developers/xslt/29229-Getting-media-folder-ID-from-Content-Picker
hth, Thomas
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How can I recursive a custom media type in folder media?
Hi,
I'm newby in umbraco.
I've created custom media type (name Slider) to insert the slideshow . My slide has 5 properties
1.sImage (Type Upload)
2.sSubject (Type Text)
3.sDescription (Type Text)
4.sPrice (Type Text)
5.sPriceText
as below..
Can I create XSLT to recursive each custom media type in folder?
Anyone have an example code?
Please help me , Thanks
With the umbraco.library:GetMedia you get an XML from the selected media optional containing all the childs. Take a look into the wiki:
http://our.umbraco.org/wiki/reference/umbracolibrary/getmedia
Or this thread:
http://our.umbraco.org/forum/developers/xslt/29229-Getting-media-folder-ID-from-Content-Picker
hth, Thomas
is working on a reply...