4 Replies Latest reply on Mar 30, 2007 6:19 AM by ilya_shaikovsky

    RichFaces documentation

      Please, remake you RichFaces documentation.

      There are a lot of mistakes. For example, for "modalPanel" there are:

      <rich:modalPanel id="panel">
       <f:facet name="header">
       <h:outputText value="header">
       </f:facet>
       ...
       <!--Any Content inside-->
       ...
       <a href="javascript:RichFaces.hideModalPanel('form:panel')">Hide</a>
       </rich:panel>
       ...
       <a href="javascript:RichFaces.showModalPanel('form:panel')">Show</a>


      But there are should be not "javascript:RichFaces", but "javascript:Richfaces:".

      Besides, the documentation is not very useful. Please, write more about attributes of the components. Very othen comments are null.

      Thank you.