Attributes |
Name | Required | Request-time | Type | Description |
attachTo | false | false | java.lang.String | Client identifier of the component or id of the existing DOM element that is a source for given event. If attachTo is defined, the event is attached on the client according to the AttachTiming attribute. If attachTo is not defined, the event is attached on the server to the closest in the component tree parent component. |
attachTiming | false | false | java.lang.String | No Description |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
operation | false | false | java.lang.String | The function of Javascript API that will be invoked. The API method is attached to the 'component' property of the root DOM element that represents the target component. The function has two parameters - event and params. See: 'params' attribute for details. |
disableDefault | false | false | java.lang.String | disableDefault |
params | false | false | java.lang.String | The set of parameters passed to the function of Javascript API that will be invoked. The JSON syntax is used to define the parameters, but without open and closed curve bracket. As an alternative, the set of f:param can be used to define the parameters passed to the API function. If both way are used to define the parameters, both set are concatenated. if names are equals, the f:param has a priority. |
event | false | false | java.lang.String | The Event that is used to trigger the operation on the target component |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
name | false | false | java.lang.String | The optional name of the function that might be used to trigger the operation on the target component |
for | false | false | java.lang.String | Client identifier of the target component. |