User Tools

Site Tools


en:public:developer:template_system:tags:url:basehref

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:public:developer:template_system:tags:url:basehref [2012/11/11 18:42]
admin [<#basehref>]
en:public:developer:template_system:tags:url:basehref [2013/01/05 16:01] (current)
admin [Possible attributes]
Line 1: Line 1:
-===== <#baseHref> =====+===== <#BaseHref> =====
  
 This tag Return the base URL/target for all relative URLs. if the base URL/target finish with a slash '/' then it's will be removed from the result (ie: http://foo.example.com/dir1/ => http://foo.example.com/dir1) This tag Return the base URL/target for all relative URLs. if the base URL/target finish with a slash '/' then it's will be removed from the result (ie: http://foo.example.com/dir1/ => http://foo.example.com/dir1)
Line 6: Line 6:
 refers to http://foo.example.com/dir1/dir2/real-estate/residential/. the base URL/target is configured in the [[en:public:developer:template_system:urlresources]] configuration file refers to http://foo.example.com/dir1/dir2/real-estate/residential/. the base URL/target is configured in the [[en:public:developer:template_system:urlresources]] configuration file
  
-==== Possible attributes ====+==== Parameters ==== 
 + 
 +^ Name                                                            ^ Mandatory ^ Default ^ Description ^        
 +| <html><span style="color:#008000">WithoutProtocol</span></html> | No        | 0       | Remove the protocol scheme (ex: <nowiki>http://</nowiki>) from the result | 
 +| <html><span style="color:#008000">OnlyDomainName</span></html>  | No        | 0       | Return only the domain name (ex: arkadia.com) of the result | 
 +| <html><span style="color:#008000">OnlyHostName</span></html>    | No        | 0       | Return only the host name (ex: www.arkadia.com) of the result | 
  
-  * **WithoutProtocol** - 1 or 0 (default): Remove the protocol scheme (ex: <nowiki>http://</nowiki>) from the result 
  
 ==== urlresources configuration ==== ==== urlresources configuration ====
en/public/developer/template_system/tags/url/basehref.1352644925.txt.gz · Last modified: 2012/11/11 18:42 by admin