Class HtmlRssFeedConfig
Class Members
Member | Description | |
---|---|---|
![]() |
FeedUrl | The URL to the RSS feed. |
![]() |
ItemsToShow | The number of items to display for the feed. |
![]() |
ConnectionTimeout | The timeout before the feed retrieval is aborted. |
![]() |
DetailPreHtml | Any HTML to display before each item `` is rendered. |
![]() |
DetailPostHtml | Any HTML that is injected after each detail item in the feed. |
![]() |
ShowBlogTitle | If .T. displays above the detail items using the `TitleCssClass` for display formatting in a ``. |
![]() |
ShowDetail | A number of characters that are used to display an abstract of the description. Leave this value at 0 to not show details, or a number of characters for the abstract. Default is 150. |
![]() |
CssClass | Top level CSS class used on the wrapping `` for the entire rendered output. Defaults to no class. |
![]() |
TitleCssClass | CSS Class used for the title if `ShowBlogTitle` is set to `.t.` |
![]() |
CacheDuration | Specifies that the output from the RSS feed is cached using `wwCache` if the value is greater than 0. The value is specified in seconds. |
See also
Class HtmlRssFeedConfig© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic