You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2010/07/15 23:50:45 UTC

svn commit: r964620 - /myfaces/trinidad/trunk/src/site/xdoc/devguide/skinning.xml

Author: jwaldman
Date: Thu Jul 15 21:50:45 2010
New Revision: 964620

URL: http://svn.apache.org/viewvc?rev=964620&view=rev
Log:
added one sentence to the skinning.xml file reminding skin developers not to create selectors with -icon or Icon:alias at the end of the selector name if it is for a css-only selector since an Icon object will get created when the name ends in -icon or Icon:alias.

Modified:
    myfaces/trinidad/trunk/src/site/xdoc/devguide/skinning.xml

Modified: myfaces/trinidad/trunk/src/site/xdoc/devguide/skinning.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/src/site/xdoc/devguide/skinning.xml?rev=964620&r1=964619&r2=964620&view=diff
==============================================================================
--- myfaces/trinidad/trunk/src/site/xdoc/devguide/skinning.xml (original)
+++ myfaces/trinidad/trunk/src/site/xdoc/devguide/skinning.xml Thu Jul 15 21:50:45 2010
@@ -609,7 +609,8 @@ so the medium panelBox's body will be pi
             icon when it is rendering. It will use your skinned icon if you have skinned it. Otherwise,
             it will use the base skin's icon. Note that CSS-syntax like pseudo-classes (:hover, etc)
             and descendent selectors and composite class selectors do not work with 
-            icon selectors.
+            icon selectors. Remember, if you create your own skin selectors, do not end with the name with
+            -icon or 'Icon:alias' if it is for a css style; it will get created as an Icon object.
             </P> 
             <source>
               af|inputDate::launch-icon {