Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
v1m1
-
None
Description
\docs\apidocs\taglib\index.html
1. Description: An anchor must have one of five attributes... in the bulleted items, "* page - the module-relative page URL to which this hyperlink will be rendered" however, page is not a valid attribute of the netui:anchor tag. The tagId may be used as a sole attribute of the anchor tag, to produce an id="" and name="" (in html mode). Also, formSubmit="true" is also valid as a sole attribute of the anchor tag.
Attributes:
2. Even though dir is a Standard Html Attribute, the description is lacking: "The dir." The description taken from the standard Attributes Value Description:
dir ltr | rtl Sets the text direction
3. rel - "The rel." The relationship between the current document and the target Url.
4. rev - "The rev." The relationship between the target URL and the current document.
5. See JIRA-637 for tagId update information
6. value - Set the text of the anchor. This will override the content of the anchor unless value="".
bash05102005