Author: mfortun Date: 2011-08-11 10:27:45 +0200 (Thu, 11 Aug 2011) New Revision: 1120 Url: http://nuiton.org/repositories/revision/wikitty/1120 Log: *complete tld with tag description Modified: trunk/wikitty-struts/src/main/tld/wikitty-struts.tld Modified: trunk/wikitty-struts/src/main/tld/wikitty-struts.tld =================================================================== --- trunk/wikitty-struts/src/main/tld/wikitty-struts.tld 2011-08-10 16:21:00 UTC (rev 1119) +++ trunk/wikitty-struts/src/main/tld/wikitty-struts.tld 2011-08-11 08:27:45 UTC (rev 1120) @@ -36,7 +36,7 @@ <required>false</required> </attribute> <attribute> - <description><![CDATA[the proxy from whom search for wikitty]]></description> + <description><![CDATA[the proxy from whom search for wikitty and other info needed]]></description> <name>proxy</name> <rtexprvalue>true</rtexprvalue> <required>true</required> @@ -82,7 +82,7 @@ <attribute> - <description><![CDATA[If a delele button must be in the form]]></description> + <description><![CDATA[If a delele button must be added in the form]]></description> <name>allowDelete</name> <rtexprvalue>true</rtexprvalue> </attribute> @@ -91,6 +91,7 @@ <tag> <name>selectAssociation</name> + <description><![CDATA[Tag used for wikittyField that are wikitty collection and show them as combobox or list]]></description> <tagclass>org.nuiton.wikitty.struts.tag.SelectAssociationTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -104,13 +105,13 @@ <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the wikitty to edit]]></description> + <description><![CDATA[the wikitty target (needed if businessEntity not set)]]></description> <name>wikitty</name> <rtexprvalue>true</rtexprvalue> <required>false</required> </attribute> <attribute> - <description><![CDATA[the businessEntity to edit]]></description> + <description><![CDATA[the businessEntity target (needed if wikitty not set)]]></description> <name>businessEntity</name> <rtexprvalue>true</rtexprvalue> <required>false</required> @@ -122,12 +123,12 @@ <required>true</required> </attribute> <attribute> - <description><![CDATA[if subtype == wikitty, use the name of the descfield of the wikitties as a description value for select's option]]></description> + <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> <name>descField</name> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the name of the field that have to be specialize]]></description> + <description><![CDATA[the name of the field concerned by the tag]]></description> <name>fqFieldName</name> <rtexprvalue>true</rtexprvalue> <required>true</required> @@ -139,7 +140,7 @@ <required>false</required> </attribute> <attribute> - <description><![CDATA[the size of the field]]></description> + <description><![CDATA[the size the list/combobox]]></description> <name>size</name> <rtexprvalue>true</rtexprvalue> <required>true</required> @@ -153,6 +154,7 @@ </tag> <tag> <name>select</name> + <description><![CDATA[Tag used to show collection of wikitty directly]]></description> <tagclass>org.nuiton.wikitty.struts.tag.SelectTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -172,17 +174,17 @@ <required>false</required> </attribute> <attribute> - <description><![CDATA[the proxy from whom search for wikitty required if tag not used inside form tag]]></description> + <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> <name>descField</name> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[]]></description> + <description><![CDATA[Collection of wikitty that will be showed inside the combobox/list (needed if entityValues Not set)]]></description> <name>wikittyValues</name> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[]]></description> + <description><![CDATA[Collection of EntityBusiness that will be showed inside the combobox/list (needed if wikittyValues Not set)]]></description> <name>entityValues</name> <rtexprvalue>true</rtexprvalue> </attribute> @@ -198,6 +200,7 @@ <tag> <name>selectCriteria</name> + <description><![CDATA[Tag used to construct a combobox to select /set a wikitty, when the wikitty field is a wikitty]]></description> <tagclass>org.nuiton.wikitty.struts.tag.SelectCriteriaTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -228,18 +231,18 @@ <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[if subtype == wikitty, use the list of wikitty found by criteria as option for select]]></description> + <description><![CDATA[criteria to find wikitty, the matching id will be selected]]></description> <name>criteria</name> <rtexprvalue>true</rtexprvalue> <required>true</required> </attribute> <attribute> - <description><![CDATA[if subtype == wikitty, use the name of the descfield of the wikitties as a description value for select's option]]></description> + <description><![CDATA[The field value showed in list/combobox default wikitty-id]]></description> <name>descField</name> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the name of the field that have to be specialize, it will be the name of the html element]]></description> + <description><![CDATA[the name of the field that have to be specialize]]></description> <name>fqFieldName</name> <rtexprvalue>true</rtexprvalue> <required>true</required> @@ -255,6 +258,7 @@ <tag> <name>selectFixed</name> + <description><![CDATA[Tag used to create a combobox select on a wikitty field value with value fixed]]></description> <tagclass>org.nuiton.wikitty.struts.tag.SelectFixedTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -268,19 +272,19 @@ <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the wikitty to edit]]></description> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> <name>wikitty</name> <rtexprvalue>true</rtexprvalue> <required>false</required> </attribute> <attribute> - <description><![CDATA[the businessEntity to edit]]></description> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> <name>businessEntity</name> <rtexprvalue>true</rtexprvalue> <required>false</required> </attribute> <attribute> - <description><![CDATA[if subtype == fixed, use the list of fixed value as option for a select]]></description> + <description><![CDATA[]]></description> <name>fixvalues</name> <rtexprvalue>true</rtexprvalue> <required>true</required> @@ -301,6 +305,7 @@ <tag> <name>hidden</name> + <description><![CDATA[Tag used to create a hidden field with a wikittyField]]></description> <tagclass>org.nuiton.wikitty.struts.tag.HiddenTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -314,13 +319,13 @@ <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the wikitty to edit]]></description> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> <name>wikitty</name> <rtexprvalue>true</rtexprvalue> <required>false</required> </attribute> <attribute> - <description><![CDATA[the businessEntity to edit]]></description> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> <name>businessEntity</name> <rtexprvalue>true</rtexprvalue> <required>false</required> @@ -336,6 +341,7 @@ <tag> <name>textField</name> + <description><![CDATA[tag to show wikitty field as textfield]]></description> <tagclass>org.nuiton.wikitty.struts.tag.TextFieldTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -349,13 +355,13 @@ <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the wikitty to edit]]></description> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> <name>wikitty</name> <rtexprvalue>true</rtexprvalue> <required>false</required> </attribute> <attribute> - <description><![CDATA[the businessEntity to edit]]></description> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> <name>businessEntity</name> <rtexprvalue>true</rtexprvalue> <required>false</required> @@ -373,7 +379,7 @@ <required>false</required> </attribute> <attribute> - <description><![CDATA[if the textfiel have to hide the content]]></description> + <description><![CDATA[if the textfiel have to hide the content, flag: true/false, default: false]]></description> <name>password</name> <rtexprvalue>true</rtexprvalue> </attribute> @@ -381,6 +387,7 @@ <tag> <name>date</name> + <description><![CDATA[tag to show wikitty field as textField wih improvement for date --DON'T WORK--]]></description> <tagclass>org.nuiton.wikitty.struts.tag.DateTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -394,13 +401,13 @@ <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the wikitty to edit]]></description> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> <name>wikitty</name> <rtexprvalue>true</rtexprvalue> <required>false</required> </attribute> <attribute> - <description><![CDATA[the businessEntity to edit]]></description> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> <name>businessEntity</name> <rtexprvalue>true</rtexprvalue> <required>false</required> @@ -427,6 +434,7 @@ <tag> <name>textArea</name> + <description><![CDATA[tag to show wikitty field as textarea]]></description> <tagclass>org.nuiton.wikitty.struts.tag.TextAreaTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -440,13 +448,13 @@ <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the wikitty to edit]]></description> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> <name>wikitty</name> <rtexprvalue>true</rtexprvalue> <required>false</required> </attribute> <attribute> - <description><![CDATA[the businessEntity to edit]]></description> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> <name>businessEntity</name> <rtexprvalue>true</rtexprvalue> <required>false</required> @@ -467,6 +475,7 @@ <tag> <name>boolean</name> + <description><![CDATA[tag to show wikitty field as checkbox]]></description> <tagclass>org.nuiton.wikitty.struts.tag.BooleanTag</tagclass> <bodycontent>empty</bodycontent> <attribute> @@ -480,13 +489,13 @@ <rtexprvalue>true</rtexprvalue> </attribute> <attribute> - <description><![CDATA[the wikitty to edit]]></description> + <description><![CDATA[the wikitty to edit(needed if businessEntity not set)]]></description> <name>wikitty</name> <rtexprvalue>true</rtexprvalue> <required>false</required> </attribute> <attribute> - <description><![CDATA[the businessEntity to edit]]></description> + <description><![CDATA[the businessEntity to edit(needed if wikitty not set)]]></description> <name>businessEntity</name> <rtexprvalue>true</rtexprvalue> <required>false</required>
participants (1)
-
mfortun@users.nuiton.org