| Attributes |
| Name | Required | Request-time | Type | Description |
| rootArticleId | false | true | java.lang.String | No Description |
| articleType | false | true | String |
You can use the specific ArticleType name (for example "News Items") or you can use the fully
qualified ArticleType name which might look something like "All Articles.Our Company.News Items". In
order
to prevent problems when there are two ArticleTypes with the same name, the fully qualified method is
preferred.
|
| pageNumber | false | true | java.lang.String |
Optionally, specify a page number for the article. Defaults to 1.
|
| hideEditTags | false | true | java.lang.String |
Boolean true or false. If logged into WebDeck, and Editing the site, edit tags are displayed next to
articles. This can cause formatting issues especially if used within DHTML or Javascript. If menus or
other
elements are being created with the Article Tag, adding hideEditTags="true" will prevent them from ever
being displayed.
You can specify precise placement of the edit tag by calling the generateEditTag method.
|