Author: adelbene
Date: Sat Dec 7 15:11:59 2013
New Revision: 1548926
URL: http://svn.apache.org/r1548926
Log:
Regenearated PDF and solved a problem with code:html closing tag.
Modified:
wicket/common/site/trunk/_site/guide/all-docs.html
wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html
wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html
wicket/common/site/trunk/_site/guide/gapi/spring/resources.html
wicket/common/site/trunk/_site/guide/guide/chapter5.html
wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html
wicket/common/site/trunk/_site/guide/guide/single.html
wicket/common/site/trunk/_site/guide/guide/single.pdf
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc
Modified: wicket/common/site/trunk/_site/guide/all-docs.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/all-docs.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/all-docs.html (original)
+++ wicket/common/site/trunk/_site/guide/all-docs.html Sat Dec 7 15:11:59 2013
@@ -9,5 +9,6 @@
<a href="gapi/index.html">Groovy API docs</a><br />
<a href="guide/index.html">Manual (Page per chapter)</a><br />
<a href="guide/single.html">Manual (Single page)</a><br />
+ <a href="guide/single.pdf">Manual (PDF)</a><br />
</body>
</html>
Modified:
wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html
(original)
+++ wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/BootStrap.html Sat
Dec 7 15:11:59 2013
@@ -6,7 +6,7 @@
<html>
<head>
-<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 15:53:08 CET 2013 -->
+<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 16:10:25 CET 2013 -->
<title>BootStrap (Groovy Documentation)</title>
<meta name="date" content="2013-12-07">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Modified:
wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html
(original)
+++ wicket/common/site/trunk/_site/guide/gapi/DefaultPackage/UrlMappings.html
Sat Dec 7 15:11:59 2013
@@ -6,7 +6,7 @@
<html>
<head>
-<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 15:53:08 CET 2013 -->
+<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 16:10:25 CET 2013 -->
<title>UrlMappings (Groovy Documentation)</title>
<meta name="date" content="2013-12-07">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Modified: wicket/common/site/trunk/_site/guide/gapi/spring/resources.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/gapi/spring/resources.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/gapi/spring/resources.html (original)
+++ wicket/common/site/trunk/_site/guide/gapi/spring/resources.html Sat Dec 7
15:11:59 2013
@@ -6,7 +6,7 @@
<html>
<head>
-<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 15:53:08 CET 2013 -->
+<!-- Generated by groovydoc (2.0.8) on Sat Dec 07 16:10:25 CET 2013 -->
<title>resources (Groovy Documentation)</title>
<meta name="date" content="2013-12-07">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Modified: wicket/common/site/trunk/_site/guide/guide/chapter5.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/chapter5.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/chapter5.html (original)
+++ wicket/common/site/trunk/_site/guide/guide/chapter5.html Sat Dec 7
15:11:59 2013
@@ -252,22 +252,20 @@ replace(fragment);</pre></div>
<h2 id="chapter5_6">6.6 Adding header contents to the final page</h2>
-Panel's markup can also contain HTML tags which must go inside header section
of the final page, like tags <code><script></code> or
<code><style></code>. To tell Wicket to put these tags inside page
<code><head></code>, we must surround them with the
<code><wicket:head></code> tag.<p class="paragraph"/>Considering the
markup of a generic panel, we can use <code><wicket:head></code> tag in
this way:<p class="paragraph"/><div class="code"><pre><div class="error">code:
null</div>
-<wicket:head>
- <script type="text/javascript">
- function myPanelFunction(){
- }
+Panel's markup can also contain HTML tags which must go inside header section
of the final page, like tags <code><script></code> or
<code><style></code>. To tell Wicket to put these tags inside page
<code><head></code>, we must surround them with the
<code><wicket:head></code> tag.<p class="paragraph"/>Considering the
markup of a generic panel, we can use <code><wicket:head></code> tag in
this way:<p class="paragraph"/><div class="code"><pre><wicket:head>
+ <script type=<span
class="java-quote">"text/javascript"</span>>
+ function myPanelFunction(){
+ }
</script><p class="paragraph"/> <style>
- .myPanelClass{
- font-weight: bold;
+ .myPanelClass{
+ font-weight: bold;
color: red;
- }
+ }
</style>
</wicket:head>
<body>
<wicket:panel><p class="paragraph"/> </wicket:panel>
-</body>
-<div class="code"><pre><div class="error">code: null</div><p
class="paragraph"/>Wicket will take care of placing the content of
<code><wicket:head></code> inside the <code><head></code> tag
of the final page.<p class="paragraph"/><blockquote class="note">
+</body></pre></div><p class="paragraph"/>Wicket will take care of
placing the content of <code><wicket:head></code> inside the
<code><head></code> tag of the final page.<p
class="paragraph"/><blockquote class="note">
The <code><wicket:head></code> tag can also be used with children
pages/panels which extend parent markup using tag
<code><wicket:extend></code>.
</blockquote><p class="paragraph"/><blockquote class="note">
The content of the <code><wicket:head></code> tag is added to the
header section once per component class. In other words, if we add multiple
instances of the same panel to a page, the <code><head></code> tag will
be populated just once with the content of <code><wicket:head></code>.
Modified: wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html (original)
+++ wicket/common/site/trunk/_site/guide/guide/pages/chapter5_6.html Sat Dec 7
15:11:59 2013
@@ -157,22 +157,20 @@ function addJsClass() {
<h2 id="chapter5_6">6.6 Adding header contents to the final page</h2>
-Panel's markup can also contain HTML tags which must go inside header section
of the final page, like tags <code><script></code> or
<code><style></code>. To tell Wicket to put these tags inside page
<code><head></code>, we must surround them with the
<code><wicket:head></code> tag.<p class="paragraph"/>Considering the
markup of a generic panel, we can use <code><wicket:head></code> tag in
this way:<p class="paragraph"/><div class="code"><pre><div class="error">code:
null</div>
-<wicket:head>
- <script type="text/javascript">
- function myPanelFunction(){
- }
+Panel's markup can also contain HTML tags which must go inside header section
of the final page, like tags <code><script></code> or
<code><style></code>. To tell Wicket to put these tags inside page
<code><head></code>, we must surround them with the
<code><wicket:head></code> tag.<p class="paragraph"/>Considering the
markup of a generic panel, we can use <code><wicket:head></code> tag in
this way:<p class="paragraph"/><div class="code"><pre><wicket:head>
+ <script type=<span
class="java-quote">"text/javascript"</span>>
+ function myPanelFunction(){
+ }
</script><p class="paragraph"/> <style>
- .myPanelClass{
- font-weight: bold;
+ .myPanelClass{
+ font-weight: bold;
color: red;
- }
+ }
</style>
</wicket:head>
<body>
<wicket:panel><p class="paragraph"/> </wicket:panel>
-</body>
-<div class="code"><pre><div class="error">code: null</div><p
class="paragraph"/>Wicket will take care of placing the content of
<code><wicket:head></code> inside the <code><head></code> tag
of the final page.<p class="paragraph"/><blockquote class="note">
+</body></pre></div><p class="paragraph"/>Wicket will take care of
placing the content of <code><wicket:head></code> inside the
<code><head></code> tag of the final page.<p
class="paragraph"/><blockquote class="note">
The <code><wicket:head></code> tag can also be used with children
pages/panels which extend parent markup using tag
<code><wicket:extend></code>.
</blockquote><p class="paragraph"/><blockquote class="note">
The content of the <code><wicket:head></code> tag is added to the
header section once per component class. In other words, if we add multiple
instances of the same panel to a page, the <code><head></code> tag will
be populated just once with the content of <code><wicket:head></code>.
Modified: wicket/common/site/trunk/_site/guide/guide/single.html
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/single.html?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/guide/guide/single.html (original)
+++ wicket/common/site/trunk/_site/guide/guide/single.html Sat Dec 7 15:11:59
2013
@@ -897,22 +897,20 @@ replace(fragment);</pre></div>
<h2 id="chapter5_6">6.6 Adding header contents to the final page</h2>
-Panel's markup can also contain HTML tags which must go inside header section
of the final page, like tags <code><script></code> or
<code><style></code>. To tell Wicket to put these tags inside page
<code><head></code>, we must surround them with the
<code><wicket:head></code> tag.<p class="paragraph"/>Considering the
markup of a generic panel, we can use <code><wicket:head></code> tag in
this way:<p class="paragraph"/><div class="code"><pre><div class="error">code:
null</div>
-<wicket:head>
- <script type="text/javascript">
- function myPanelFunction(){
- }
+Panel's markup can also contain HTML tags which must go inside header section
of the final page, like tags <code><script></code> or
<code><style></code>. To tell Wicket to put these tags inside page
<code><head></code>, we must surround them with the
<code><wicket:head></code> tag.<p class="paragraph"/>Considering the
markup of a generic panel, we can use <code><wicket:head></code> tag in
this way:<p class="paragraph"/><div class="code"><pre><wicket:head>
+ <script type=<span
class="java-quote">"text/javascript"</span>>
+ function myPanelFunction(){
+ }
</script><p class="paragraph"/> <style>
- .myPanelClass{
- font-weight: bold;
+ .myPanelClass{
+ font-weight: bold;
color: red;
- }
+ }
</style>
</wicket:head>
<body>
<wicket:panel><p class="paragraph"/> </wicket:panel>
-</body>
-<div class="code"><pre><div class="error">code: null</div><p
class="paragraph"/>Wicket will take care of placing the content of
<code><wicket:head></code> inside the <code><head></code> tag
of the final page.<p class="paragraph"/><blockquote class="note">
+</body></pre></div><p class="paragraph"/>Wicket will take care of
placing the content of <code><wicket:head></code> inside the
<code><head></code> tag of the final page.<p
class="paragraph"/><blockquote class="note">
The <code><wicket:head></code> tag can also be used with children
pages/panels which extend parent markup using tag
<code><wicket:extend></code>.
</blockquote><p class="paragraph"/><blockquote class="note">
The content of the <code><wicket:head></code> tag is added to the
header section once per component class. In other words, if we add multiple
instances of the same panel to a page, the <code><head></code> tag will
be populated just once with the content of <code><wicket:head></code>.
Modified: wicket/common/site/trunk/_site/guide/guide/single.pdf
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/single.pdf?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
Binary files - no diff available.
Modified:
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc
URL:
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc?rev=1548926&r1=1548925&r2=1548926&view=diff
==============================================================================
---
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc
(original)
+++
wicket/common/site/trunk/_site/guide/guide/src/docs/guide/chapter5/chapter5_6.gdoc
Sat Dec 7 15:11:59 2013
@@ -21,7 +21,7 @@ Considering the markup of a generic pane
</wicket:panel>
</body>
-{code:html}
+{code}
Wicket will take care of placing the content of @<wicket:head>@ inside the
@<head>@ tag of the final page.