Author: ochikvina
Date: 2009-12-18 11:08:00 -0500 (Fri, 18 Dec 2009)
New Revision: 19465
Added:
documentation/trunk/movies/facelets_support_in_vpe/
documentation/trunk/movies/facelets_support_in_vpe/facelets_support_in_vpe.wnk
documentation/trunk/movies/facelets_support_in_vpe/readme.txt
Log:
https://jira.jboss.org/jira/browse/JBDS-814 - adding new demo;
Added: documentation/trunk/movies/facelets_support_in_vpe/facelets_support_in_vpe.wnk
===================================================================
(Binary files differ)
Property changes on:
documentation/trunk/movies/facelets_support_in_vpe/facelets_support_in_vpe.wnk
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: documentation/trunk/movies/facelets_support_in_vpe/readme.txt
===================================================================
--- documentation/trunk/movies/facelets_support_in_vpe/readme.txt
(rev 0)
+++ documentation/trunk/movies/facelets_support_in_vpe/readme.txt 2009-12-18 16:08:00 UTC
(rev 19465)
@@ -0,0 +1,25 @@
+To apply Jboss org styles to the generated HTML file, you should do next:
+
+
+- first, add the HEAD of the HTML document to attach a style sheet, a tab icon and a
title of the page:
+
+ <head>
+ <title>Support of Custom Facelets Components in the Visual Page
Editor</title>
+ <link rel="stylesheet" href="../resources/tools.css"
+ type="text/css"/>
+ <link xmlns="" rel="shortcut icon"
type="image/vnd.microsoft.icon"
href="../resources/images/favicon.ico"/>
+ </head>
+
+
+- place the generated by Wink OBJECT inside this block element:
+
+ <div class="book">
+ <p id="title"><a href="http://www.jboss.org"
class="site_href">
+ <strong>JBoss.org</strong></a><a
href="http://docs.jboss.org/" class="doc_href">
+ <strong>Community Demos</strong></a></p>
+
+ <--! Place the OBJECT generated by Wink here. -->
+
+ </div>
+
+
\ No newline at end of file