All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.liferay-aui.tld Maven / Gradle / Ivy




	Provides the AUI component tags, prefixed with aui:]]>.
	1.0
	aui
	http://liferay.com/tld/aui
	
		Creates an anchor (or link) that offers custom configuration and localization.
		a
		com.liferay.taglib.aui.ATag
		JSP
		
			A name for the navigation component for assistive technologies to interpret.
			ariaLabel
			false
			true
		
		
			A role for assistive technologies to interpret HTML elements that have been used for something other than their intended purpose. For example, the <p>]]> tag could be used for something other than a paragraph.
			ariaRole
			false
			true
		
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			data
			false
			true
			java.util.Map
		
		
			A URL to navigate to when the link is clicked.
			href
			true
			true
		
		
			icon
			false
			true
		
		
			iconCssClass
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			
			label
			false
			true
		
		
			A language to associate with the anchor component, to assist search engines and web browsers in finding and rendering the anchor appropriately.
			lang
			false
			true
		
		
			Whether to translate the label's text into the user's language. The default value is true]]>.
			localizeLabel
			false
			true
			boolean
		
		
			A function to be called on a user clicking the anchor.
			onClick
			false
			true
		
		
			A target window in which to open the URL. The default value is self]]>. Possible values are blank]]>, self]]>, parent]]>, top]]>, and a unique frame's name.
			target
			false
			true
		
		
			A title for the anchor.
			title
			false
			true
		
		true
	
	
		alert
		com.liferay.taglib.aui.AlertTag
		JSP
		
			animated
			false
			true
			boolean
		
		
			closeable
			false
			true
			boolean
		
		
			cssClass
			false
			true
		
		
			destroyOnHide
			false
			true
			boolean
		
		
			duration
			false
			true
			java.lang.Object
		
		
			id
			false
			true
		
		
			type
			false
			true
		
		true
	
	
		Creates a fully configurable button that offers portlet namespacing and custom icons.
		button
		com.liferay.taglib.aui.ButtonTag
		JSP
		
			A CSS class for styling the component. These styles override the ones set by the primary]]> attribute.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			data
			false
			true
			java.lang.Object
		
		
			Whether the component is disabled. The default value is false]]>.
			disabled
			false
			true
			boolean
		
		
			A URL to navigate to when the button is clicked.
			href
			false
			true
		
		
			here.]]>
			icon
			false
			true
		
		
			An alignment for the button's icon. The default value is left]]>.
			iconAlign
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			A name for the button.
			name
			false
			true
		
		
			A function to be called on a user clicking the button.
			onClick
			false
			true
		
		
			Whether to apply the btn btn-primary]]> CSS styling to the button. If the type]]> attribute is set to submit]]>, this value is set to true]]>. For all the other types, the value is set to false]]> by default.
			primary
			false
			true
			java.lang.Object
		
		
			The button's type. Possible values are button]]>, submit]]>, cancel]]> and reset]]>. The default value is button]]>.
			type
			false
			true
		
		
			Whether to open a dialog window with the href]]> location when a user clicks the button. The default value is false]]>.
			useDialog
			false
			true
			boolean
		
		
			Whether to use the default portlet namespace, to avoid name conflicts. The default value is true]]>.
			useNamespace
			false
			true
			boolean
		
		
			Text to display on the button.
			value
			false
			true
		
		true
	
	
		Creates a button row <div>]]> tag to wrap <aui:button>]]> components and offer additional styling.
		button-row
		com.liferay.taglib.aui.ButtonRowTag
		JSP
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		true
	
	
		Creates a column to display content in an <aui:row>]]> component. Deprecated as of Athanasius (7.3.x), replaced by clay:col]]>.
		col
		com.liferay.taglib.aui.ColTag
		JSP
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			lg
			false
			true
		
		
			md
			false
			true
		
		
			sm
			false
			true
		
		
			The width of the column in the containing row as a fraction of 12]]>. For example, a span of 4]]> would result in a column width 4/12]]> (or 1/3]]>) of the total width of the containing row.
			span
			false
			true
			int
		
		
			The width of the column in the containing row as a percentage, overriding the span]]> attribute. The width is then converted to a span expressed as ((width/100) x 12)]]>, rounded to the nearest whole number. For example, a width of 33]]> would be converted to 3.96]]>, which would be rounded up to a span value of 4]]>.
			width
			false
			true
			int
		
		
			xs
			false
			true
		
		true
	
	
		Creates a <div>]]> tag to wrap form fields and offer additional styling.
		field-wrapper
		com.liferay.taglib.aui.FieldWrapperTag
		JSP
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			data
			false
			true
			java.lang.Object
		
		
			Whether the component is disabled. The default value is false]]>.
			disabled
			false
			true
			boolean
		
		
			Whether the wrapper should be the first element of the form. The default value is false]]>.
			first
			false
			true
			boolean
		
		
			
			helpMessage
			false
			true
		
		
			Whether to make this field inline with the next element. The default value is false]]>.
			inlineField
			false
			true
			boolean
		
		
			The alignment for the label's text. Possible values are right]]> and left]]>.
			inlineLabel
			false
			true
		
		
			
			label
			false
			true
		
		
			Whether the wrapper should be the last element of the form. The default value is false]]>.
			last
			false
			true
			boolean
		
		
			Whether to translate the label's text into the user's language. The default value is true]]>.
			localizeLabel
			false
			true
			boolean
		
		
			A name for the field wrapper.
			name
			false
			true
		
		
			Whether to mark the wrapped fields as required.
			required
			false
			true
			boolean
		
	
	
		Creates a <div>]]> tag to group related form elements and offer additional styling.
		fieldset
		com.liferay.taglib.aui.FieldsetTag
		JSP
		
			collapsed
			false
			true
			boolean
		
		
			collapsible
			false
			true
			boolean
		
		
			Whether to display the field set as a column instead of a row.
			column
			false
			true
			boolean
		
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			
			helpMessage
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			
			label
			false
			true
		
		
			Sets whether to translate the label's text into the user's language. The default value is true]]>.
			localizeLabel
			false
			true
			boolean
		
		
			Deprecated as of 7.4.0, with no direct replacement.
			markupView
			false
			true
		
		
			A CSS class for styling the panel-header-link.
			panelHeaderLinkCssClass
			false
			true
		
		true
	
	
		Creates a form that offers additional styling and custom namespacing.
		form
		com.liferay.taglib.aui.FormTag
		JSP
		
			Where to send the form data when the form is submitted.
			action
			false
			true
		
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			Whether to escape the XML of the form's action URL. The default value is true]]>.
			escapeXml
			false
			true
			boolean
		
		
			Whether to align the form's labels. The default value is false]]>.
			inlineLabels
			false
			true
			boolean
		
		
			The method to send the form data. The default value is post]]>. Possible values are get]]> and post]]>.
			method
			false
			true
		
		
			A name for the form that is also used for the ID of the component instance. The default value is fm]]>.
			name
			false
			true
		
		
			A function to be called on submitting the form.
			onSubmit
			false
			true
		
		
			A namespace for the form and its elements. This attribute lets you set a namespace value that differs from the default portlet namespace.
			portletNamespace
			false
			true
		
		
			Whether to use the default portlet namespace, to avoid name conflicts. The default value is true]]>.
			useNamespace
			false
			true
			boolean
		
		
			Whether to validate fields when they lose focus. The default value is true]]>.
			validateOnBlur
			false
			true
			boolean
		
		true
	
	
		Creates a customizable icon that can leverage Bootstrap CSS icon classes.
		icon
		com.liferay.taglib.aui.IconTag
		JSP
		
			A class to give to the container of the icon, to provide an implementation for the icon. Note that the preferred method of setting the icon's image is via the image]]> attribute.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			data
			false
			true
			java.util.Map
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			The image to display for the icon. Values are taken from the suffix of the Bootstrap icon CSS classes. For example, to display the edit icon you would reference the icon-edit]]> CSS class by setting the value edit]]>. If an icon image is referenced for cssClass]]> and image]]>, both icons are shown in the component.
			image
			false
			true
		
		
			Text to display alongside the icon.
			label
			false
			true
		
		
			Deprecated as of 7.4.0, with no direct replacement.
			markupView
			false
			true
		
		
			src
			false
			true
		
		
			The target window in which the URL is opened. The default value is self]]>. Possible values are blank]]>, self]]>, parent]]>, top]]>, and a unique frame's name.
			target
			false
			true
		
		
			A URL navigated to when the icon is clicked.
			url
			false
			true
		
		true
	
	
		Creates a configurable input component.
		input
		com.liferay.taglib.aui.InputTag
		JSP
		
			Whether to pass the active translations.
			activeLanguageIds
			false
			true
		
		
			Whether to use admin mode to manage translations.
			adminMode
			false
			true
			boolean
		
		
			Whether to focus on the input component by default.
			autoFocus
			false
			true
			boolean
		
		
			Whether to autosize the input component.
			autoSize
			false
			true
			boolean
		
		
			A bean to associate with the input component.
			bean
			false
			true
			java.lang.Object
		
		
			The SVG icon markup to use in toggle-switch.
			buttonIconOff
			false
			true
		
		
			The SVG icon markup to use in toggle-switch.
			buttonIconOn
			false
			true
		
		
			Whether to reload the page when the value of the input changes. The default value is false]]>.
			changesContext
			false
			true
			boolean
		
		
			Whether to select the input. Note that this attribute is only enabled when type]]> is radio]]> or checkbox]]>.
			checked
			false
			true
			boolean
		
		
			The primary key for the instance of the class. The default value is 0]]>.
			classPK
			false
			true
			long
		
		
			The primary key for the class type. The default value is -1]]>.
			classTypePK
			false
			true
			long
		
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			data
			false
			true
			java.lang.Object
		
		
			dateTogglerCheckboxLabel
			false
			true
		
		
			The default language ID for the component.
			defaultLanguageId
			false
			true
		
		
			Whether the component is disabled. The default value is false]]>.
			disabled
			false
			true
			boolean
		
		
			field
			false
			true
		
		
			A variable name to refer to the field]]> of the component.
			fieldParam
			false
			true
		
		
			Whether the input component should be the first element of the form.
			first
			false
			true
			boolean
		
		
			A name for the form.
			formName
			false
			true
		
		
			
			helpMessage
			false
			true
		
		
			A CSS class for styling the help message text. The default value is input-group-addon]]>.
			helpTextCssClass
			false
			true
		
		
			The SVG icon markup to use in toggle-switch.
			iconOff
			false
			true
		
		
			The SVG icon markup to use in toggle-switch.
			iconOn
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			Whether to ignore the value saved from the request object. The default value is false]]>.
			ignoreRequestValue
			false
			true
			boolean
		
		
			Whether to align the input's field with the next element in the form. The default value is false]]>.
			inlineField
			false
			true
			boolean
		
		
			The input label's text alignment. Possible values are right]]> and left]]>.
			inlineLabel
			false
			true
		
		
			A label for the input component. If not assigned a value, the label is automatically taken from the name]]> attribute's value.
			label
			false
			true
		
		
			A CSS class for styling the label.
			labelCssClass
			false
			true
		
		
			languageId
			false
			true
		
		
			languagesDropdownDirection
			false
			true
		
		
			languagesDropdownVisible
			false
			true
			boolean
		
		
			Whether the component should be the last element of the form.
			last
			false
			true
			boolean
		
		
			Whether to translate the component's text features into the user's language. The default value is false]]>.
			localized
			false
			true
			boolean
		
		
			Whether to translate the label's text into the user's language. The default value is true]]>.
			localizeLabel
			false
			true
			boolean
		
		
			The maximum value for the input if its type]]> is number]]> or range]]>. Note that the max value is inclusive if the input's type]]> is range]]>.
			max
			false
			true
			java.lang.Object
		
		
			The minimum value for the input if its type]]> is number]]> or range]]>. Note that the min value is inclusive if the input's type]]> is range]]>.
			min
			false
			true
			java.lang.Object
		
		
			A class for the bean object.
			model
			false
			true
			java.lang.Class
		
		
			multiple
			false
			true
			boolean
		
		
			A name for the component. If the name contains --]]>, the generated name will be the substring following the --]]>, excluding the last two characters and any prefixes. For example, the pattern prefix--customName--]]> would result in the name customName]]>. If the id]]> is not provided and the type]]> is given, the name is used as the id]]>.
			name
			true
			true
		
		
			
			onChange
			false
			true
		
		
			A function to be called on a user clicking the input.
			onClick
			false
			true
		
		
			
			placeholder
			false
			true
		
		
			Text to display before the input.
			prefix
			false
			true
		
		
			Whether to mark the input as required.
			required
			false
			true
			boolean
		
		
			Whether to make the input's field resizeable, if the input is of type textarea]]>.
			resizable
			false
			true
			boolean
		
		
			Selected language ID, for the case when input is localized.
			selectedLanguageId
			false
			true
		
		
			
			showRequiredLabel
			false
			true
			boolean
		
		
			Text to display after the input.
			suffix
			false
			true
		
		
			A title for the input.
			title
			false
			true
		
		
			The input's type. Possible values are text]]>, hidden]]>, assetCategories]]>, assetTags]]>, textarea]]>, timeZone]]>, password]]>, checkbox]]>, radio]]>, submit]]>, button]]>, color]]>, email]]>, number]]>, range]]>, resource]]>, url]]>, and an empty value. If an empty value or no value is set, the input's type is obtained automatically from the input component's bean.
			type
			false
			true
		
		
			Whether to use the default portlet namespace, to avoid name conflicts. The default value is true]]>.
			useNamespace
			false
			true
			boolean
		
		
			A value for the input.
			value
			false
			true
			java.lang.Object
		
		
			Whether to wrap the input component in a div]]>, that can be styled. The default value is false]]>. If the wrapperCssClass]]> attribute is configured, the value is set automatically to true]]>.
			wrappedField
			false
			true
			boolean
		
		
			A CSS class for styling the div]]> that wraps the input component.
			wrapperCssClass
			false
			true
		
		true
	
	
		link
		com.liferay.taglib.aui.LinkTag
		empty
		
			crossOrigin
			false
			true
		
		
			cssClass
			false
			true
		
		
			href
			false
			true
		
		
			id
			false
			true
		
		
			integrity
			false
			true
		
		
			rel
			false
			true
		
		
			senna
			false
			true
		
		
			type
			false
			true
		
	
	
		Creates a configurable model context object that can be used as a model for other components.
		model-context
		com.liferay.taglib.aui.ModelContextTag
		JSP
		
			A bean associated with the model object.
			bean
			false
			true
			java.lang.Object
		
		
			The default language ID for the component.
			defaultLanguageId
			false
			true
		
		
			A class for the bean object.
			model
			false
			true
			java.lang.Class
		
	
	
		Creates a navigation wrapper component to hold <nav:item>]]> components for an <aui:nav-bar>]]> component.
		nav
		com.liferay.taglib.aui.NavTag
		JSP
		
			A name for the navigation component for assistive technologies to interpret.
			ariaLabel
			false
			true
		
		
			A role for assistive technologies to interpret HTML elements that have been used for something other than their intended purpose. For example, the <p>]]> tag could be used for something other than a paragraph.
			ariaRole
			false
			true
		
		
			collapsible
			false
			true
			boolean
		
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			icon
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			A search container for the navigation component to use.
			searchContainer
			false
			true
			com.liferay.portal.kernel.dao.search.SearchContainer
		
		
			Whether to use the default portlet namespace, to avoid name conflicts. The default value is true]]>.
			useNamespace
			false
			true
			boolean
		
		true
	
	
		Creates a navigation bar to house navigation components.
		nav-bar
		com.liferay.taglib.aui.NavBarTag
		JSP
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			data
			false
			true
			java.lang.Object
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			Deprecated as of 7.4.0, with no direct replacement.
			markupView
			false
			true
		
		true
	
	
		Creates a search component for an <aui:nav-bar>]]> component.
		nav-bar-search
		com.liferay.taglib.aui.NavBarSearchTag
		JSP
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			file
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			A search container for the navigation bar to use.
			searchContainer
			false
			true
			com.liferay.portal.kernel.dao.search.SearchContainer
		
		true
	
	
		Creates a navigation item for using in an <aui:nav>]]> component.
		nav-item
		com.liferay.taglib.aui.NavItemTag
		JSP
		
			A CSS class for styling the link set in the href]]> attribute.
			anchorCssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			anchorData
			false
			true
			java.lang.Object
		
		
			An ID for the instance of the navigation item's link, set in the href]]> attribute.
			anchorId
			false
			true
		
		
			A name for the navigation item for assistive technologies to interpret.
			ariaLabel
			false
			true
		
		
			A role for assistive technologies to interpret HTML elements that have been used for something other than their intended purpose. For example, the <p>]]> tag could be used for something other than a paragraph.
			ariaRole
			false
			true
		
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			data
			false
			true
			java.lang.Object
		
		
			Whether the navigation item is a dropdown menu. The default value is false]]>.
			dropdown
			false
			true
			boolean
		
		
			A URL navigated to when the navigation item is clicked.
			href
			false
			true
			java.lang.Object
		
		
			
			iconCssClass
			false
			true
		
		
			iconSrc
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			Text to display for the navigation item.
			label
			false
			true
		
		
			Whether to translate the label's text into the user's language. The default value is true]]>.
			localizeLabel
			false
			true
			boolean
		
		
			Whether the navigation item is selected by default. The default value is false]]>.
			selected
			false
			true
			boolean
		
		
			state
			false
			true
		
		
			target
			false
			true
		
		
			
			title
			false
			true
		
		
			toggle
			false
			true
			boolean
		
		
			toggleTouch
			false
			true
			boolean
		
		
			Whether to open a dialog window with the href]]> location when a user clicks the navigation item. The default value is false]]>.
			useDialog
			false
			true
			boolean
		
		
			Whether to wrap the navigation item's dropdown menu in an unordered list with the drop-down-menu]]> class. The default value is true]]>.
			wrapDropDownMenu
			false
			true
			boolean
		
		true
	
	
		Creates an option component for using in an <aui:select>]]> component.
		option
		com.liferay.taglib.aui.OptionTag
		JSP
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", foo>]]> would render as the attribute data-class-name = foo;]]>.
			data
			false
			true
			java.util.Map
		
		
			Whether the component is disabled. The default value is false]]>.
			disabled
			false
			true
			boolean
		
		
			Text to display as the option in the select form.
			label
			false
			true
			java.lang.Object
		
		
			Whether to translate the label's text into the user's language. The default value is true]]>.
			localizeLabel
			false
			true
			boolean
		
		
			Whether the option is selected when the component loads. The default value is false]]>.
			selected
			false
			true
			boolean
		
		
			Styling for the option component. For example, to align the text to the right you would specify text-align:right;]]>.
			style
			false
			true
		
		
			useModelValue
			false
			true
			boolean
		
		
			A value for the option. If no value is given, the value is taken from the label]]> attribute.
			value
			false
			true
			java.lang.Object
		
		true
	
	
		Creates a row to hold <aui:col>]]> components. Deprecated as of Athanasius (7.3.x), replaced by clay:row]]>.
		row
		com.liferay.taglib.aui.RowTag
		JSP
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		true
	
	
		Creates a script component in which to write JavaScript that facilitates using AlloyUI modules.
		script
		com.liferay.taglib.aui.ScriptTag
		JSP
		
			async
			false
			true
			boolean
		
		
			blocking
			false
			true
		
		
			crossOrigin
			false
			true
		
		
			defer
			false
			true
			boolean
		
		
			fetchPriority
			false
			true
		
		
			id
			false
			true
		
		
			integrity
			false
			true
		
		
			A position for the script.
			position
			false
			true
		
		
			referrerPolicy
			false
			true
		
		
			require
			false
			true
		
		
			sandbox
			false
			true
			boolean
		
		
			senna
			false
			true
		
		
			src
			false
			true
		
		
			type
			false
			true
		
		
			AlloyUI modules to be used in the script. Names of multiple modules must be separated by commas.
			use
			false
			true
		
	
	
		Creates a select field (or combo box) for holding <aui:option>]]> components.
		select
		com.liferay.taglib.aui.SelectTag
		JSP
		
			A bean associated with the select component.
			bean
			false
			true
			java.lang.Object
		
		
			Whether to reload the page when the value of the field changes. The default value is false]]>.
			changesContext
			false
			true
			boolean
		
		
			A CSS class for styling the component.
			cssClass
			false
			true
		
		
			Miscellaneous data to be stored via a map. For example, the HashMap<"class-name", "foo">]]> would render as the attribute data-class-name = "foo";]]>.
			data
			false
			true
			java.util.Map
		
		
			Whether the component is disabled. The default value is false]]>.
			disabled
			false
			true
			boolean
		
		
			field
			false
			true
		
		
			Whether the component should be the first element of the form. The default value is false]]>.
			first
			false
			true
			boolean
		
		
			
			helpMessage
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			ignoreRequestValue
			false
			true
			boolean
		
		
			Whether to align the select field with the next element in the form. The default value is false]]>.
			inlineField
			false
			true
			boolean
		
		
			An alignment for the label's text. Possible values are right]]> and left]]>.
			inlineLabel
			false
			true
		
		
			A label for the select field that is displayed above the field.
			label
			false
			true
		
		
			Whether the component should be the last element in the form. The default value is false]]>.
			last
			false
			true
			boolean
		
		
			A list type in which to automatically generate the options. Possible values can be found in ListTypeImpl.java]]>.
			listType
			false
			true
		
		
			listTypeFieldName
			false
			true
		
		
			Whether to translate the label's text into the user's language. The default value is true]]>.
			localizeLabel
			false
			true
			boolean
		
		
			Sets the class for the bean object.
			model
			false
			true
			java.lang.Class
		
		
			Whether multiple options can be selected. If set to true]]>, the select field expands to allow for multiple selections. The default value is false]]>.
			multiple
			false
			true
			boolean
		
		
			A name for the select field. Note that this value overrides the label]]> attribute and takes the place of the label.
			name
			true
			true
		
		
			
			onChange
			false
			true
		
		
			A function to be called on users clicking the select field.
			onClick
			false
			true
		
		
			Text to display before the select field.
			prefix
			false
			true
		
		
			Whether to mark the select field as required. The default value is false]]>.
			required
			false
			true
			boolean
		
		
			Whether to display an empty option as a placeholder. The default value is false]]>.
			showEmptyOption
			false
			true
			boolean
		
		
			Whether to display the required label above the select field. Note that this attribute is only active if the required]]> attribute is set to true]]>. The default value is false]]>.
			showRequiredLabel
			false
			true
			boolean
		
		
			Text to display after the select field.
			suffix
			false
			true
		
		
			A title for the select field.
			title
			false
			true
		
		
			Whether to use the default portlet namespace, to avoid name conflicts. The default value is true]]>.
			useNamespace
			false
			true
			boolean
		
		
			value
			false
			true
			java.lang.Object
		
		
			A CSS class for styling the div]]> that wraps the select field.
			wrapperCssClass
			false
			true
		
		true
	
	
		style
		com.liferay.taglib.aui.StyleTag
		JSP
		
			senna
			false
			true
		
		
			type
			false
			true
		
	
	
		Creates a UI component for managing translation of associated content.
		translation-manager
		com.liferay.taglib.aui.TranslationManagerTag
		JSP
		
			Available locales of translation languages from which to choose.
			availableLocales
			false
			true
			java.util.Locale[]
		
		
			Whether to make the translation manager default language changeable. The default value is true]]>.
			changeableDefaultLanguage
			false
			true
			boolean
		
		
			
			defaultLanguageId
			false
			true
		
		
			editingLanguageId
			false
			true
		
		
			The group ID of the site.
			groupId
			false
			true
			long
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			Whether to activate the translation manager. The default value is true]]>. If this is set to false]]>, the translation manager will not work entirely.
			initialize
			false
			true
			boolean
		
		
			Whether to make the translation manager read-only for the user. The default value is false]]>.
			readOnly
			false
			true
			boolean
		
	
	
		Creates a component to validate input fields.
		validator
		com.liferay.taglib.aui.ValidatorTagImpl
		JSP
		
			A custom error message to replace the default validation error message.
			errorMessage
			false
			true
		
		
			The type of validation for the input field. Possible values are acceptFiles]]>, alpha]]>, alphanum]]>, date]]>, digits]]>, email]]>, equalTo]]>, iri]]>, max]]>, maxLength]]>, min]]>, minLength]]>, number]]>, required]]>, and url]]>.
			name
			true
			true
		
	
	
		Deprecated as of Cavanaugh (7.4.x), replaced by liferay-portal-workflow:status]]>.
		workflow-status
		com.liferay.taglib.aui.WorkflowStatusTag
		JSP
		
			A bean associated with the workflow status component.
			bean
			false
			true
			java.lang.Object
		
		
			
			helpMessage
			false
			true
		
		
			An ID for the component instance.
			id
			false
			true
		
		
			Deprecated as of 7.4.0, with no direct replacement.
			markupView
			false
			true
		
		
			A class for the bean object.
			model
			false
			true
			java.lang.Class
		
		
			Whether to show the workflow status help message. The default value is true]]>.
			showHelpMessage
			false
			true
			boolean
		
		
			Whether to show the workflow status icon. The default value is true]]>.
			showIcon
			false
			true
			boolean
		
		
			Whether to show the status label. The default value is true]]>.
			showLabel
			false
			true
			boolean
		
		
			A workflow status. Possible values are 0]]> (Approved), 1]]> (Pending), 2]]> (Draft), 3]]> (Expired), 4]]> (Denied), 5]]> (Inactive), 6]]> (Incomplete), 7]]> (Scheduled), and 8]]> (In-Trash). Any other value defaults to status (Any).
			status
			false
			true
			java.lang.Integer
		
		
			A workflow status message that overrides the existing one.
			statusMessage
			false
			true
		
		
			A version for the workflow status that is displayed in a label next to the workflow status.
			version
			false
			true
		
	




© 2015 - 2025 Weber Informatics LLC | Privacy Policy