You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bu...@apache.org on 2014/02/11 20:56:10 UTC

svn commit: r897459 - in /websites/staging/myfaces/trunk/content: ./ wiki/commons/user-guide/myfaces-commons-components.html

Author: buildbot
Date: Tue Feb 11 19:56:09 2014
New Revision: 897459

Log:
Staging update by buildbot for myfaces

Modified:
    websites/staging/myfaces/trunk/content/   (props changed)
    websites/staging/myfaces/trunk/content/wiki/commons/user-guide/myfaces-commons-components.html

Propchange: websites/staging/myfaces/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 19:56:09 2014
@@ -1 +1 @@
-1567335
+1567338

Modified: websites/staging/myfaces/trunk/content/wiki/commons/user-guide/myfaces-commons-components.html
==============================================================================
--- websites/staging/myfaces/trunk/content/wiki/commons/user-guide/myfaces-commons-components.html (original)
+++ websites/staging/myfaces/trunk/content/wiki/commons/user-guide/myfaces-commons-components.html Tue Feb 11 19:56:09 2014
@@ -263,22 +263,20 @@
 and code that can be used with any jsf frameworks. It includes:</p>
 
 <ul>
-    <li>mc:renderOne : A component that only renders the first child
-either by index or the first visible one.</li>
-    <li>mc:outputClientId : Output the clientId of a component
-specified by for property.</li>
-    <li>mc:exporterActionListener : very simple export to pdf or xls
-action listener.</li>
+<li><a href="http://myfaces.apache.org/commons20/myfaces-components20/tagdoc/mc_renderOne.html"><mc:renderOne></a> :
+    A component that only renders the first child either by index or the first visible one.</li>
+<li><a href="http://myfaces.apache.org/commons20/myfaces-components20/tagdoc/mc_outputClientId.html">mc:outputClientId</a> : 
+   Output the clientId of a component specified by for property.</li>
+<li><a href="http://myfaces.apache.org/commons20/myfaces-components20/tagdoc/mc_exporterActionListener.html">mc:exporterActionListener</a> :
+   very simple export to pdf or xls action listener.</li>
 </ul>
-
 <p>And some facelet EL functions that comes in handy writing
 html/javascript/css mixtures:</p>
 
 <ul>
-    <li>UIComponent findComponent(java.lang.String)</li>
-    <li>UIComponent
-findComponentFrom(javax.faces.component.UIComponent, java.lang.String)</li>
-    <li>java.lang.String outputClientId(java.lang.String)</li>
+    <li>#{mc:findComponent(...)} UIComponent findComponent(java.lang.String)</li>
+    <li>#{mc:findComponentFrom(...)} UIComponent findComponentFrom(javax.faces.component.UIComponent, java.lang.String)</li>
+    <li>#{mc:outputClientId(...)} java.lang.String outputClientId(java.lang.String)</li>
 </ul></div></div>
       </div>
     </div>