tjadoon-gmail
-
9/3/2010 3:58:32 PM
Calling function in Editabletext - html webpart
Following link describes how to use custom functions in transformations: http://www.kentico.com/docs/devguide/index.html?adding_custom_functions_to_transformations.htm
How can i use this same inside Editabletext - html webpart?
I have a similar problm like below when putting links to other documents in my webpart. http://devnet.kentico.com/Forums/f45/t16108/Media-Selection-Url-Issue.aspx
here is my a tag, i need to get rid of /CompanyCmsSite if it is not my local development: <h2><a href="/CompanyCmsSite/Research-Resources/Research-Partners.aspx">Research Partners</a></h2> <p>Some text</p> <h2><a href="/CompanyCmsSite/Research-Resources/Research-Team.aspx">Research Team</a></h2> <p>Some text</p>
|