liferay-ui
Tag form-navigator


Creates a navigable form for multiple section forms. It's default navigation is a side navigation box with links to each section. But 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.
categoryNamestruetruejava.lang.StringThe name of each category in the form.
categorySectionstruetruejava.lang.StringThe name of each section within a category.
displayStylefalsetruejava.lang.StringA type of navigation to be used. Options are steps and panel. The default display style is side navigation.
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.
jspPathfalsetruejava.lang.StringA path to the formSection.jsp file's folder /path/to/jsp/folder/.
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.