]> 1.0.10 1.2 s http://myfaces.apache.org/sandbox Enhanced standard JSP actions and custom MyFaces actions. inputSuggest org.apache.myfaces.custom.suggest.InputSuggestTag JSP Provides an input textbox with "suggest" functionality. &standard_input_text_attributes; &ext_forceId_attribute; &alt_location_attributes; &html_input_suggest_attributes; planner org.apache.myfaces.custom.schedule.PlannerTag empty Planner component A meeting planner component, similar to the ones found in Outlook or Evolution. &ui_component_attributes; &ui_schedule_attributes; &html_planner_attributes; valueChangeNotifier org.apache.myfaces.custom.valueChangeNotifier.ValueChangeNotifierTag JSP <p> Add a value change listener which will be fired AFTER UPDATE_MODEL. Only "method" valueChange listeners are supported currently.</p> &value_change_notifier_attributes; schedule org.apache.myfaces.custom.schedule.ScheduleTag empty Schedule component A schedule component similar to the ones found in Outlook or Evolution &ui_command_attributes; &ui_schedule_attributes; &html_schedule_attributes; script org.apache.myfaces.custom.script.ScriptTag empty Script component Adds (java)script to the browser &ui_component_attributes; &html_script_attributes; inputSuggestAjax org.apache.myfaces.custom.suggestajax.inputsuggestajax.InputSuggestAjaxTag JSP Provides an input textbox with "suggest" functionality, using an ajax request to the server. &input_suggest_ajax_attributes; &suggest_ajax_attributes; ajaxChildComboBox org.apache.myfaces.custom.ajaxchildcombobox.AjaxChildComboBoxTag JSP Refreshes contents through an ajax call when the parent combo box's value is changed &standard_select_one_listbox_attributes; &ext_escape_attribute; &user_role_attributes; &ext_forceId_attribute; &display_value_only_attributes; ajaxSelectItemsMethod true false Method to call via ajax to reload the combo box parentComboBox false false id of the parent combo box tableSuggestAjax org.apache.myfaces.custom.suggestajax.tablesuggestajax.TableSuggestAjaxTag JSP Provides an input textbox with "suggest" functionality, using an ajax request to the server. The popUp contains a table where each column value can be set to a specific dom node (through dom node id). &table_suggest_ajax_attributes; &suggest_ajax_attributes; focus org.apache.myfaces.custom.focus.HtmlFocusTag &ui_component_attributes; &html_focus_attributes; form org.apache.myfaces.custom.form.HtmlFormTag JSP Renders a HTML form element which allow defining a different scheme, servername or port for the action url to which the form is submited &ui_form_attributes; &html_universal_attributes; &html_event_handler_attributes; &html_form_attributes; scheme false false This attribute can be used to set the url scheme for the action attribute serverName false false This attribute can be used to set the url server name or ip address for the action attribute port false false This attribute can be used to set the port for the action attribute validateUrl org.apache.myfaces.custom.urlvalidator.ValidateUrlTag JSP A custom validator for url format, based upons Jakarta Commons. &ext_validator_base_attributes; validateISBN org.apache.myfaces.custom.isbnvalidator.ValidateISBNTag JSP A custom validator for isbn codes, based upons Jakarta Commons. &ext_validator_base_attributes; validateCompareTo org.apache.myfaces.custom.comparetovalidator.ValidateCompareToTag JSP Validation by comparing the value of this component with another component. &ext_validator_base_attributes; &validator_compare_to_attributes; autoUpdateDataTable org.apache.myfaces.custom.autoupdatedatatable.AutoUpdateDataTableTag JSP Extended data_table that adds some additional features to the standard data_table action: see attribute descriptions for preserveDataModel, sortColumn, sortAscending and preserveSort. &standard_data_table_attributes; &extended_data_table_attributes; &ext_forceId_attribute; &user_role_attributes; frequency false false java.lang.String Defines in seconds the interval of reloads. if no value is specified 2 seconds will be default. onSuccess false false java.lang.String Define javascript function to call after successful refresh. accordionPanel org.apache.myfaces.custom.accordion.HtmlAccordionPanelTag JSP A group of panels, which can be opened and closed. See attribute layout for further description on how opening and closing works. Extends standard panelGroup by user role support. &standard_panel_group_attributes; &user_role_attributes; &ext_forceId_attribute; &display_value_only_attributes; layout false false java.lang.String Defines the layout of this accordionPanel. If you set this to 'accordion', opening a panel will close all other panels. If you set this to 'toggling', opening a panel doesn't affect the state of the other panels. You can close a panel by clicking on the header of this panel a second time. expandedBackColor false false java.lang.String Defines the background color for expanded state. expandedTextColor false false java.lang.String Defines the text color for expanded state. expandedFontWeight false false java.lang.String Defines the font weight for expanded state. collapsedBackColor false false java.lang.String Defines the background color for collapsed state. collapsedTextColor false false java.lang.String Defines the text color for collapsed state. collapsedFontWeight false false java.lang.String Defines the font weight for collapsed state. hoverBackColor false false java.lang.String Defines the background color on hover. hoverTextColor false false java.lang.String Defines the text color on hover. borderColor false false java.lang.String Defines the color of the border. convertBoolean org.apache.myfaces.custom.convertboolean.ConvertBooleanTag Boolean Converter Converts a boolean to custom format (yes/no), (1/0), etc. trueValue false Value representing a boolean true, e.g. TRUE, yes, 1, etc. falseValue false Value representing a boolean false, e.g. FALSE, no, 0, etc. convertStringUtils org.apache.myfaces.custom.convertStringUtils.StringUtilsConverterTag StringUtils Converter Converts the format of a string appendEllipsesDuringInput false Boolean value determining if data should be truncated with ellipses during input conversion. Default = false appendEllipsesDuringOutput false Boolean value determining if data should be truncated with ellipses during output conversion. Default = false format false Specifies the output case of the string. One of uppercase | lowercase | capitalize maxLength false Integer value for the maximum length of the rendered string. Strings longer than maxValue will be truncated at (maxValue - 3) and an ellipsis '...' will be appended. trim false Boolean value determining is the string should be trimmed before any other formatting takes place. Default = false convertDateTime org.apache.myfaces.custom.convertDateTime.ConvertDateTimeTag DateTime Converter Convert date time using normal system timezone like it should dateStyle false false default|short|medium|long|full locale false false locale pattern false false Custom formatting pattern timeStyle false false default|short|medium|long|full timeZone false false timeZone type false false date|time|both fieldset org.apache.myfaces.custom.fieldset.FieldsetTag JSP Renders an HTML Fieldset &ui_component_attributes; &ext_forceId_attribute; &user_role_attributes; style false false The style to use for this div. styleClass false false The class to use for this div. legend false false The fieldset's legend. graphicImageDynamic org.apache.myfaces.custom.graphicimagedynamic.GraphicImageDynamicTag JSP Extends standard graphicImage. &ui_component_attributes; &html_universal_attributes; &html_event_handler_attributes; &html_img_attributes; &spec_img_attributes; &user_role_attributes; &ext_forceId_attribute; imageRendererClass true false java.lang.String The class which implements org.apache.myfaces.custom.graphicimagedynamic.ImageRenderer. The image renderer is responsible for loading the image. The class must have a default constructor. Any request scoped attribute or managed bean is not available when this image renderer is instantiated and used. The image renderer must render the binary data for the image by using the parameters passed by nested f:param elements and/or using session or application scoped beans. outputLinkDynamic org.apache.myfaces.custom.outputlinkdynamic.OutputLinkDynamicTag JSP Extends standard outputLink but links to a dynamically rendered resource (image, file, ...). &ui_output_attributes; &html_universal_attributes; &html_event_handler_attributes; &html_anchor_attributes; &user_role_attributes; &ext_forceId_attribute; resourceRendererClass true false java.lang.String The class which implements org.apache.myfaces.custom.dynamicResources.ResourceRenderer. The resource renderer is responsible for resource the image. The class must have a default constructor. Any request scoped attribute or managed bean is not available when this resource renderer is instantiated and used. The resource renderer must render the binary data for the resource by using the parameters passed by nested f:param elements and/or using session or application scoped beans. effect org.apache.myfaces.custom.effect.EffectTag JSP provides javascript effects which are from the script.aculo.us library and from the fat fade anything technique library &faces_id_required_attribute; &faces_rendered_attribute; style false false styleClass false false fade false true java.lang.Boolean squish false false java.lang.Boolean puff false false java.lang.Boolean scale false false java.lang.String scaleSize false false java.lang.Integer duration false false java.lang.Integer pulsate false false fadeColor false false selectManyPicklist org.apache.myfaces.custom.picklist.HtmlSelectManyPicklistTag JSP selecManyPicklist component A picklist component that allows to select items from one list to another &standard_select_many_listbox_attributes; &user_role_attributes; selectManyCheckboxAjax org.apache.myfaces.custom.inputAjax.HtmlSelectManyCheckboxAjaxTag JSP Extends standard selectManyCheckbox allowing for dynamic ajax submitting. &standard_select_many_checkbox_attributes; &ext_forceId_attribute; &ext_ajax_attributes; selectOneRadioAjax org.apache.myfaces.custom.inputAjax.HtmlSelectOneRadioAjaxTag JSP Extends standard selectOneRadio allowing for dynamic ajax submitting. &standard_select_many_checkbox_attributes; &ext_forceId_attribute; &ext_ajax_attributes; inputTextAjax org.apache.myfaces.custom.inputAjax.HtmlInputTextAjaxTag JSP Extends standard inputText allowing for dynamic ajax submitting. &standard_input_text_attributes; &ext_forceId_attribute; &ext_ajax_attributes; showOkButton false false java.lang.String Whether to show an ok button before sending update. okText false false java.lang.String Test for button showCancelButton false false java.lang.String Whether to show cancel button cancelText false false java.lang.String Text for cancel errorStyleClass false false java.lang.String StyleClass for the input field where the error occures. Useful if there is only one messages area for a few inputTextAjax fields errorStyle false false java.lang.String Style for the input field where the error occures. Useful if there is only one messages area for a few inputTextAjax fields commandButtonAjax org.apache.myfaces.custom.inputAjax.HtmlCommandButtonAjaxTag JSP Extends standard commandButton allowing for dynamic ajax submitting of the form. &html_button_attributes; &standard_command_button_attributes; &ext_forceId_attribute; &ext_ajax_attributes; listener org.apache.myfaces.custom.inputAjax.ListenerTag JSP Allows a component to listen for events on another component with AJAX input elements. on true false java.lang.String Id of another component. eventType false false java.lang.String NOT IMPLEMENTED - Type of event (ie: onchange, onclick) action false false java.lang.String NOT IMPLEMENTED - Action to take (ie: update, submit, call (call a javascript function)) selectBooleanCheckboxAjax org.apache.myfaces.custom.inputAjax.HtmlSelectBooleanCheckboxAjaxTag JSP Extends standard selectBooleanCheckbox by user role support. &standard_select_boolean_checkbox_attributes; &user_role_attributes; &ext_forceId_attribute; &display_value_only_attributes; &ext_ajax_attributes; onImage false false java.lang.String Image to show instead of checkox when boolean value is true offImage false false java.lang.String Image to show instead of checkox when boolean value is false message org.apache.myfaces.custom.inputAjax.HtmlMessageTag JSP MyFaces extension to the standard messages tag: see summaryDetailSeparator attribute &standard_message_attributes; &user_role_attributes; &ext_forceId_attribute; summaryFormat false false If present, instead of rendering the message summary, a MessageFormat with this attribute as pattern is created. The format method of this MessageFormat is called with the message summary as the first argument and the label of the associated component (if any) as the second argument. Example: "{0}:" detailFormat false false If present, instead of rendering the message detail, a MessageFormat with this attribute as pattern is created. The format method of this MessageFormat is called with the message detail as the first argument and the label of the associated component (if any) as the second argument. Example: "The input in field {1} is wrong: {0}" replaceIdWithLabel false false If present, all occurrences of the id of the component for which the message is rendered will be replaced by the label. Standard is true for the extended message renderer. subForm org.apache.myfaces.custom.subform.SubFormTag JSP A subform to an existing form. Inputs in this form will only be validated and updated, if a t:commandButton or t:commandLink has been clicked with an actionFor attribute which references the client-id of this subform. Optionally, the validation will trigger if a commandButton or commandLink embedded in this subform has been clicked, except if this command is a t:commandButton or t:commandLink with an actionFor attribute which doesn't reference the client-id of this subform. &ui_form_attributes; selectOneRow org.apache.myfaces.custom.selectOneRow.SelectOneRowTag JSP Enhancement for a data-table to select one Row with a radio button. The row-index is stored in the vealu-binding groupName true false java.lang.String The Name of the radio-button-group to use &html_align_attribute; &html_disabled_attribute; &html_focus_blur_attributes; &html_onchange_attribute; &html_onclick_attribute; &html_onselect_attribute; &html_readonly_attribute; &ui_input_attributes; dojoInitializer org.apache.myfaces.custom.dojo.DojoInitializerTag JSP Dojo initializer helper tag for debugging and communication flags. This tag encapsules the Dojo DjConfig meta configuration and also adds the needed dojo required functionality. &ui_component_attributes; ioSendTransport false false java.lang.Boolean debug false false java.lang.Boolean debugConsole false false java.lang.Boolean debugAtAllCosts false false java.lang.Boolean expanded false false java.lang.Boolean baseScriptUri false false java.lang.String allowQueryConfig false false java.lang.Boolean debugContainerId false false java.lang.String searchIds false false java.lang.String parseWidgets false false java.lang.Boolean bindEncoding false false java.lang.Boolean ignoreClassNames false false java.lang.Boolean preventBackButtonFix false false java.lang.Boolean require false false java.lang.String provide false false java.lang.String stateChangedNotifier org.apache.myfaces.custom.statechangednotifier.StateChangedNotifierTag JSP stateChangedNotifier component A component that listens to changes in the components &ui_component_attributes; &ui_state_changed_notifier_attributes; outputText org.apache.myfaces.custom.suggestajax.tablesuggestajax.HtmlOutputTextTag JSP outputText component Extending the outputText component in order to introduce the for attribute. &standard_output_text_attributes; &ui_output_attributes; for false false java.lang.String Specify the id of the dom element where the label should be put in forValue false false java.lang.String Specify the id of the dom element where the value should be put in. This value is also included in the suggested table, but only in a hidden span element following the span for the label in one row. label false false java.lang.String To provide a second value in form of a label. Usage like SelectItem. Label is brought to client in a hidden span element near the value. ifMessage org.apache.myfaces.custom.ifmessage.IfMessageTag JSP ifMessage component Provide a component that will optionally render its children if the specified component(s) specified has a message. for false false java.lang.String fishEyeNavigationMenu org.apache.myfaces.custom.fisheye.HtmlFishEyeNavigationMenuTag JSP fishEye List component Provide a FishEye toolbar component from the DOJO toolkit &faces_id_optional_attribute; &faces_rendered_attribute; &html_fisheye_list_attributes; timedNotifier org.apache.myfaces.custom.timednotifier.TimedNotifierTag JSP Displays a timed notifier tag &ui_component_attributes; &html_timed_notifier_attributes; startConversation org.apache.myfaces.custom.conversation.StartConversationTag JSP Starts a new conversation &start_conversation_attributes; &standard_conversation_attributes; endConversation org.apache.myfaces.custom.conversation.EndConversationTag JSP Ends a conversation &end_conversation_attributes; &standard_conversation_attributes; separateConversationContext org.apache.myfaces.custom.conversation.SeparateConversationContextTag JSP Separates the current context from the children. e.g. commandLinks will start a new conversation context conversation org.apache.myfaces.custom.conversation.ConversationTag JSP puts a bean into the conversation context &standard_conversation_attributes; &conversation_attributes;