The webuijsf:anchor component closely aligns with the functionality of the ice:outputLink component.
| Woodstock | ICEfaces | Comments |
| Common Attributes | ||
| accessKey | accesskey | - |
| binding | binding | - |
| charset | charset | - |
| coords | coords | - |
| disabled | disabled | - |
| id | id | - |
| onBlur | onblur | - |
| onClick | onclick | - |
| onFocus | onfocus | - |
| onKeyDown | onkeydown | - |
| onKeyPress | onkeypress | - |
| onKeyUp | onkeyup | - |
| onMouseDown | onmousedown | - |
| onMouseMove | onmousemove | - |
| onMouseOver | onmouseover | - |
| onMouseOut | onmouseout | - |
| onMouseUp | onmouseup | - |
| rendered | rendered | - |
| rel | rel | - |
| rev | rev | - |
| shape | shape | - |
| style | style | - |
| styleClass | styleClass | - |
| tabIndex | tabindex | - |
| target | target | - |
| toolTip | title | - |
| type | type | - |
| url | value | - |
| urlLang | lang | - |
| visible | visible | - |
| Similar Attributes | ||
| Unique Attributes | ||
| htmlTemplate | - | - |
| text | - | Place desired text or an ice:outputText component in the body of ice:outputLink. |
| - | converter | - |
| - | dir | - |
| - | effect | - |
| - | enabledOnUserRole | - |
| - | hreflang | - |
| - | onclickeffect | - |
| - | ondblclick | - |
| - | ondblclickeffect | - |
| - | onkeydowneffect | - |
| - | onkeypresseffect | - |
| - | onkeyupeffect | - |
| - | onmousedowneffect | - |
| - | onmousemoveeffect | - |
| - | onmouseouteffect | - |
| - | onmouseovereffect | - |
| - | onmouseupeffect | - |
| - | renderedOnUserRole | - |
<webuijsf:anchor id="anchor1" url="http://www.icefaces.org/" text="ICEfaces" />
<ice:outputLink id="anchor1" value="http://www.icefaces.org/">ICEfaces</ice:outputLink>
<webuijsf:anchor id="anchor1" url="#{MyBean.link}" text="ICEfaces" />
<ice:outputLink id="anchor1" value="#{MyBean.link}">ICEfaces</ice:outputLink>