4.13.1.4 :: Link

Description


Link ChunkThe <linkChunk> allows you to place a link on your page to point to an external address.

Quick Example


  1.  <?xml version="1.0" encoding="UTF-8" ?>
  2.  <wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
  3.   <layout>
  4.   <linkChunk>
  5.   <url_or>http://www.google.com</url_or>
  6.   <quick_text>Go to google</quick_text>
  7.   </linkChunk>
  8.   </layout>
  9.  </wapl>

Child Elements



url_or


The external address to target

Example:
<url_or>http://www.google.com</url_or>


quick_text


The label for the displayed link

Example:
<quick_text>Go to google</quick_text>

Contents