User Tools

Site Tools


en:public:developer:template_system:tags:start

Differences

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

Link to this comparison view

en:public:developer:template_system:tags:start [2015/10/27 23:24]
svanderclock [String manipulation tags]
en:public:developer:template_system:tags:start [2016/03/22 15:45] (current)
svanderclock [Reserved Get/Post Parameters]
Line 26: Line 26:
 | [[en:public:developer:template_system:tags:parameters:NoOutput]]    | parameter | all tags | return empty string | | [[en:public:developer:template_system:tags:parameters:NoOutput]]    | parameter | all tags | return empty string |
 | [[en:public:developer:template_system:tags:parameters:PreserveNullStr]]    | parameter | all tags | Do not replace null result by an empty string | | [[en:public:developer:template_system:tags:parameters:PreserveNullStr]]    | parameter | all tags | Do not replace null result by an empty string |
-| [[en:public:developer:template_system:tags:parameters:RtfEncode]]    | parameter | all tags | RTF encode the returning value   | 
 | [[en:public:developer:template_system:tags:parameters:SentenceCase]]    | parameter | all tags | First letter of the sentence capitalized, all others lower case | | [[en:public:developer:template_system:tags:parameters:SentenceCase]]    | parameter | all tags | First letter of the sentence capitalized, all others lower case |
 | [[en:public:developer:template_system:tags:parameters:StripHtmlTags]]    | parameter | all tags | remove all html tags from the output | | [[en:public:developer:template_system:tags:parameters:StripHtmlTags]]    | parameter | all tags | remove all html tags from the output |
Line 54: Line 53:
 | <#[[en:public:developer:template_system:tags:api:Get_GeoPlaces]]>              | Function       | anywhere     | API Function to retrieve list of geo places | | <#[[en:public:developer:template_system:tags:api:Get_GeoPlaces]]>              | Function       | anywhere     | API Function to retrieve list of geo places |
 | <#[[en:public:developer:template_system:tags:api:Get_GeoPlace]]>               | Function       | anywhere     | API Function to retrieve detail of one geo place | | <#[[en:public:developer:template_system:tags:api:Get_GeoPlace]]>               | Function       | anywhere     | API Function to retrieve detail of one geo place |
-| <#[[en:public:developer:template_system:tags:api:Set_prospectiveproperty]]>    | Function       | anywhere     | API Function to add or update a prospective property |+| <#[[en:public:developer:template_system:tags:api:Get_Object_Ids]]>             | Function       | anywhere     | API Function to retrieve list of object ids via keywords | 
 +| <#[[en:public:developer:template_system:tags:api:Set_prospect]]>               | Function       | anywhere     | API Function to add or update a prospect |
 | <#[[en:public:developer:template_system:tags:api:Get_wwwfile_content]]>        | Function       | anywhere     | API Function to retrieve the raw content of a template file  | | <#[[en:public:developer:template_system:tags:api:Get_wwwfile_content]]>        | Function       | anywhere     | API Function to retrieve the raw content of a template file  |
 | <#[[en:public:developer:template_system:tags:api:Set_wwwfile_content]]>        | Function       | anywhere     | API Function to set the raw content of a template file | | <#[[en:public:developer:template_system:tags:api:Set_wwwfile_content]]>        | Function       | anywhere     | API Function to set the raw content of a template file |
Line 198: Line 198:
 | <#[[en:public:developer:template_system:tags:propertyalert:propertyalerts]]>        | var ([[en:public:developer:template_system:tags:propertyalert:TPropertyalerts]]) | anywhere     | Retrieve the details of several property alerts | | <#[[en:public:developer:template_system:tags:propertyalert:propertyalerts]]>        | var ([[en:public:developer:template_system:tags:propertyalert:TPropertyalerts]]) | anywhere     | Retrieve the details of several property alerts |
  
-===== Prospective Property related tags =====+===== Prospect related tags =====
  
 ^ Syntax                                                                                ^ Type                                                                    ^ Context      ^ Description              ^ ^ Syntax                                                                                ^ Type                                                                    ^ Context      ^ Description              ^
-| <#[[en:public:developer:template_system:tags:prospectiveproperty:prospectiveproperty]]>         | var ([[en:public:developer:template_system:tags:prospectiveproperty:Tprospectiveproperty]])   | anywhere   | Retrieve the details of one prospective property +| <#[[en:public:developer:template_system:tags:prospect:prospect]]>         | var ([[en:public:developer:template_system:tags:prospect:Tprospect]])   | anywhere   | Retrieve the details of one prospect 
-| <#[[en:public:developer:template_system:tags:prospectiveproperty:prospectiveproperties]]>        | var ([[en:public:developer:template_system:tags:prospectiveproperty:Tprospectiveproperties]]) | anywhere     | Retrieve the details of several prospective properties |+| <#[[en:public:developer:template_system:tags:prospect:prospects]]>        | var ([[en:public:developer:template_system:tags:prospect:Tprospects]]) | anywhere     | Retrieve the details of several prospects |
  
 +===== Activity related tags =====
 +
 +^ Syntax                                                                                ^ Type                                                                    ^ Context      ^ Description              ^
 +| <#[[en:public:developer:template_system:tags:activity:activity]]>         | var ([[en:public:developer:template_system:tags:activity:Tactivity]])   | anywhere   | Retrieve the details of one activity |
 +| <#[[en:public:developer:template_system:tags:activity:activities]]>       | var ([[en:public:developer:template_system:tags:activity:Tactivities]]) | anywhere     | Retrieve the details of several activities |
 ===== Repository tags ===== ===== Repository tags =====
  
