<embedrss>
Mechanism that allows an RSS feed to be embedded in a view; rendered as <div>. When using this tag, keep in mind that, for security reasons, access to the actual RSS feed should be conducted from the Unified Command Platform server.
| Attribute | Allowed Values | Requirements | Description |
|---|---|---|---|
| class | CDATA | Optional | CSS class identifiers; pass-through attribute that allows the resulting HTML container's class to be specified. |
| displaytime | (SECONDS)0 | Implied |
Number of seconds to display the page size of items. This attribute is only applicable if <numitems >is specified. If you do not specify a number of items, only the latest <numitems> are displayed. 0=no auto-paging. |
| feedexpiration | (MINUTES)30 | Implied | How often the server goes to the feed for updates. The minimum is 5. |
| height | LENGTH | Optional | Container height of the RSS feed, in pixels. |
| omitheader | (false|true)false | Implied | Displays the title of the RSS feed or not. |
| pagesize | (NUMBER)0 | Implied |
Number of items to display at once. 0=all items. |
| quantity | (NUMBER)20 | Implied |
Number of items to retrieve from the server. 0=all items. |
| scrolling | (auto|np|yes)auto | Implied | Scrollbar or none. The default is set to auto. |
| src | URL | Required | URL of the RSS feed. |
| style | CDATA | Optional | Inline style information; pass-through attribute that allows the resulting HTML container's style to be specified. |
| updateinterval | (MINUTES)15 | Implied | How often the client goes to the server for updates. The minimum is 5. |
| width | LENGTH | Optional | Container width of the RSS feed, in pixels. |
| title | text | Optional | HTML title attribute that passes through to rendered <div> element. |
Example
Copy Code
<embedrss src="http://example.com/rss/topstories.rss"
width="100%" height="50" scrolling="true" />