home
docs
tools
issues
validator
google group
4.13.1.4 :: Link
Developer Key Sign Up
Description
The
<linkChunk>
allows you to place a link on your page to point to an external address.
Quick Example
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
wapl
xmlns:xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi:noNamespaceSchemaLocation
=
"
http://wapl.wapple.net/wapl.xsd
"
>
<
layout
>
<
linkChunk
>
<
url_or
>
http://www.google.com
</
url_or
>
<
quick_text
>
Go to google
</
quick_text
>
</
linkChunk
>
</
layout
>
</
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>
« Jump
Phonebook »
Contents
1. Introducing WAPL
1.1. What is WAPL
1.2. Why would I use WAPL
1.2.1. Advantages of WAPL
1.2.2. Uses of WAPL
1.3. Where to get help
2. How it works
2.1. Using WAPL with SOAP
2.1.1. isMobileDevice
2.1.2. getMobileDevice
2.1.3. getMarkupFromWapl
2.1.4. getMarkupFromUrl
2.2. Using WAPL with REST
2.2.1. isMobileDevice via CURL
2.2.2. getMobileDevice via CURL
2.2.3. getMarkupFromWapl via CURL
2.2.4. getMarkupFromUrl via CURL
2.3. Using Wapple Canvas
3. Getting Started
3.1. Requirements
3.2. Basic text
3.3. External image
3.4. Page title and head element
3.5. Link WAPL pages together
3.6. Display WAPL on a mobile device
4. Developing with WAPL
4.1. Page Titles
4.2. Meta
4.3. External Style Sheets
4.4. External JavaScript
4.5. Layout
4.6. Rows
4.7. Cells
4.8. Text
4.8.1. Text Formatting
4.9. Images
4.10. Links
4.10.1. Linking between WAPL files
4.10.2. Linking to external sites
4.11. Forms
4.11.1. Form Items
4.12. Rules
4.13. Chunks
4.13.1. Features
4.13.1.1. Anchor
4.13.1.2. Bing Map
4.13.1.3. Jump
4.13.1.4. Link
4.13.1.5. Phonebook
4.13.1.6. Phonecall
4.13.1.7. RSS
4.13.1.8. Rubberduck
4.13.1.9. Video Link
4.13.1.10. WAPL
4.13.2. Design and Content
4.13.2.1. Words
4.13.2.2. Spacemaker
4.13.2.3. Horizontal Rule
4.13.2.4. Table
4.13.3. Advertising
4.13.3.1. Adfonic
4.13.3.2. Admob
4.13.3.3. Admoda
4.13.3.4. Amobee
4.13.3.5. Decktrade
4.13.3.6. Google Adsense
4.13.3.7. Mbrand
4.13.3.8. Mkhoj
4.13.3.9. Mobile Commerce MMS
4.13.3.10. Mpression
4.13.3.11. Nokia Ads
4.13.3.12. Stamp
4.13.3.13. ZestAdz
4.13.4. Canvas Chunks
4.13.4.1. FAQ Chunk
4.13.4.2. Graphic Chunk
4.13.4.3. Graphic Wallpaper Chunk
4.14. File Downloads
4.15. Settings
5. More Code Examples
5.1. Using WAPL with ASP
6. Common Tasks
6.1. Session Handling
6.2. Testing Your Mobile Site
6.3. WAPL and Canvas