The includeCompactProperty node is a data structure to store this syntax: border: 1px solid -tr-property-ref(".AFDarkColor:alias",color); which should resolve to border: 1px solid #cccccc; (if #cccccc is .AFDarkColor:alias's color. This is similar to includeProperty element, but it is used on compact css property values. An IncludePropertyNode is a data structure to store this syntax: color: -tr-property-ref(".AFDarkColor:alias",color); includeProperty element is used to include a single property of one style within another style. Thus, the includeProperty element is very similar to the includeStyle element. The only difference is that includeStyle includes all properties of the referenced style, whereas includeProperty includes only a single property.
@version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/xml/parse/IncludeCompactPropertyNode.java#0 $) $Date: 10-nov-2005.18:58:07 $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.