You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2015/10/31 13:53:31 UTC

svn commit: r1711628 - /deltaspike/site/trunk/content/staging/documentation/jsf.html

Author: gpetracek
Date: Sat Oct 31 12:53:30 2015
New Revision: 1711628

URL: http://svn.apache.org/viewvc?rev=1711628&view=rev
Log:
Site checkin for project Apache DeltaSpike Documentation

Modified:
    deltaspike/site/trunk/content/staging/documentation/jsf.html

Modified: deltaspike/site/trunk/content/staging/documentation/jsf.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/staging/documentation/jsf.html?rev=1711628&r1=1711627&r2=1711628&view=diff
==============================================================================
--- deltaspike/site/trunk/content/staging/documentation/jsf.html (original)
+++ deltaspike/site/trunk/content/staging/documentation/jsf.html Sat Oct 31 12:53:30 2015
@@ -477,8 +477,10 @@ directly.</p>
 </div>
 <div class="sect4">
 <h5 id="_configuration">Configuration</h5>
-<div class="sect5">
-<h6 id="_reduce_windowhandler_html_flickering">Reduce windowhandler.html flickering</h6>
+
+</div>
+<div class="sect4">
+<h5 id="_reduce_windowhandler_html_flickering">Reduce windowhandler.html flickering</h5>
 <div class="paragraph">
 <p>Per default we only overwrite the onclick events of all links on the current page to make a 'screenshot' between requests.
 We also provide a mechanism to store the 'screenshot' on ajax requests (e.g. Post-Redirect-Get via p:remoteCommand or other components) or on every button onclick:</p>
@@ -501,7 +503,7 @@ We also provide a mechanism to store the
     }
 }
 
-====== Change windowhandler.html
+===== Change windowhandler.html
 
 To customize the look and feel of the windowhandler.html, you can simply
 provide a own via:
@@ -559,7 +561,7 @@ public boolean isClientWindowStoreWindow
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>====== Minimize windowhandler.html streaming
+<pre>===== Minimize windowhandler.html streaming
 
 It's possible to reduce the windowhandler.html streaming if we overwrite the onclick event of all links to mark the next request as 'valid'.
 The onclick handler appends a request token to the URL and creates a cookie for the request token.
@@ -2458,7 +2460,6 @@ https://issues.jboss.org/browse/WELD-117
 </div>
 </div>
 </div>
-</div>
             </div>
         </div>
 
@@ -2517,6 +2518,7 @@ https://issues.jboss.org/browse/WELD-117
 <li><a href="#_advantage">Advantage</a></li>
 <li><a href="#_disadvantage">Disadvantage</a></li>
 <li><a href="#_configuration">Configuration</a></li>
+<li><a href="#_reduce_windowhandler_html_flickering">Reduce windowhandler.html flickering</a></li>
 </ul>
 </li>
 </ul>