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

svn commit: r1567338 - /myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-components.mdtext

Author: lu4242
Date: Tue Feb 11 19:56:05 2014
New Revision: 1567338

URL: http://svn.apache.org/r1567338
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-components.mdtext

Modified: myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-components.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-components.mdtext?rev=1567338&r1=1567337&r2=1567338&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-components.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-components.mdtext Tue Feb 11 19:56:05 2014
@@ -19,23 +19,19 @@ Notice:    Licensed to the Apache Softwa
 <p>MyFaces Commons Components contains non renderkit specific components
 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>
-</ul>
-
+ * [<mc:renderOne>](http://myfaces.apache.org/commons20/myfaces-components20/tagdoc/mc_renderOne.html) :
+    A component that only renders the first child either by index or the first visible one.
+ * [mc:outputClientId](http://myfaces.apache.org/commons20/myfaces-components20/tagdoc/mc_outputClientId.html) : 
+   Output the clientId of a component specified by for property.
+ * [mc:exporterActionListener](http://myfaces.apache.org/commons20/myfaces-components20/tagdoc/mc_exporterActionListener.html) :
+   very simple export to pdf or xls action listener.
 
 <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>