[jbosstools-commits] JBoss Tools SVN: r23938 - trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 5 10:51:46 EDT 2010


Author: dazarov
Date: 2010-08-05 10:51:45 -0400 (Thu, 05 Aug 2010)
New Revision: 23938

Modified:
   trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/SeamPdf.xml
Log:
https://jira.jboss.org/browse/JBIDE-5231

Modified: trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/SeamPdf.xml
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/SeamPdf.xml	2010-08-05 14:05:02 UTC (rev 23937)
+++ trunk/jst/plugins/org.jboss.tools.jst.web.kb/taglibs/SeamPdf.xml	2010-08-05 14:51:45 UTC (rev 23938)
@@ -2,7 +2,7 @@
 <!DOCTYPE tag-lib PUBLIC "-//Red Hat, Inc//DTD Knowledge Base 2.0//EN" "http://anonsvn.jboss.org/repos/jbosstools/trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd">
 <tag-lib defaultPrefix="p">
 
-	<component extended="false" name="document">
+	<component name="document">
 		<description>Documents are generated by facelets documents using tags
 			in the http://jboss.com/products/seam/pdf namespace. Documents should
 			always have the document tag at the root of the document. The
@@ -56,7 +56,7 @@
 		<attribute extended="false" name="creator" />
 	</component>
 
-	<component extended="false" name="paragraph">
+	<component name="paragraph">
 		<description>Most uses of text should be sectioned into paragraphs so
 			that text fragments can be flowed, formatted and styled in logical
 			groups.</description>
@@ -77,7 +77,7 @@
 		<attribute extended="false" name="keepTogether" />
 	</component>
 
-	<component extended="false" name="text">
+	<component name="text">
 		<description>The text tag allows text fragments to be produced from
 			application data using normal JSF converter mechanisms. It is very
 			similar to the outputText tag used when rendering HTML documents.
@@ -88,7 +88,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="font">
+	<component name="font">
 		<description>The font tag defines the default font to be used for all
 			text inside of it.</description>
 		<attribute extended="false" name="name">
@@ -115,11 +115,11 @@
 		</attribute>
 	</component>
 
-	<component extended="false" closeTag="true" name="newPage">
+	<component closeTag="true" name="newPage">
 		<description>p:newPage inserts a page break.</description>
 	</component>
 
-	<component extended="false" closeTag="true" name="image">
+	<component closeTag="true" name="image">
 		<description>p:image inserts an image into the document. Images can be
 			be loaded from the classpath or from the web application context
 			using the value attribute. Resources can also be dynamically
@@ -183,7 +183,7 @@
 		<attribute extended="false" name="underlying" />
 	</component>
 
-	<component extended="false" name="anchor">
+	<component name="anchor">
 		<description>p:anchor defines clickable links from a document.
 		</description>
 		<attribute extended="false" name="name">
@@ -199,7 +199,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="header">
+	<component name="header">
 		<description>The p:header and p:footer components provide the ability
 			to place header and footer text on each page of a generated document,
 			with the exception of the first page. Header and footer declarations
@@ -349,7 +349,7 @@
 		<attribute extended="false" name="borderWidthBottom" />
 	</component>
 
-	<component extended="false" name="footer">
+	<component name="footer">
 		<description>The p:header and p:footer components provide the ability
 			to place header and footer text on each page of a generated document,
 			with the exception of the first page. Header and footer declarations
@@ -499,14 +499,14 @@
 		<attribute extended="false" name="borderWidthBottom" />
 	</component>
 
-	<component extended="false" closeTag="true" name="pageNumber">
+	<component closeTag="true" name="pageNumber">
 		<description>The current page number can be placed inside of a header
 			or footer using the p:pageNumber tag. The page number tag can only be
 			used in the context of a header or footer and can only be used once.
 		</description>
 	</component>
 
-	<component extended="false" name="chapter">
+	<component name="chapter">
 		<description>If the generated document follows a book/article
 			structure, the p:chapter and p:section tags can be used to provide
 			the necessary structure. Sections can only be used inside of
@@ -544,7 +544,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="section">
+	<component name="section">
 		<description>If the generated document follows a book/article
 			structure, the p:chapter and p:section tags can be used to provide
 			the necessary structure. Sections can only be used inside of
@@ -582,13 +582,13 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="title">
+	<component name="title">
 		<description>Any chapter or section can contain a p:title. The title
 			will be displayed next to the chapter/section number. The body of the
 			title may contain raw text or may be a p:paragraph.</description>
 	</component>
 
-	<component extended="false" name="list">
+	<component name="list">
 		<attribute extended="false" name="type">
 			<description> The ordering/bulleting style of list. One of: NUMBERED,
 				LETTERED, GREEK, ROMAN, ZAPFDINGBATS, ZAPFDINGBATS_NUMBER. If no
@@ -623,7 +623,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="listItem">
+	<component name="listItem">
 		<attribute extended="false" name="alignment">
 			<description>The alignment of the list item. Seam PDF supports the
 				following horizontal alignment values: left, right, center, justify
@@ -653,7 +653,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="table">
+	<component name="table">
 		<attribute extended="false" name="columns">
 			<description>The number of columns (cells) that make up a table row.
 			</description>
@@ -710,7 +710,7 @@
 		<attribute extended="false" name="keepTogether" />
 	</component>
 
-	<component extended="false" name="cell">
+	<component name="cell">
 		<attribute extended="false" name="colspan">
 			<description>Cells can span more than one column by declaring a
 				colspan greater than 1. Tables do not have the ability to span
@@ -766,7 +766,7 @@
 		<attribute extended="false" name="rotation" />
 	</component>
 
-	<component extended="false" name="barchart">
+	<component name="barchart">
 		<description>Displays a bar chart.</description>
 		<attribute extended="false" name="borderVisible">
 			<description>Controls whether or not a border is displayed around the
@@ -1026,7 +1026,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="linechart">
+	<component name="linechart">
 		<description>Displays a line chart.</description>
 		<attribute extended="false" name="borderVisible">
 			<description>Controls whether or not a border is displayed around the
@@ -1267,7 +1267,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="piechart">
+	<component name="piechart">
 		<description>Displays a pie chart.</description>
 		<attribute extended="false" name="title">
 			<description>The chart title text.</description>
@@ -1415,7 +1415,7 @@
 		<attribute extended="false" name="baseSectionOutlineStroke" />
 	</component>
 
-	<component extended="false" name="series">
+	<component name="series">
 		<description>Category data can be broken down into series. The series
 			tag is used to categorize a set of data with a series and apply
 			styling to the entire series.</description>
@@ -1479,7 +1479,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" closeTag="true" name="data">
+	<component closeTag="true" name="data">
 		<description>The data tag describes each data point to be displayed in
 			the graph.</description>
 		<attribute extended="false" name="key">
@@ -1537,7 +1537,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" closeTag="true" name="color">
+	<component closeTag="true" name="color">
 		<description>The color component declares a color or gradient than can
 			be referenced when drawing filled shapes.</description>
 		<attribute extended="false" name="color">
@@ -1586,7 +1586,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" closeTag="true" name="stroke">
+	<component closeTag="true" name="stroke">
 		<description>Describes a stroke used to draw lines in a chart.
 		</description>
 		<attribute extended="false" name="width">
@@ -1625,7 +1625,7 @@
 		</attribute>
 	</component>
 
-	<component extended="false" name="barcode">
+	<component name="barcode">
 		<attribute extended="false" name="type" />
 		<attribute extended="false" name="code" />
 		<attribute extended="false" name="xpos" />



More information about the jbosstools-commits mailing list