]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/widgets.jsf.taglib.xml
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / widgets.jsf.taglib.xml
index 61d3769bdb1fa6ca1a7c4b6918d040fea85709bc..e0d1ac347904f39dc6726dd1d13319e5a4067b3e 100644 (file)
@@ -37,30 +37,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <type>java.lang.Boolean</type>
                </attribute>
                <attribute>
-                       <name>styleClass</name>
-                       <description>The optional CSS style class to be forwarded on the h:outputText's styleClass attribute of the message. The default is "okay" which normally renders as a green colored message.</description>
+                       <name>boxStyleClass</name>
+                       <description>The optional CSS style class to be forwarded to the container div of the whole message box. Default is ".message_box" .</description>
                        <required>false</required>
                        <type>java.lang.String</type>
                </attribute>
-       </tag>
-       <tag>
-               <tag-name>outputMessageBoxMini</tag-name>
-               <description>This tag renders a style-able and customizable mini message for any kind of messages that the user should see. It is similar to outputMessageBox tag but it renders a smaller box instead.</description>
-               <source>resources/tags/messages/message_box_mini.tpl</source>
-               <attribute>
-                       <name>message</name>
-                       <description>The message that should be place into the message box. You may also use EL code here that resolves to a message string.</description>
-                       <required>true</required>
-                       <type>java.lang.String</type>
-               </attribute>
                <attribute>
-                       <name>rendered</name>
-                       <description>Whether this tag is being rendered by JSF engine.</description>
-                       <required>false</required>
-                       <type>java.lang.Boolean</type>
-               </attribute>
-               <attribute>
-                       <name>styleClass</name>
+                       <name>messageStyleClass</name>
                        <description>The optional CSS style class to be forwarded on the h:outputText's styleClass attribute of the message. The default is "okay" which normally renders as a green colored message.</description>
                        <required>false</required>
                        <type>java.lang.String</type>
@@ -145,4 +128,21 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
                        <type>org.mxchange.jcoreee.bean.faces.BaseFacesBean</type>
                </attribute>
        </tag>
+       <tag>
+               <tag-name>outputAdminContactDataFormFields</tag-name>
+               <description>This tag renders a fieldset for administrative purposes of contact data.</description>
+               <source>resources/tags/admin/contact/admin_form_contact_data.tpl</source>
+               <attribute>
+                       <name>allowEmptyRequiredData</name>
+                       <description>Whether allow the personal title to be left empty. This might be the case when you create a user and want to select a contact from a selection box. EL code resolving to a boolean may be allowed here.</description>
+                       <required>false</required>
+                       <type>java.lang.Boolean</type>
+               </attribute>
+               <attribute>
+                       <name>formMode</name>
+                       <description>Mode of the form, can be one of "add" or "edit", defaulting to "add".</description>
+                       <required>false</required>
+                       <type>java.lang.String</type>
+               </attribute>
+       </tag>
 </facelet-taglib>