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
My clients are entering Swedish characters on fields and this end up in the CSS class markup.
How can I change this ?
Hi Jonas
You should be able to tweak the code as documented here http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Custom-Markup/
So you could probably add something like this
@f.CssClass.Replace("ä","a").Replace("ö","o")
Hope this helps.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
@f.CssClass with special character mess upp CSS.
My clients are entering Swedish characters on fields and this end up in the CSS class markup.
How can I change this ?
Hi Jonas
You should be able to tweak the code as documented here http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Custom-Markup/
So you could probably add something like this
Hope this helps.
/Jan
is working on a reply...