Package DE_EPAGES::Content::API::TLE::TagHandler
Functions
CONTENT_CHILD_CLASSES
Returns a list of possible classes of child objects.
Syntax |
#CONTENT_CHILD_CLASSES(#Shop.Object, #Class.Object); #LOOP(#CONTENT_CHILD_CLASSES(#Shop.Object, #Class.Object, #Object)) #Alias #ENDLOOP |
Input |
|
Return |
|
OBSCUREEMAILADDRESSLINK
Returns an obscured mailto link of the given e-mail address. Uses simple base64 encoding. The decoding is done via JavaScript later.
Syntax |
#OBSCUREEMAILADDRESSLINK(#EMail) |
Example |
<a href="javascript:obscureEMailLink(#OBSCUREEMAILADDRESSLINK(#Email))"> |
Input |
|
Return |
|
OBSCUREEMAILADDRESSTEXT
Returns an obscured string of the given e-mail address. This simply hacks the address into pieces and inserts html tags between the parts.
Syntax |
#OBSCUREEMAILADDRESSTEXT(#EMail) |
Example |
<a href="...">#OBSCUREEMAILADDRESSTEXT(#Email)</a> |
Input |
|
Return |
|
RELATEDTAGS
Returns a loop of all tags from objects in the shop having the specified class.
Syntax |
#RELATEDTAGS(#Shop.Object, #ClassAlias) |
Example |
#LOOP(#RELATEDTAGS(#Shop.Object, "ImageGallery")) #Element #ENDLOOP |
Input |
|
Return |
|
register
Registers this handle on the processor
Syntax |
$Handler->register( $Processor ); |
Input |
|