Description
The
<rubberduckChunk> element allows you to display data from a Rubberduck feed.
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>
<rubberduckChunk>
<rubberduck_client_id>1234</rubberduck_client_id>
<rubberduck_set_id>123456</rubberduck_set_id>
<graphic_scale>35</graphic_scale>
<delivery_preference>streaming</delivery_preference>
<display_mode>6</display_mode>
</rubberduckChunk>
- </layout>
- </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