4.12.1.5 :: Rubberduck

Description


The <rubberduckChunk> element allows you to display data from a Rubberduck feed.

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.   <rubberduckChunk>
  5.   <rubberduck_client_id>1234</rubberduck_client_id>
  6.   <rubberduck_set_id>123456</rubberduck_set_id>
  7.   <graphic_scale>35</graphic_scale>
  8.   <delivery_preference>streaming</delivery_preference>
  9.   <display_mode>6</display_mode>
  10.   </rubberduckChunk>
  11.   </layout>
  12.  </wapl>

Child Elements


rubberduck_client_id


Your Rubberduck client id.

rubberduck_set_id


The id of the rubberduck gallery you wish to display.

graphic_scale


The scale of the thumbnail for an item as a percent of the screen width (Default:20)

delivery_preference


The prefered delivery method. Set this to either "download" or "streaming". (Default:download)

display_mode


The mode you wish to display the items in. This can have one of the following values (Default 1):

1 - Link only
2 - Icon and Link (1 row)
3 - Icon and Link (2 rows)
4 - Clickable Icon and Link (1 row)
5 - Clickable Icon and Link (2 rows)
6 - Thumbnail only

Contents