liferay-ui
Tag form-navigator


Creates a navigable form for multiple section forms. Its default navigation is a side navigation box with links to each section. The navigation can be configured as a progressive step navigation positioned above the form, or as vertically stacked accordion style sections that expand when clicked.


Tag Information
Tag Classcom.liferay.taglib.ui.FormNavigatorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
backURLfalsetruejava.lang.StringA URL for the form's cancel button.
categoryNamesfalsetruejava.lang.StringDeprecated as of 7.0.0, replaced by FormNavigatorCategory implementations. List the name of each category within the navigator.
categorySectionsfalsetruejava.lang.StringDeprecated as of 7.0.0, replaced by FormNavigatorEntry implementations. List the name of each section within the category.
displayStylefalsetruejava.lang.StringA type of navigation to be used. Options are steps and panel. The default display style is side navigation.
formModelBeanfalsetruejava.lang.StringThe bean edited in the form.
formNamefalsetruejava.lang.StringA name for the form.
htmlBottomfalsetruejava.lang.StringHTML to append to the navigator. Examples include alternate form buttons, form instructions, or information about the form.
htmlTopfalsetruejava.lang.StringHTML to prepend to the navigator.
idfalsetruejava.lang.StringAn ID for the component instance. It's referenced by the navigator's categories and sections.
jspPathfalsetruejava.lang.StringDeprecated as of 7.0.0, with no direct replacement. This is a path to the formSection.jsp file's folder /path/to/jsp/folder/.
markupViewfalsetruejava.lang.StringNo Description
showButtonsfalsetruebooleanWhether to show the Submit and Cancel buttons. The default value is true.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.