cdk
Global attributes


Global attributes of http://jboss.org/schema/richfaces/cdk/core namespace


Attributes
NameRequiredRequest-timeTypeDescription
passThroughWithExclusionsfalsetruejava.lang.Object

Enables pass-through rendering of attributes. Allows to define whitespace-separated list of attributes to exclude from pass-through encoding or empty string "" if all attributes should be encoded.

Examples:

  • <div cdk:passThroughWithExclusions="title style"></code>
  • <div cdk:passThroughWithExclusions="">
Attributes already defined on the tag are automatically excluded from pass-through rendering.

If "disabled" attribute of the component is true (i.e. boolean true or "true"), then attributes that have associated behavior events are not encoded.

passThroughfalsetruejava.lang.Object

Enables pass-through rendering of attributes. Allows to define whitespace-separated list of attributes to include. If component attribute name is different from default, the exact name can be added after colon.

Examples:

  • <div cdk:passThrough="title style"></code>
  • <div cdk:passThrough="title:headTitle style">
Attributes already defined on the tag are automatically excluded from pass-through rendering.

If "disabled" attribute of the component is true (i.e. boolean true or "true"), then attributes that have associated behavior events are not encoded.



Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.