How to convert an Upper case string to lower case string in DWT, Tridion?
I have a field in schema called ' title'. I got the value of title in DWT using "@@RenderComponentField(FieldPath+".title", 0)@@". I want to convert the returned value in to small letters.
You can either use a .Net TBB to get the value and add it to the package in the format you require, or create a custom Function Source that contains a function that is callable from the template to create your desired output. I'd say that a Function Source is probably the better of the two options. You can find an example, and sample code, at http://sdltridionworld.com/community/extension_overview/dreamweaver_get_extension.aspx.