Base class for link-generating components that are based on a component event request. Such events have an event context and may also update a Zone.
| Name | Type | Flags | Default | Default Prefix | Since | Description |
|---|---|---|---|---|---|---|
| anchor | String | NOT Allow Null | literal | An anchor value to append to the generated URL (the hash separator will be added automatically). | ||
| context | Object | NOT Allow Null | prop | The context for the link (optional parameter). This list of values will be converted into strings and included in the URI. The strings will be coerced back to whatever their values are and made available to event handler methods. | ||
| disabled | boolean | NOT Allow Null | false | prop | If true, then then no link element is rendered (and no informal parameters as well). The body is, however, still rendered. | |
| zone | String | NOT Allow Null | literal | Binding the zone parameter turns the link into a an Ajax control that causes the related zone to be updated. |