X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=web%2FWEB-INF%2Fwidgets.jsf.taglib.xml;h=b2e5cbfed6c61d5d331bcafaec9f77e4fc13f03b;hb=6ecb76057797945d48da999e0586c30a58f15cbe;hp=e0d1ac347904f39dc6726dd1d13319e5a4067b3e;hpb=265611d4427dc6b698d542239828e9b02905f9de;p=jjobs-war.git diff --git a/web/WEB-INF/widgets.jsf.taglib.xml b/web/WEB-INF/widgets.jsf.taglib.xml index e0d1ac34..b2e5cbfe 100644 --- a/web/WEB-INF/widgets.jsf.taglib.xml +++ b/web/WEB-INF/widgets.jsf.taglib.xml @@ -1,6 +1,6 @@ - + http://mxchange.org/jsf/core/widgets outputMessageBox @@ -30,9 +32,15 @@ along with this program. If not, see . true java.lang.String + + panelGroupId + Id of the panel group component. + true + java.lang.String + rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -55,9 +63,9 @@ along with this program. If not, see . resources/tags/admin/columns/admin_contact_data_columns.tpl - outputPersonalTitleTableRow + outputPersonalTitleSelectionBox This tag renders a selection box for user contact's personal title (Mr./Mrs.). - resources/tags/table_rows/user_personal_title_table_row.tpl + resources/tags/input/selection_box/personal_title_selection_box.tpl allowEmptyRequiredData 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. @@ -66,7 +74,7 @@ along with this program. If not, see . rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -79,22 +87,193 @@ along with this program. If not, see . - outputMobileNumberTableRow - This tag renders a selection box for contact's personal title (Mr./Mrs.). - resources/tags/table_rows/mobile_selection_table_row.tpl + outputAdminContactDataFormFields + This tag renders a fieldset for administrative purposes of contact data. + resources/tags/admin/form_data/contact/admin_form_contact_data.tpl - labelMessage - A localized message for the rendered label tag. You should use EL code here to add a label message from your bundle. + allowEmptyRequiredData + 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. + false + java.lang.Boolean + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + + outputAdminFaxDataFormFields + This tag renders a fieldset for administrative purposes of fax data. + resources/tags/admin/form_data/fax/admin_form_fax_data.tpl + + faxNumber + The fax instance that provides the data for this tag. true - - org.mxchange.jcoreee.bean.faces.BaseFacesBean + org.mxchange.jphone.model.phonenumbers.fax.DialableFaxNumber rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean + + + outputAdminLandLineDataFormFields + This tag renders a fieldset for administrative purposes of land-line data. + resources/tags/admin/form_data/landline/admin_form_landline_data.tpl + + landLineNumber + The fax instance that provides the data for this tag. + true + org.mxchange.jphone.model.phonenumbers.landline.DialableLandLineNumber + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + + outputAdminMobileDataFormFields + This tag renders a fieldset for administrative purposes of mobile data. + resources/tags/admin/form_data/mobile/admin_form_mobile_data.tpl + + mobileNumber + The mobile instance that provides the data for this tag. + true + org.mxchange.jphone.model.phonenumbers.mobile.DialableMobileNumber + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + + outputAdminUserDataFormFields + This tag renders a fieldset for administrative purposes of user data. + resources/tags/admin/form_data/user/admin_form_user_data.tpl + + mode + Mode of the form, must be one of "add" or "edit". + true + java.lang.String + + + + outputAdminFaxPanelGrid + This tag renders a full p:panelGrid for administrative purposes for fax data. + resources/tags/admin/panel_grids/fax/admin_fax_data.tpl + + faxNumber + The fax instance that provides the data for this tag. + true + org.mxchange.jphone.model.phonenumbers.fax.DialableFaxNumber + + + contact + The contact instance that provides contact data for additional JSF links. + false + org.mxchange.jcontacts.model.contact.Contact + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + renderShowLink + Whether this tag is used to show fax data (default true). + false + java.lang.Boolean + + + showAdminDropdownMenu + Whether to show administrative links to other pages (default: true). + false + java.lang.Boolean + + + + outputAdminLandLinePanelGrid + This tag renders a full p:panelGrid for administrative purposes for land-line data. + resources/tags/admin/panel_grids/landline/admin_landline_data.tpl + + renderShowLink + Whether this tag is used to show land-line data (default true). + false + java.lang.Boolean + + + landLineNumber + The fax instance that provides the data for this tag. + true + org.mxchange.jphone.model.phonenumbers.landline.DialableLandLineNumber + + + contact + The contact instance that provides contact data for additional JSF links. + false + org.mxchange.jcontacts.model.contact.Contact + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + showAdminDropdownMenu + Whether to show administrative links to other pages (default: true). + false + java.lang.Boolean + + + + outputAdminMobilePanelGrid + This tag renders a full p:panelGrid for administrative purposes for mobile data. + resources/tags/admin/panel_grids/mobile/admin_mobile_data.tpl + + renderShowLink + Whether this tag is used to show mobile data (default true). + false + java.lang.Boolean + + + mobileNumber + The mobile instance that provides the data for this tag. + true + org.mxchange.jphone.model.phonenumbers.mobile.DialableMobileNumber + + + contact + The contact instance that provides contact data for additional JSF links. + false + org.mxchange.jcontacts.model.contact.Contact + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + showAdminDropdownMenu + Whether to show administrative links to other pages (default: true). + false + java.lang.Boolean + + + + outputFaxInputTableRow + This tag renders a h:panelGroup with input fields for fax numbers. + resources/tags/table_rows/fax_input_table_row.tpl targetController A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. @@ -102,21 +281,115 @@ along with this program. If not, see . org.mxchange.jcoreee.bean.faces.BaseFacesBean + + labelMessage + A localized message for the rendered label tag. You should use EL code here to add a label message from your bundle. + true + java.lang.String + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + - outputProfileModeTableRow - This tag renders a selection box for user's profile mode. - resources/tags/table_rows/user_profile_mode_table_row.tpl + outputLandLineInputTableRow + This tag renders a h:panelGroup with input fields for land-line numbers. + resources/tags/table_rows/landline_input_table_row.tpl + + targetController + A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. + true + + org.mxchange.jcoreee.bean.faces.BaseFacesBean + labelMessage A localized message for the rendered label tag. You should use EL code here to add a label message from your bundle. true + java.lang.String + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + + outputCountrySelector + This tag renders a selection box for all available countries. + resources/tags/country/form_data/form_country_selector.tpl + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + allowNone + Whether this tag allows NONE/null to be selected (default: true). + false + java.lang.Boolean + + + required + Whether this tag is required (default: false) + false + java.lang.Boolean + + + requiredMessage + Localizable message to be displayed when this field is required but not selected. + false + java.lang.String + + + id + Id of the JSF component. + true + java.lang.String + + + styleClass + CSS style class for this component, default: select. + false + java.lang.String + + + value + A target property to set the selected country in. + true + org.mxchange.jcountry.model.data.Country + + + + inputFaxNumberPanelGrid + This tag renders input fields for creating a fax number. + resources/tags/input/panel_grid/fax_input_panel_grid.tpl + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean + + + targetController + A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. + true org.mxchange.jcoreee.bean.faces.BaseFacesBean + + + inputLandLineNumberPanelGrid + This tag renders input fields for creating a land-line number. + resources/tags/input/panel_grid/landline_input_panel_grid.tpl rendered - Whether this tag is being rendered by JSF engine. + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean @@ -129,20 +402,74 @@ along with this program. If not, see . - outputAdminContactDataFormFields - This tag renders a fieldset for administrative purposes of contact data. - resources/tags/admin/contact/admin_form_contact_data.tpl + inputMobileNumberPanelGrid + This tag renders input fields for creating a mobile number. + resources/tags/input/panel_grid/mobile_input_panel_grid.tpl - allowEmptyRequiredData - 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. + rendered + Whether this tag is being rendered by JSF engine (default: true). false java.lang.Boolean - formMode - Mode of the form, can be one of "add" or "edit", defaulting to "add". - false + targetController + A target backing bean (EL code resolving into it) extending at least BaseFacesBean where to set the data in. + true + + org.mxchange.jcoreee.bean.faces.BaseFacesBean + + + + outputOpeningTimesDataTable + This tag renders a full p:dataTable for opening times. + resources/tags/opening_times/opening_times_data_table.tpl + + id + An id string for this tag. + true + java.lang.String + + + value + A list of OpeningTime objects. + true + java.util.List + + + widgetVar + Identifier for this widget (e.g. JavaScript). + true + java.lang.String + + + summary + A string or EL code for table attribute of same name. + true + java.lang.String + + + emptyMessage + A string or EL code for a message shown when no row was found. + true java.lang.String + + headerMessage + A string or EL code for a message shown above table rows. + true + java.lang.String + + + rows + Rows to show each page. + true + java.lang.Long + + + rendered + Whether this tag is being rendered by JSF engine (default: true). + false + java.lang.Boolean +