Line 271: Line 276:
  
 ^ Name                                                                                          ^ Description ^ ^ Name                                                                                          ^ Description ^
-| [[en:public:developer:template_system:reserved_parameters:ak.Session_id]]                    | The current session ID | +| [[en:public:developer:template_system:reserved_parameters:ak_Session_id]]                    | The current session ID | 
-| [[en:public:developer:template_system:reserved_parameters:ak.Currency_code]]                 | The currency code to use for the response | +| [[en:public:developer:template_system:reserved_parameters:ak_Currency_code]]                 | The currency code to use for the response | 
-| [[en:public:developer:template_system:reserved_parameters:ak.MeasurementSystem]]             | The measuremen system to use for the response | +| [[en:public:developer:template_system:reserved_parameters:ak_MeasurementSystem]]             | The measuremen system to use for the response | 
-| [[en:public:developer:template_system:reserved_parameters:ak.Login]]                          | Login of the user | +| [[en:public:developer:template_system:reserved_parameters:ak_Login]]                          | Login of the user | 
-| [[en:public:developer:template_system:reserved_parameters:ak.Pwd]]                            | Password of the user | +| [[en:public:developer:template_system:reserved_parameters:ak_Pwd]]                            | Password of the user | 
-| [[en:public:developer:template_system:reserved_parameters:ak.Stayconnected]]                  | Auto login the user | +| [[en:public:developer:template_system:reserved_parameters:ak_Stayconnected]]                  | Auto login the user | 
-| [[en:public:developer:template_system:reserved_parameters:ak.lpkey]]                          | Encrypted credential | +| [[en:public:developer:template_system:reserved_parameters:ak_lpkey]]                          | Encrypted credential | 
-| [[en:public:developer:template_system:reserved_parameters:ak.Logout]]                         | Logout the user | +| [[en:public:developer:template_system:reserved_parameters:ak_Logout]]                         | Logout the user | 
-| [[en:public:developer:template_system:reserved_parameters:ak.version]]                        | The version of the Arkadia Script engine | +| [[en:public:developer:template_system:reserved_parameters:ak_version]]                        | The version of the Arkadia Script engine | 
-| [[en:public:developer:template_system:reserved_parameters:ak.no_datacache]]                   | ignore all datacache |+| [[en:public:developer:template_system:reserved_parameters:ak_no_datacache]]                   | ignore all datacache |
  
 ===== Reserved Cookie Names ===== ===== Reserved Cookie Names =====
  
 ^ Name                                                                               ^ Description ^ ^ Name                                                                               ^ Description ^
-| [[en:public:developer:template_system:reserved_parameters:ak.Session_id]]         | The current session ID | +| [[en:public:developer:template_system:reserved_parameters:ak_Session_id]]         | The current session ID | 
-| [[en:public:developer:template_system:dedicatedparameters:ak.Currency_code]]      | The currency code to use for the response | +| [[en:public:developer:template_system:dedicatedparameters:ak_Currency_code]]      | The currency code to use for the response | 
-| [[en:public:developer:template_system:reserved_parameters:ak.MeasurementSystem]] | The measuremen system to use for the response | +| [[en:public:developer:template_system:reserved_parameters:ak_MeasurementSystem]] | The measuremen system to use for the response | 
-| [[en:public:developer:template_system:reserved_parameters:ak.Language]]           | The language to use for the response | +| [[en:public:developer:template_system:reserved_parameters:ak_Language]]           | The language to use for the response | 
-| [[en:public:developer:template_system:reserved_parameters:ak.lpkey]]                          | Encrypted credential | +| [[en:public:developer:template_system:reserved_parameters:ak_lpkey]]                          | Encrypted credential | 
-| [[en:public:developer:template_system:reserved_parameters:ak.Source]]             | The source of the user |+| [[en:public:developer:template_system:reserved_parameters:ak_Source]]             | The source of the user |
  
 ===== Reserved HTTP Headers ===== ===== Reserved HTTP Headers =====
en/public/developer/template_system/tags/start.1445977474.txt.gz · Last modified: 2015/10/27 23:24 (external edit)