Hey, I am trying to dynamically add add a url to an href attribute in the head tag. I tried using {%CurrentDocument.NodeAliasPath%} in the href=@@ but it doesn't render the full url of the current...
Hey, I built a simple language drop-down using a transformation with @a href=@@ ..... @ @\li@The drop-down works fine and will take me to the new language however I am struggling to be able to cl...
Hi GuysI have a URL(file path) column in my custom table.I'm displaying the custom table data in UniGrid in my custom module.I want to bind the URL column as href in UniGrid to download the file di...
I'm writing a transformation for a page repeater. I would like to write@a href=@www.google.com@@google@/a@ but the resulting HTML is @a href=@[Your entire website path of this page's parent documen...
I can hardcod href locations such as href=@http://localhost/kentico82/mySite/HomePage.aspx@, but anticipating a domain name change, for example http://MyDomain/kentico82/ this code will break upon ...