Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
4696 righe
153 KiB
4696 righe
153 KiB
<?xml version="1.0"?> |
|
|
|
<taglib |
|
version="2.1" |
|
xmlns="http://java.sun.com/xml/ns/javaee" |
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" |
|
> |
|
<description>Provides the Liferay UI component tags, prefixed with <![CDATA[<code>liferay-ui:</code>]]>.</description> |
|
<tlib-version>1.0</tlib-version> |
|
<short-name>liferay-ui</short-name> |
|
<uri>http://liferay.com/tld/ui</uri> |
|
<tag> |
|
<name>app-view-display-style</name> |
|
<tag-class>com.liferay.taglib.ui.AppViewDisplayStyleTag</tag-class> |
|
<body-content>empty</body-content> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayStyles</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>requestParams</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a component for displaying entry items such as images, documents, folders, etc. in a concise but informative manner. Items are displayed in a similar fashion to entries in the file system of most operating systems.</description> |
|
<name>app-view-entry</name> |
|
<tag-class>com.liferay.taglib.ui.AppViewEntryTag</tag-class> |
|
<body-content>empty</body-content> |
|
<attribute> |
|
<description>The path to an action JSP page.</description> |
|
<name>actionJsp</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The Java class name for any categories added to the entry.</description> |
|
<name>assetCategoryClassName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The Java class primary key for any categories added to the entry. This is a Java <![CDATA[<code>long</code>]]>.</description> |
|
<name>assetCategoryClassPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The Java class name for any tags added to the entry.</description> |
|
<name>assetTagClassName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The Java class primary key for any tags added to the entry. This is a Java <![CDATA[<code>long</code>]]>.</description> |
|
<name>assetTagClassPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The name of the entry's author.</description> |
|
<name>author</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The date the entry was created.</description> |
|
<name>createDate</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling this component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <![CDATA[<code><String, Object></code>]]>.</description> |
|
<name>data</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.Map</type> |
|
</attribute> |
|
<attribute> |
|
<description>A description of the entry.</description> |
|
<name>description</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A date to display the entry.</description> |
|
<name>displayDate</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A display style for the component. Options are <![CDATA[<code>list</code>]]>, <![CDATA[<code>icon</code>]]>, and <![CDATA[<code>descriptive</code>]]>.</description> |
|
<name>displayStyle</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A date for the entry to expire and be automatically deleted.</description> |
|
<name>expirationDate</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the entry is a folder. The default is <![CDATA[<code>false</code>]]>.</description> |
|
<name>folder</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The group ID of the entry. This is a Java <![CDATA[<code>long</code>]]>.</description> |
|
<name>groupId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The version number of the most recently published copy of the entry.</description> |
|
<name>latestApprovedVersion</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The author of the most recently published version of the entry.</description> |
|
<name>latestApprovedVersionAuthor</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the entry is locked. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>locked</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The date of the most recent modification to the entry.</description> |
|
<name>modifiedDate</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The date the entry was reviewed.</description> |
|
<name>reviewDate</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A checkbox input ID to be used for the entry row checker.</description> |
|
<name>rowCheckerId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the entry row checker.</description> |
|
<name>rowCheckerName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to show a shortcut icon link to the entry. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>shortcut</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the entry is selectable. An actual checkbox is used when the display style is <![CDATA[<code>icon</code>]]> or <![CDATA[<code>descriptive</code>]]>. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>showCheckbox</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to show the link title. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>showLinkTitle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The current status of the entry, as represented by an integer. Options are <![CDATA[<code>-1: STATUS_ANY</code>]]>, <![CDATA[<code>0: STATUS_APPROVED</code>]]>, <![CDATA[<code>1: ACTION_PUBLISH</code>]]>, <![CDATA[<code>2: STATUS_DRAFT</code>]]>, and <![CDATA[<code>4: STATUS_DENIED</code>]]>. The default value is <![CDATA[<code>-1</code>]]>.</description> |
|
<name>status</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS style to be applied to the div containing the thumbnail for the entry.</description> |
|
<name>thumbnailDivStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The source URL for an entry thumbnail image.</description> |
|
<name>thumbnailSrc</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS style to be applied to the thumbnail for the entry.</description> |
|
<name>thumbnailStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A title for the entry.</description> |
|
<name>title</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The current version of the entry.</description> |
|
<name>version</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to view the full entry.</description> |
|
<name>url</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a navigation list item component for navigating app view entries.</description> |
|
<name>app-view-navigation-entry</name> |
|
<tag-class>com.liferay.taglib.ui.AppViewNavigationEntryTag</tag-class> |
|
<body-content>empty</body-content> |
|
<attribute> |
|
<description>The path for an action JSP page.</description> |
|
<name>actionJsp</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling this component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Data to be applied to the component link and stored via a map. This data is not shared with the browser. The map holds key value pairs of type <![CDATA[<code><String, Object></code>]]>.</description> |
|
<name>dataView</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.Map</type> |
|
</attribute> |
|
<attribute> |
|
<description>A title for the component.</description> |
|
<name>entryTitle</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for setting the icon of the component.</description> |
|
<name>iconImage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>iconSrc</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the entry is selected.</description> |
|
<name>selected</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to view the entry.</description> |
|
<name>viewURL</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a toolbar for viewing items in app view.</description> |
|
<name>app-view-toolbar</name> |
|
<tag-class>com.liferay.taglib.ui.AppViewToolbarTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether to include the option to choose a display style for component items. If the value is <![CDATA[<code>true</code>]]>, a list of display style options is rendered. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>includeDisplayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to include an option to select all component items. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>includeSelectAll</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The file path for a search JSP page.</description> |
|
<name>searchJsp</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a component for displaying search results of entries in app view.</description> |
|
<name>app-view-search-entry</name> |
|
<tag-class>com.liferay.taglib.ui.AppViewSearchEntryTag</tag-class> |
|
<body-content>empty</body-content> |
|
<attribute> |
|
<description>The file path for an action JSP page.</description> |
|
<name>actionJsp</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>containerIcon</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The name of the container that the entry is in, such as the name of a folder.</description> |
|
<name>containerName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>containerSrc</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The type of container the entry is in, such as <![CDATA[<code>Folder</code>]]>.</description> |
|
<name>containerType</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling this component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A description of the entry.</description> |
|
<name>description</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A list of objects containing information such as content, user ID, and titles of the entry file attachments.</description> |
|
<name>fileEntryTuples</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the entry is locked. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>locked</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A list of objects containing information such as content, author, and status of entry messages. An example would be a comment made by one user on another user's blog post.</description> |
|
<name>mbMessages</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Query terms of the search.</description> |
|
<name>queryTerms</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A checkbox input ID to be used for the entry row checker. This is a Java <![CDATA[<code>long</code>]]>.</description> |
|
<name>rowCheckerId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name to be used for the entry row checker.</description> |
|
<name>rowCheckerName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the entry is selectable via a checkbox. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>showCheckbox</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The current status of the entry as represented by an integer. Options are <![CDATA[<code>-1: STATUS_ANY</code>]]>, <![CDATA[<code>0: STATUS_APPROVED</code>]]>, <![CDATA[<code>1: ACTION_PUBLISH</code>]]>, <![CDATA[<code>2: STATUS_DRAFT</code>]]>, and <![CDATA[<code>4: STATUS_DENIED</code>]]>.</description> |
|
<name>status</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The URL for an entry thumbnail image.</description> |
|
<name>thumbnailSrc</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A title for the entry.</description> |
|
<name>title</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL used to view the full entry.</description> |
|
<name>url</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The current and past versions of the entry.</description> |
|
<name>versions</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>asset-categories-error</name> |
|
<tag-class>com.liferay.taglib.ui.AssetCategoriesErrorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
</tag> |
|
<tag> |
|
<name>asset-categories-navigation</name> |
|
<tag-class>com.liferay.taglib.ui.AssetCategoriesNavigationTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>hidePortletWhenEmpty</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>vocabularyIds</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>asset-categories-selector</name> |
|
<tag-class>com.liferay.taglib.ui.AssetCategoriesSelectorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>className</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>contentCallback</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>curCategoryIds</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>groupIds</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>hiddenInput</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ignoreRequestValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>asset-categories-summary</name> |
|
<tag-class>com.liferay.taglib.ui.AssetCategoriesSummaryTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>portletURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>asset-links</name> |
|
<tag-class>com.liferay.taglib.ui.AssetLinksTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>assetEntryId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>className</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a <![CDATA[<code>liferay-ui:error</code>]]> component to display tag-related error messages.</description> |
|
<name>asset-tags-error</name> |
|
<tag-class>com.liferay.taglib.ui.AssetTagsErrorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
</tag> |
|
<tag> |
|
<name>asset-tags-navigation</name> |
|
<tag-class>com.liferay.taglib.ui.AssetTagsNavigationTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>classNameId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>hidePortletWhenEmpty</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>maxAssetTags</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showAssetCount</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showZeroAssetCount</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a <![CDATA[<code>Liferay.AssetTagsSelector</code>]]> component to create and select tags to add to an asset, such as a blog entry, bookmark, or wiki page.</description> |
|
<name>asset-tags-selector</name> |
|
<tag-class>com.liferay.taglib.ui.AssetTagsSelectorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether to automatically focus the tag input field. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>autoFocus</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The Java class of the asset.</description> |
|
<name>className</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The Java class primary key of an asset to associate with the tags. This is a Java <![CDATA[<code>long</code>]]>.</description> |
|
<name>classPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A function to get tag suggestions based on the asset's content.</description> |
|
<name>contentCallback</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The current selected tags.</description> |
|
<name>curTags</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The group IDs of the asset tags.</description> |
|
<name>groupIds</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The name of the hidden input for passing in the asset's current tags.</description> |
|
<name>hiddenInput</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ignoreRequestValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a component to display all the tags associated with an asset, such as a blog entry, wiki page, or message boards message.</description> |
|
<name>asset-tags-summary</name> |
|
<tag-class>com.liferay.taglib.ui.AssetTagsSummaryTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>An array of the asset tag names.</description> |
|
<name>assetTagNames</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The Java class of the asset.</description> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The Java class primary key of an asset. This is a Java <![CDATA[<code>long</code>]]>.</description> |
|
<name>classPK</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A message to display before the tag labels. A standard example is <![CDATA[<code>tags</code>]]>, which renders as <![CDATA[<code>Tags:</code>]]>.</description> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The URL of a portlet to display the tags.</description> |
|
<name>portletURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>breadcrumb</name> |
|
<tag-class>com.liferay.taglib.ui.BreadcrumbTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>portletURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>selLayout</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>selLayoutParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showCurrentGroup</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showCurrentPortlet</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showGuestGroup</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showLayout</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showParentGroups</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showPortletBreadcrumb</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a calendar with configurable events.</description> |
|
<name>calendar</name> |
|
<tag-class>com.liferay.taglib.ui.CalendarTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A given set of integers, corresponding to a day of the chosen month, and to mark with a dot.</description> |
|
<name>data</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.Set</type> |
|
</attribute> |
|
<attribute> |
|
<description>A day of the month to highlight in the calendar.</description> |
|
<name>day</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A format for the header.</description> |
|
<name>headerFormat</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.text.Format</type> |
|
</attribute> |
|
<attribute> |
|
<description>A pattern for the calendar header. A possible value is <![CDATA[<code>MMM/dd/yyyy</code>]]>.</description> |
|
<name>headerPattern</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A month of the year to display at the top of the calendar.</description> |
|
<name>month</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to display up to six calendar weeks relative to the set day. If the set day of the month is in the latter part of the month, the current month's weeks will be displayed and up to two weeks of the next month will be displayed. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>showAllPotentialWeeks</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A year to display at the top of the calendar.</description> |
|
<name>year</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates an image CAPTCHA with a corresponding verification input.</description> |
|
<name>captcha</name> |
|
<tag-class>com.liferay.taglib.ui.CaptchaTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>The source URL for the image CAPTCHA.</description> |
|
<name>url</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>categorization-filter</name> |
|
<tag-class>com.liferay.taglib.ui.CategorizationFilterTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>assetType</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>portletURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>custom-attribute</name> |
|
<tag-class>com.liferay.taglib.ui.CustomAttributeTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>editable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>label</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>name</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>custom-attribute-list</name> |
|
<tag-class>com.liferay.taglib.ui.CustomAttributeListTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>editable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ignoreAttributeNames</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>label</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>custom-attributes-available</name> |
|
<tag-class>com.liferay.taglib.ui.CustomAttributesAvailableTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>companyId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ignoreAttributeNames</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>editable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>ddm-template-selector</name> |
|
<tag-class>com.liferay.taglib.ui.DDMTemplateSelectorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>classNameId</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayStyleGroupId</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayStyles</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>icon</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>label</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>refreshURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showEmptyOption</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>diff</name> |
|
<tag-class>com.liferay.taglib.ui.DiffTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>diffResults</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>sourceName</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>targetName</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>diff-html</name> |
|
<tag-class>com.liferay.taglib.ui.DiffHtmlTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>diffHtmlResults</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>discussion</name> |
|
<tag-class>com.liferay.taglib.ui.DiscussionTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>assetEntryVisible</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>formAction</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>hideControls</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>permissionClassName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>permissionClassPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ratingsEnabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>redirect</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Deprecated as of 6.2.0, with no direct replacement</description> |
|
<name>subject</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>userId</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates an error message to display to the user.</description> |
|
<name>error</name> |
|
<tag-class>com.liferay.taglib.ui.ErrorTag</tag-class> |
|
<tei-class>com.liferay.taglib.ui.ErrorTei</tei-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A class for the exception.</description> |
|
<name>exception</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The name of a field on which to focus the error message.</description> |
|
<name>focusField</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A key to place in the <![CDATA[<code>SessionErrors</code>]]> object to trigger the error message.</description> |
|
<name>key</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Explicit message text or a language key name from which to derive text for the message.</description> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rowBreak</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to translate the message into the user's language. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>translateMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>error-marker</name> |
|
<tag-class>com.liferay.taglib.ui.ErrorMarkerTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>key</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>value</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a flag icon that lets users report inappropriate content.</description> |
|
<name>flags</name> |
|
<tag-class>com.liferay.taglib.ui.FlagsTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>The flagged asset's Java class name.</description> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The flagged asset's entry ID.</description> |
|
<name>classPK</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The flagged asset's title.</description> |
|
<name>contentTitle</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to show message text as a label next to the flag icon or as a tooltip. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>label</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Text to display next to the flag icon. The default text is <![CDATA[<code>Flag</code>]]>.</description> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The user ID of the user who flagged the asset.</description> |
|
<name>reportedUserId</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>flash</name> |
|
<tag-class>com.liferay.taglib.ui.FlashTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>align</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>allowFullScreen</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>allowScriptAccess</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>base</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>bgcolor</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>devicefont</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>flashvars</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>height</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>loop</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>menu</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>movie</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>play</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>quality</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>salign</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>scale</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>swliveconnect</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>version</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>width</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>wmode</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>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.</description> |
|
<name>form-navigator</name> |
|
<tag-class>com.liferay.taglib.ui.FormNavigatorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A URL for the form's cancel button.</description> |
|
<name>backURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The name of each category in the form.</description> |
|
<name>categoryNames</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The name of each section within a category.</description> |
|
<name>categorySections</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A type of navigation to be used. Options are <![CDATA[<code>steps</code>]]> and <![CDATA[<code>panel</code>]]>. The default display style is side navigation.</description> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the form.</description> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>HTML to append to the navigator. Examples include alternate form buttons, form instructions, or information about the form.</description> |
|
<name>htmlBottom</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>HTML to prepend to the navigator.</description> |
|
<name>htmlTop</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A path to the <![CDATA[<code>formSection.jsp</code>]]> file's folder <![CDATA[<code>/path/to/jsp/folder/</code>]]>.</description> |
|
<name>jspPath</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to show the <![CDATA[<code>Submit</code>]]> and <![CDATA[<code>Cancel</code>]]> buttons. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>showButtons</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>group-search</name> |
|
<tag-class>com.liferay.taglib.ui.GroupSearchTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>groupParams</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>portletURL</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rowChecker</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a header that displays its text above a horizontal rule accompanied by a configurable back URL button.</description> |
|
<name>header</name> |
|
<tag-class>com.liferay.taglib.ui.HeaderTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Text to display on mouse over of the back URL. The default value is <![CDATA[<code>Back</code>]]>.</description> |
|
<name>backLabel</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL for navigating back to.</description> |
|
<name>backURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the header component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to escape the header's XML tags. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>escapeXml</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to translate the header's <![CDATA[<code>title</code>]]> into the localized language. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>localizeTitle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to display the back URL. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>showBackURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A title to display as the header text.</description> |
|
<name>title</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a fully configurable icon that provides access to current Liferay theme icons.</description> |
|
<name>icon</name> |
|
<tag-class>com.liferay.taglib.ui.IconTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A value for the <![CDATA[<code>alt</code>]]> attribute of the embedded <![CDATA[<code>img</code>]]> tag.</description> |
|
<name>alt</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A role for assistive technologies to interpret for HTML elements that have been used for something other than their intended purpose. For example, the <![CDATA[<code><p></code>]]> tag could be used for something other than a paragraph.</description> |
|
<name>ariaRole</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Miscellaneous data to be stored via a map. This data is not shared with the browser. The map holds key value pairs of type <![CDATA[<code><String, Object></code>]]>.</description> |
|
<name>data</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.Map</type> |
|
</attribute> |
|
<attribute> |
|
<description>An icon from a Bootstrap icon CSS Class. Note that any image for the <![CDATA[<code>image</code>]]> attribute takes precedence. Icon CSS classes to specify for this attribute can be found at <![CDATA[<a href="http://marcoceppi.github.io/bootstrap-glyphicons/" >http://marcoceppi.github.io/bootstrap-glyphicons/</a>]]>.</description> |
|
<name>iconCssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's <![CDATA[<code>common</code>]]> image folder. This image takes precedence over any icon value set via the <![CDATA[<code>iconCssClass</code>]]> attribute.</description> |
|
<name>image</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An icon to display on mouse over of the component. The icon image comes from the current theme. The value can be the filename prefix of any image file in the theme's <![CDATA[<code>common</code>]]> image folder.</description> |
|
<name>imageHover</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to display the <![CDATA[<code>message</code>]]> attribute's value as the icon's label.</description> |
|
<name>label</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A language to associate with the icon, to assist search engines and web browsers in finding and rendering the icon appropriately.</description> |
|
<name>lang</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the icon's URL.</description> |
|
<name>linkCssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to translate the icon's <![CDATA[<code>message</code>]]> into the user's language.</description> |
|
<name>localizeMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Text to be displayed for the icon on mouse over.</description> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An HTTP request method. Possible values are <![CDATA[<code>get</code>]]> and <![CDATA[<code>post</code>]]>.</description> |
|
<name>method</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A function to be called on a user clicking the icon.</description> |
|
<name>onClick</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The location of an image file to use in the icon.</description> |
|
<name>src</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The location of an image file to use on mouse over of the icon. This value takes precedence over the <![CDATA[<code>imageHover</code>]]> attribute. This image takes precedence over icons set with the <![CDATA[<code>imageHover</code>]]> attribute.</description> |
|
<name>srcHover</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A target window in which to open the URL. The default value is <![CDATA[<code>self</code>]]>. Possible values are <![CDATA[<code>blank</code>]]>, <![CDATA[<code>self</code>]]>, <![CDATA[<code>parent</code>]]>, <![CDATA[<code>top</code>]]>, and a unique frame's name.</description> |
|
<name>target</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to use a tooltip. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>toolTip</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to navigate to when the icon is clicked.</description> |
|
<name>url</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to open the URL in a dialog window. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>useDialog</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates an icon to associate with deactivating an item.</description> |
|
<name>icon-deactivate</name> |
|
<tag-class>com.liferay.taglib.ui.IconDeactivateTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether to display a message on the icon's label on mouse over of the icon. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>label</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A URL navigated to when the icon is clicked.</description> |
|
<name>url</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a configurable icon to associate with deleting or removing an item.</description> |
|
<name>icon-delete</name> |
|
<tag-class>com.liferay.taglib.ui.IconDeleteTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Text to use in place of the text from the default deletion confirmation message language key <![CDATA[<code>are-you-sure-you-want-to-delete-this</code>]]>. If the <![CDATA[<code>trash</code>]]> attribute is set to <![CDATA[<code>true</code>]]>, no confirmation message is shown.</description> |
|
<name>confirmation</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An image for the icon, from the current theme. The value can be the filename prefix of any image file in the theme's <![CDATA[<code>common</code>]]> image folder. The image takes precedence over any default icon images.</description> |
|
<name>image</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to display the <![CDATA[<code>message</code>]]> attribute's value as the icon's label. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>label</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Text to display on mouse over of the icon.</description> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An HTTP request method to invoke. Possible values are <![CDATA[<code>get</code>]]> and <![CDATA[<code>post</code>]]>.</description> |
|
<name>method</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to use the trash icon instead of the remove icon. The default value is<![CDATA[<code>false</code>]]>.</description> |
|
<name>trash</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A URL navigated to when the icon is clicked.</description> |
|
<name>url</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a help icon that displays a custom message as a tooltip on mouse over of the help icon.</description> |
|
<name>icon-help</name> |
|
<tag-class>com.liferay.taglib.ui.IconHelpTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Text to be displayed on mouse over of the icon.</description> |
|
<name>message</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a list of icons from a list of child components.</description> |
|
<name>icon-list</name> |
|
<tag-class>com.liferay.taglib.ui.IconListTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether to render the icon list when there is only one child component. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>showWhenSingleIcon</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates an icon menu from a list of child components.</description> |
|
<name>icon-menu</name> |
|
<tag-class>com.liferay.taglib.ui.IconMenuTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A position from which to pop up the icon menu dialog in relation to the trigger. The default direction is <![CDATA[<code>left</code>]]>. Possible values are <![CDATA[<code>up</code>]]>, <![CDATA[<code>down</code>]]>, <![CDATA[<code>left</code>]]> or <![CDATA[<code>right</code>]]>.</description> |
|
<name>direction</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to disable the icon menu.</description> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to extend the icon menu trigger by wrapping it in a button. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>extended</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The location of an image file to use in the icon.</description> |
|
<name>icon</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to translate the message to the user's language. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>localizeMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The number of items to show in the icon menu before scrolling. The default value is 15.</description> |
|
<name>maxDisplayItems</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>Text to display next to the icon menu trigger. The default value is <![CDATA[<code>actions</code>]]>.</description> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to add the <![CDATA[<code>select</code>]]> CSS class to the icon menu. If set to <![CDATA[<code>true</code>]]>, the selected icon is added to the icon menu's trigger when the icon is selected. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>select</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to extend the icon menu by default. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>showExpanded</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to show an arrow, indicating a popup dialog, next to the icon menu's trigger icon. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>showArrow</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to show the icon menu when there is only one icon. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>showWhenSingleIcon</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the trigger for the icon menu. The default value is <![CDATA[<code>btn btn-default</code>]]>.</description> |
|
<name>triggerCssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the icon menu drop-down caret points to the direction set by the <![CDATA[<code>direction</code>]]> attribute.</description> |
|
<name>useIconCaret</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>input-asset-links</name> |
|
<tag-class>com.liferay.taglib.ui.InputAssetLinksTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>assetEntryId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>className</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a configurable input checkbox.</description> |
|
<name>input-checkbox</name> |
|
<tag-class>com.liferay.taglib.ui.InputCheckBoxTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the checkbox is selected by default.</description> |
|
<name>defaultValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the checkbox is disabled.</description> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the checkbox's form.</description> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A function to be called on a user clicking the checkbox.</description> |
|
<name>onClick</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name for the component.</description> |
|
<name>param</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a date input field that displays a calendar for date selection.</description> |
|
<name>input-date</name> |
|
<tag-class>com.liferay.taglib.ui.InputDateTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether the date field gets focus by default. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>autoFocus</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to refer to the day of the component.</description> |
|
<name>dayParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A day value to display in the input field.</description> |
|
<name>dayValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to disable the namespace for the component. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>disableNamespace</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to disable the input field. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A day to set as the first day of the week. The default value is <![CDATA[<code>Calendar.SUNDAY - 2</code>]]>.</description> |
|
<name>firstDayOfWeek</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the date input's form.</description> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to refer to the combined month and year of the component.</description> |
|
<name>monthAndYearParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to refer to the month of the component.</description> |
|
<name>monthParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The numerical value for a month to display in the input field. Integer values for the month start with <![CDATA[<code>0</code>]]>.</description> |
|
<name>monthValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the date input.</description> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the component's values can be set to null.</description> |
|
<name>nullable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to refer to the year of the component.</description> |
|
<name>yearParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A year value to display in the input field.</description> |
|
<name>yearValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates an input field for editing rich text.</description> |
|
<name>input-editor</name> |
|
<tag-class>com.liferay.taglib.ui.InputEditorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A map of configuration parameters. The map holds key value pairs of type <![CDATA[<code><String, String></code>]]>.</description> |
|
<name>configParams</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.Map</type> |
|
</attribute> |
|
<attribute> |
|
<description>The ID of a language for the input editor's text.</description> |
|
<name>contentsLanguageId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>editorImpl</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>inlineEdit</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>inlineEditSaveURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A map of configuration parameters. The map holds key value pairs of <![CDATA[<code><String, String></code>]]>.</description> |
|
<name>fileBrowserParams</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.Map</type> |
|
</attribute> |
|
<attribute> |
|
<name>height</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>initMethod</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the input editor. The default value is <![CDATA[<code>editor</code>]]>.</description> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A function to be called when the input editor loses focus.</description> |
|
<name>onBlurMethod</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A function to be called on a change in the input editor.</description> |
|
<name>onChangeMethod</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A function to be called when the input editor gets focus.</description> |
|
<name>onFocusMethod</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the field for the input editor is resizable. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>resizable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to skip loading resources necessary for the CKEditor. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>skipEditorLoading</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A toolbar for the input editor. The default value is <![CDATA[<code>liferay</code>]]>. Possible values are <![CDATA[<code>bbcode</code>]]>, <![CDATA[<code>creole</code>]]>, <![CDATA[<code>editInPlace</code>]]>, <![CDATA[<code>email</code>]]>, <![CDATA[<code>liferay</code>]]>, <![CDATA[<code>liferayArticle</code>]]>, <![CDATA[<code>phone</code>]]>, <![CDATA[<code>simple</code>]]>, and <![CDATA[<code>tablet</code>]]>.</description> |
|
<name>toolbarSet</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>width</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>input-field</name> |
|
<tag-class>com.liferay.taglib.ui.InputFieldTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>autoComplete</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>autoFocus</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>autoSize</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>bean</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>dateTogglerCheckboxLabel</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>defaultLanguageId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>defaultValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>field</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>fieldParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>format</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ignoreRequestValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>languageId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>model</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>placeholder</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>input-localized</name> |
|
<tag-class>com.liferay.taglib.ui.InputLocalizedTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>autoFocus</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>autoSize</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>availableLocales</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>defaultLanguageId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayWidth</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ignoreRequestValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>languageId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>maxLength</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>name</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>type</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>xml</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<dynamic-attributes>true</dynamic-attributes> |
|
</tag> |
|
<tag> |
|
<description>Creates an input move boxes component comprised of two columns of key value pairs that can be rearranged.</description> |
|
<name>input-move-boxes</name> |
|
<tag-class>com.liferay.taglib.ui.InputMoveBoxesTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the left box.</description> |
|
<name>leftBoxName</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A list of key value pairs for the left box.</description> |
|
<name>leftList</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.List</type> |
|
</attribute> |
|
<attribute> |
|
<description>A function to be called on a change in selection in the left list.</description> |
|
<name>leftOnChange</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the left list can be reordered. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>leftReorder</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A title to display at the top of the right box.</description> |
|
<name>leftTitle</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the right box.</description> |
|
<name>rightBoxName</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A list of key value pairs for the right box.</description> |
|
<name>rightList</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.List</type> |
|
</attribute> |
|
<attribute> |
|
<description>A function to be called on a change in selection in the right list.</description> |
|
<name>rightOnChange</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the right list can be reordered. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>rightReorder</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A title to display at the top of the right box.</description> |
|
<name>rightTitle</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>input-permissions</name> |
|
<tag-class>com.liferay.taglib.ui.InputPermissionsTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>modelName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>input-permissions-params</name> |
|
<tag-class>com.liferay.taglib.ui.InputPermissionsParamsTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>modelName</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>input-repeat</name> |
|
<tag-class>com.liferay.taglib.ui.InputRepeatTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>event</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>input-resource</name> |
|
<tag-class>com.liferay.taglib.ui.InputResourceTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>title</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>url</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>input-scheduler</name> |
|
<tag-class>com.liferay.taglib.ui.InputSchedulerTag</tag-class> |
|
<body-content>JSP</body-content> |
|
</tag> |
|
<tag> |
|
<description>Creates a configurable search box.</description> |
|
<name>input-search</name> |
|
<tag-class>com.liferay.taglib.ui.InputSearchTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether the search field gets focus by default. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>autoFocus</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A text value for the search button's label. The default value is <![CDATA[<code>Search</code>]]>.</description> |
|
<name>buttonLabel</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance. The default value is <![CDATA[<code>displayTerms.KEYWORDS</code>]]>.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the search box. The default value is <![CDATA[<code>displayTerms.KEYWORDS</code>]]>.</description> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Placeholder text for the search field. The default value is the value of the <![CDATA[<code>buttonLabel</code>]]> attribute.</description> |
|
<name>placeholder</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to show the search button. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>showButton</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A title for the search box.</description> |
|
<name>title</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to use a namespace with the search button. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>useNamespace</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a select input component with yes or no options.</description> |
|
<name>input-select</name> |
|
<tag-class>com.liferay.taglib.ui.InputSelectTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to select <![CDATA[<code>yes</code>]]> as the input's default value.</description> |
|
<name>defaultValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to disable input.</description> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the input select's form.</description> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name for the component.</description> |
|
<name>param</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a configurable text area input field.</description> |
|
<name>input-textarea</name> |
|
<tag-class>com.liferay.taglib.ui.InputTextAreaTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Text to display in the text area.</description> |
|
<name>defaultValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to disable input. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name for the component.</description> |
|
<name>param</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a time input field that provides a scrollable dropdown list of hours, in intervals designated by the <![CDATA[<code>minuteInterval</code>]]> attribute.</description> |
|
<name>input-time</name> |
|
<tag-class>com.liferay.taglib.ui.InputTimeTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>The name of the AM/PM parameter for the time input. An acceptable value is <![CDATA[<code>ampm</code>]]>.</description> |
|
<name>amPmParam</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A time to AM or PM. Acceptable values are <![CDATA[<code>0</code>]]> for AM and <![CDATA[<code>1</code>]]> for PM. The default value is <![CDATA[<code>0</code>]]>.</description> |
|
<name>amPmValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the time input.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A date parameter for the time input. An acceptable value is <![CDATA[<code>date</code>]]>.</description> |
|
<name>dateParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A date to associate with the time displayed.</description> |
|
<name>dateValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>java.util.Date</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the input field is disabled.</description> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The name of the hour parameter for the component. An acceptable value is <![CDATA[<code>hour</code>]]>.</description> |
|
<name>hourParam</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An hour value for the time displayed. The default value is <![CDATA[<code>12</code>]]>.</description> |
|
<name>hourValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A minute interval displayed in the input. The default value is <![CDATA[<code>30</code>]]>.</description> |
|
<name>minuteInterval</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>The name of the minute parameter for the component. An acceptable value is <![CDATA[<code>minute</code>]]>.</description> |
|
<name>minuteParam</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A minute value for the time displayed. The default value is <![CDATA[<code>00</code>]]>.</description> |
|
<name>minuteValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the time input.</description> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a configurable timezone drop-down menu.</description> |
|
<name>input-time-zone</name> |
|
<tag-class>com.liferay.taglib.ui.InputTimeZoneTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether the field gets focus by default.</description> |
|
<name>autoFocus</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to consider daylight savings for the times. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>daylight</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the field is disabled.</description> |
|
<name>disabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A style number corresponding to the time zone. A value of <![CDATA[<code>0</code>]]> displays the time zone's abbreviated name and a value of <![CDATA[<code>1</code>]]> displays its full name, e.g. "Pacific Standard Time." The default value is <![CDATA[<code>0</code>]]>.</description> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the component.</description> |
|
<name>name</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the times can be null.</description> |
|
<name>nullable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>The ID of a time zone to associate with the component. For example, setting the value to <![CDATA[<code>PST</code>]]> associates the component with the Pacific Standard Time zone.</description> |
|
<name>value</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>journal-article</name> |
|
<tag-class>com.liferay.taglib.ui.JournalArticleTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>articleId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>articlePage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>articleResourcePrimKey</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>groupId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>languageId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showAvailableLocales</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showTitle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>templateId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>xmlRequest</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>journal-content-search</name> |
|
<tag-class>com.liferay.taglib.ui.JournalContentSearchTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>showListed</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>targetPortletId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>type</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>language</name> |
|
<tag-class>com.liferay.taglib.ui.LanguageTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>displayCurrentLocale</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>formAction</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>languageId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>languageIds</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>logo-selector</name> |
|
<tag-class>com.liferay.taglib.ui.LogoSelectorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>currentLogoURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>defaultLogoURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>editLogoURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>imageId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>logoDisplaySelector</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showBackground</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>membership-policy-error</name> |
|
<tag-class>com.liferay.taglib.ui.MembershipPolicyErrorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
</tag> |
|
<tag> |
|
<description>Creates a message to display to the user.</description> |
|
<name>message</name> |
|
<tag-class>com.liferay.taglib.ui.MessageTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Arguments for the language key, if the language key is configured to recieve arguments.</description> |
|
<name>arguments</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The name of a language key from which to derive the message to be displayed.</description> |
|
<name>key</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to translate the language key value into the user's language. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>localizeKey</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to translate the arguments into the user's language. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>translateArguments</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<name>unicode</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>my-sites</name> |
|
<tag-class>com.liferay.taglib.ui.MySitesTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>classNames</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>includeControlPanel</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>max</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>navigation</name> |
|
<tag-class>com.liferay.taglib.ui.NavigationTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>bulletStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>headerType</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>includedLayouts</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>nestedChildren</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>preview</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rootLayoutLevel</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rootLayoutType</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a page iterator for paginating through lists of items.</description> |
|
<name>page-iterator</name> |
|
<tag-class>com.liferay.taglib.ui.PageIteratorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Which page of items to display (e.g., first, second, third, etc.).</description> |
|
<name>cur</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to refer to the <![CDATA[<code>cur</code>]]> value of the component.</description> |
|
<name>curParam</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The number of items to display per page.</description> |
|
<name>delta</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the user can choose the number of items displayed per page. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>deltaConfigurable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to refer to the delta value of the component.</description> |
|
<name>deltaParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the form.</description> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>JavaScript to be called when the <![CDATA[<code>first</code>]]>, <![CDATA[<code>previous</code>]]>, <![CDATA[<code>next</code>]]>, or <![CDATA[<code>last</code>]]> links are clicked if the URL property is not set.</description> |
|
<name>jsCall</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A maximum number of pages to iterate through.</description> |
|
<name>maxPages</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A target for the <![CDATA[<code>first</code>]]>, <![CDATA[<code>previous</code>]]>, <![CDATA[<code>next</code>]]>, and <![CDATA[<code>last</code>]]> link buttons.</description> |
|
<name>target</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The total number of items in the iterator.</description> |
|
<name>total</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A type of iterator to display. Options are <![CDATA[<code>approximate</code>]]>, <![CDATA[<code>article</code>]]>, <![CDATA[<code>more</code>]]>, and <![CDATA[<code>regular</code>]]>.</description> |
|
<name>type</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A base URL for the iterator. Parameters are added to and removed from this URL as the user navigates through pages.</description> |
|
<name>url</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a collapsible panel for housing content.</description> |
|
<name>panel</name> |
|
<tag-class>com.liferay.taglib.ui.PanelTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether the panel can be collapsed. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>collapsible</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A default state for the component. Possible values are <![CDATA[<code>open</code>]]> and any string other than open. Any string other than <![CDATA[<code>open</code>]]> collapses the panel. The default value is <![CDATA[<code>open</code>]]>.</description> |
|
<name>defaultState</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the panel is extended. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>extended</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Text to display as a help tool tip on mouse over of the panel's help icon.</description> |
|
<name>helpMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An icon to display next to the panel's title. The icon can be specified using the name of one of the Bootstrap icon CSS classes found at <![CDATA[<a href="http://marcoceppi.github.io/bootstrap-glyphicons/" >http://marcoceppi.github.io/bootstrap-glyphicons/</a>]]>.</description> |
|
<name>iconCssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The ID of the component that contains the panel. If a <![CDATA[<code>liferay-ui:panel-container</code>]]> is used as the container for the panel, its ID is used as the value for the <![CDATA[<code>parentID</code>]]>.</description> |
|
<name>parentId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to remember the component's state and persist it to the database. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>persistState</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A state for the component. Possible values are <![CDATA[<code>open</code>]]> and any string other than open. Any string other than <![CDATA[<code>open</code>]]> collapses the panel.</description> |
|
<name>state</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A title to display at the top of the panel.</description> |
|
<name>title</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a collapsible container to house <![CDATA[<code>liferay-ui:panel</code>]]> components.</description> |
|
<name>panel-container</name> |
|
<tag-class>com.liferay.taglib.ui.PanelContainerTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether only one panel can be shown at a time. As one panel is opened, the others close, creating an accordian effect. The default value is <![CDATA[<code>false<code>]]>.</description> |
|
<name>accordion</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the component.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to extend the interface with additional styling. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>extended</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to remember the component's state and persist it to the database. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>persistState</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>param</name> |
|
<tag-class>com.liferay.taglib.util.ParamTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>name</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>value</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Renders a PNG image with the source given for the <![CDATA[<code>image</code>]]> attribute.</description> |
|
<name>png-image</name> |
|
<tag-class>com.liferay.taglib.ui.PngImageTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>The height of the image in pixels. A possible value would be <![CDATA[<code>16</code>]]>. <![CDATA[<code>px</code>]]> is then appended to the end of the value.</description> |
|
<name>height</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>The location of a PNG image file to use.</description> |
|
<name>image</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The height of the image in pixels. A possible value would be <![CDATA[<code>16</code>]]>. <![CDATA[<code>px</code>]]> is then appended to the end of the value.</description> |
|
<name>width</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>progress</name> |
|
<tag-class>com.liferay.taglib.ui.ProgressTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>height</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>sessionKey</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>updatePeriod</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>ratings</name> |
|
<tag-class>com.liferay.taglib.ui.RatingsTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>numberOfStars</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ratingsEntry</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>ratingsStats</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>type</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>url</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>ratings-score</name> |
|
<tag-class>com.liferay.taglib.ui.RatingsScoreTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>score</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>restore-entry</name> |
|
<tag-class>com.liferay.taglib.ui.RestoreEntryTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>duplicateEntryAction</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>overrideMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>renameMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>restoreEntryAction</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a clickable link and/or icon to an RSS feed document.</description> |
|
<name>rss</name> |
|
<tag-class>com.liferay.taglib.ui.RSSTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A default maximum number of items to display. The default value is <![CDATA[<code>20</code>]]>.</description> |
|
<name>delta</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A default style to display.</description> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A default format for the RSS feed. Options are <![CDATA[<code>atom_1.0</code>]]>, <![CDATA[<code>rss_1.0</code>]]>, and <![CDATA[<code>rss_2.0</code>]]>.</description> |
|
<name>feedType</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A message to display next to the RSS icon.</description> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the RSS feed.</description> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL from which to retrieve feed information.</description> |
|
<name>resourceURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The URL for an RSS feed file.</description> |
|
<name>url</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a configuration component for users to define RSS settings, such as how many articles to display.</description> |
|
<name>rss-settings</name> |
|
<tag-class>com.liferay.taglib.ui.RSSSettingsTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A default maximum number of items to display. The default value is <![CDATA[<code>20</code>]]>.</description> |
|
<name>delta</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A default style to display.</description> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Available RSS display styles from which the user can choose. Options are <![CDATA[<code>abstract</code>]]>, <![CDATA[<code>full-content</code>]]>, and <![CDATA[<code>title</code>]]>.</description> |
|
<name>displayStyles</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether users are able to subscribe. Default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>enabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A default format for the RSS feed. Options are <![CDATA[<code>atom_1.0</code>]]>, <![CDATA[<code>rss_1.0</code>]]>, and <![CDATA[<code>rss_2.0</code>]]>.</description> |
|
<name>feedType</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the component.</description> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the RSS feed has a name. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>nameEnabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a search form, with an additional select input to set the scope of the search.</description> |
|
<name>search</name> |
|
<tag-class>com.liferay.taglib.ui.SearchTag</tag-class> |
|
<body-content>JSP</body-content> |
|
</tag> |
|
<tag> |
|
<description>Creates a grid for displaying a list of objects and their properties.</description> |
|
<name>search-container</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerTag</tag-class> |
|
<tei-class>com.liferay.taglib.ui.SearchContainerTei</tei-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A variable for the search container's pagination. Different pagination variables ensure independent pagination when multiple search containers are on a JSP.</description> |
|
<name>curParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The number of items to show on each search container page.</description> |
|
<name>delta</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>The <![CDATA[<code>delta</code>]]> attribute as configurable by users.</description> |
|
<name>deltaConfigurable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>deltaParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayTerms</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A message displayed when the search container is empty.</description> |
|
<name>emptyResultsMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>headerNames</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>hover</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>iteratorURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>orderByCol</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>orderByColParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>orderByComparator</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An order type for the columns, either ascending or descending. Values are <![CDATA[<code>asc</code>]]> or <![CDATA[<code>desc</code>]]>.</description> |
|
<name>orderByType</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>orderByTypeParam</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Inserts a checkbox column in the search container. Value must be a <![CDATA[<code>RowChecker</code>]]> object.</description> |
|
<name>rowChecker</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>searchContainer</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>searchTerms</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The total number of objects in the search container.</description> |
|
<name>total</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name for the results of the <![CDATA[<code>total</code>]]> attribute. The default is <![CDATA[<code>total</code>]]>.</description> |
|
<name>totalVar</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name for the <![CDATA[<code>SearchContainer</code>]]> object. The default is <![CDATA[<code>searchContainer</code>]]>.</description> |
|
<name>var</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>search-container-column-button</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerColumnButtonTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>align</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>colspan</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>href</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>index</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>valign</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a date column in a search container.</description> |
|
<name>search-container-column-date</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerColumnDateTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A horizontal alignment for the column contents. The default is <![CDATA[<code>left</code>]]>.</description> |
|
<name>align</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The number of columns to span. The default is <![CDATA[<code>1</code>]]>.</description> |
|
<name>colspan</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the column.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL for the items in the column.</description> |
|
<name>href</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>index</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the column.</description> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to set the column as sortable. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>orderable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>An object's property by which to sort the column.</description> |
|
<name>orderableProperty</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A property to request from the row object.</description> |
|
<name>property</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A vertical alignment for the column contents. The default is <![CDATA[<code>middle</code>]]>.</description> |
|
<name>valign</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A value for the column.</description> |
|
<name>value</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a column in a search container with the contents of a JSP file.</description> |
|
<name>search-container-column-jsp</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerColumnJSPTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A horizontal alignment for the column contents. The default is <![CDATA[<code>left</code>]]>.</description> |
|
<name>align</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The number of columns to span. The default is <![CDATA[<code>1</code>]]>.</description> |
|
<name>colspan</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the column.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>index</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The JSP file's location.</description> |
|
<name>path</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>valign</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a column in a search container for the workflow status.</description> |
|
<name>search-container-column-status</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerColumnStatusTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A horizontal alignment for the column contents. The default is <![CDATA[<code>left</code>]]>.</description> |
|
<name>align</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The number of columns to span. The default is <![CDATA[<code>1</code>]]>.</description> |
|
<name>colspan</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the column.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL for the column's contents.</description> |
|
<name>href</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>index</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to set the column as sortable. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>orderable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>An object's property by which to sort the column.</description> |
|
<name>orderableProperty</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An object's property to use for the column.</description> |
|
<name>property</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A vertical alignment for the column contents. The default is <![CDATA[<code>middle</code>]]>.</description> |
|
<name>valign</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A workflow status for the item.</description> |
|
<name>status</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>statusByUserId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>statusDate</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a text column in a search container.</description> |
|
<name>search-container-column-text</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerColumnTextTag</tag-class> |
|
<tei-class>com.liferay.taglib.ui.SearchContainerColumnTextTei</tei-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A horizontal alignment for the column contents.</description> |
|
<name>align</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A string buffer variable for constructing a URL in a scriptlet.</description> |
|
<name>buffer</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The number of columns to span. The default is <![CDATA[<code>1</code>]]>.</description> |
|
<name>colspan</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
<attribute> |
|
<description>A CSS class for styling the column.</description> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>href</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>index</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>name</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to set the column as sortable. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>orderable</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>An object's property by which to sort the column.</description> |
|
<name>orderableProperty</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>property</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>target</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>title</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to automatically translate values. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>translate</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A vertical alignment for the column contents. The default is <![CDATA[<code>middle</code>]]>.</description> |
|
<name>valign</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>value</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>The list of objects to display in the search container.</description> |
|
<name>search-container-results</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerResultsTag</tag-class> |
|
<tei-class>com.liferay.taglib.ui.SearchContainerResultsTei</tei-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A list of objects to display in the search container.</description> |
|
<name>results</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable to use for the results.</description> |
|
<name>resultsVar</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Deprecated as of 6.2.0, replaced by liferay-ui:search-container#total</description> |
|
<name>total</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Deprecated as of 6.2.0, replaced by liferay-ui:search-container#totalVar</description> |
|
<name>totalVar</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates rows in the search container for each object returned by <![CDATA[<code>liferay-ui:search-container-results</code>]]>.</description> |
|
<name>search-container-row</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerRowTag</tag-class> |
|
<tei-class>com.liferay.taglib.ui.SearchContainerRowTei</tei-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>bold</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The class name of the objects to display in rows.</description> |
|
<name>className</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The returned model instances as HTML escaped.</description> |
|
<name>escapedModel</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to use for the rows' index.</description> |
|
<name>indexVar</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A property to use as the primary key for the object type in the <![CDATA[<code>className</code>]]> attribute.</description> |
|
<name>keyProperty</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to use for each object as the search container iterates through the objects returned by <![CDATA[<code>liferay-ui:search-container-results</code>]]>.</description> |
|
<name>modelVar</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A model property to use as the row ID.</description> |
|
<name>rowIdProperty</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable name to use for the rows.</description> |
|
<name>rowVar</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>servletContext</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>stringKey</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates parameters for rows in the search container. The <![CDATA[<code>liferay-ui:search-container-row</code>]]> tag is required.</description> |
|
<name>search-container-row-parameter</name> |
|
<tag-class>com.liferay.taglib.ui.SearchContainerRowParameterTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>A name for the row parameter.</description> |
|
<name>name</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A value for the row parameter.</description> |
|
<name>value</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>search-form</name> |
|
<tag-class>com.liferay.taglib.ui.SearchFormTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>page</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>searchContainer</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>servletContext</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showAddButton</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a search results page iterator with an optional paginator.</description> |
|
<name>search-iterator</name> |
|
<tag-class>com.liferay.taglib.ui.SearchIteratorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether to add a <![CDATA[<code>liferay-ui:search-paginator</code>]]> to the search container. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>paginate</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>All configurable properties of the search container, such as <![CDATA[<code>cur</code>]]> and <![CDATA[<code>curParam</code>]]>. These properties are set with <![CDATA[<code>searchContainer.getCur()</code>]]> and <![CDATA[<code>searchContainer.getCurParam()</code>]]> respectively.</description> |
|
<name>searchContainer</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A type of iterator to display. Options are <![CDATA[<code>approximate</code>]]>, <![CDATA[<code>article</code>]]>, <![CDATA[<code>more</code>]]>, and <![CDATA[<code>regular</code>]]>.</description> |
|
<name>type</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a page iterator to paginate through search results</description> |
|
<name>search-paginator</name> |
|
<tag-class>com.liferay.taglib.ui.SearchPaginatorTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>An ID for the component instance.</description> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>All configurable porperties of the search container, such as <![CDATA[<code>cur</code>]]> and <![CDATA[<code>curParam</code>]]>. These properties are set with <![CDATA[<code>searchContainer.getCur()</code>]]> and <![CDATA[<code>searchContainer.getCurParam()</code>]]> respectively.</description> |
|
<name>searchContainer</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A type of iterator to display. Options are <![CDATA[<code>approximate</code>]]>, <![CDATA[<code>article</code>]]>, <![CDATA[<code>more</code>]]>, and <![CDATA[<code>regular</code>]]>.</description> |
|
<name>type</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>search-speed</name> |
|
<tag-class>com.liferay.taglib.ui.SearchSpeedTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>hits</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>searchContainer</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a search instance that can be toggled between basic and advanced search.</description> |
|
<name>search-toggle</name> |
|
<tag-class>com.liferay.taglib.ui.SearchToggleTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether the search input field is automatically focused. The default value is <![CDATA[<code>false</code>]]>.</description> |
|
<name>autoFocus</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>A label for the search button such as <![CDATA[<code>Search</code>]]> or <![CDATA[<code>Go</code>]]>.</description> |
|
<name>buttonLabel</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Terms to be used and displayed through the search instance. Term examples include <![CDATA[<code>keywords</code>]]>, <![CDATA[<code>advancedSearch</code>]]>, and <![CDATA[<code>description</code>]]>.</description> |
|
<name>displayTerms</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The component instance's ID.</description> |
|
<name>id</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>width</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>section</name> |
|
<tag-class>com.liferay.taglib.ui.SectionTag</tag-class> |
|
<tei-class>com.liferay.taglib.ui.SectionTei</tei-class> |
|
<body-content>JSP</body-content> |
|
</tag> |
|
<tag> |
|
<name>sites-directory</name> |
|
<tag-class>com.liferay.taglib.ui.SitesDirectoryTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>sites</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>social-activities</name> |
|
<tag-class>com.liferay.taglib.ui.SocialActivitiesTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>activities</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>className</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>classPK</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayRSSFeed</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>feedDelta</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>feedDisplayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>feedEnabled</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>feedLink</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>feedLinkMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>feedTitle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>feedType</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>social-bookmark</name> |
|
<tag-class>com.liferay.taglib.ui.SocialBookmarkTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>contentId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>target</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>title</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>type</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>url</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>social-bookmarks</name> |
|
<tag-class>com.liferay.taglib.ui.SocialBookmarksTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>contentId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>target</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>title</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>types</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>url</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>staging</name> |
|
<tag-class>com.liferay.taglib.ui.StagingTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>cssClass</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>extended</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>groupId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>icon</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>layoutSetBranchId</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>onlyActions</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>privateLayout</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>selPlid</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showManageBranches</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a success message to display to the user.</description> |
|
<name>success</name> |
|
<tag-class>com.liferay.taglib.ui.SuccessTag</tag-class> |
|
<body-content>empty</body-content> |
|
<attribute> |
|
<description>A key to be placed in the <![CDATA[<code>SessionMessages</code>]]> object to trigger the success message.</description> |
|
<name>key</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Explicit message text or the name of a language key from which to derive the message text.</description> |
|
<name>message</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether to translate the success message into the user's language. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>translateMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>table-iterator</name> |
|
<tag-class>com.liferay.taglib.ui.TableIteratorTag</tag-class> |
|
<tei-class>com.liferay.taglib.ui.TableIteratorTei</tei-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>bodyPage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>list</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>listType</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rowBreak</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rowLength</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rowPadding</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rowValign</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>width</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a tabbed UI of section dividers that each house their own content.</description> |
|
<name>tabs</name> |
|
<tag-class>com.liferay.taglib.ui.TabsTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<!-- |
|
values is a reserved property, so we have to use tabsValues instead |
|
--> |
|
<attribute> |
|
<description>A label for the back URL.</description> |
|
<name>backLabel</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL for navigating back to.</description> |
|
<name>backURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A name for the tab's form.</description> |
|
<name>formName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The names of the tabs. Each name must be separated by a comma with no spaces.</description> |
|
<name>names</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A function to be called on a user clicking any of the tabs.</description> |
|
<name>onClick</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A variable for the component.</description> |
|
<name>param</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to refer to the portlet that contains the component.</description> |
|
<name>portletURL</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Whether the page refreshes when a tab is clicked.</description> |
|
<name>refresh</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>Tab values that must follow the same order as the <![CDATA[<code>names</code>]]> attribute. Each value must be separated by a comma with no spaces.</description> |
|
<name>tabsValues</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A design type for the tabs. Possible values are <![CDATA[<code>tabs</code>]]> and <![CDATA[<code>pills</code>]]>.</description> |
|
<name>type</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which all the tabs are linked when clicked. You can also set each tab's URL individually using <![CDATA[<code>url[number]</code>]]> attribute.</description> |
|
<name>url</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>url0</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the second tab is linked when clicked.</description> |
|
<name>url1</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the third tab is linked when clicked</description> |
|
<name>url2</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the fourth tab is linked when clicked</description> |
|
<name>url3</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the fifth tab is linked when clicked</description> |
|
<name>url4</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the sixth tab is linked when clicked</description> |
|
<name>url5</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the seventh tab is linked when clicked</description> |
|
<name>url6</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the eighth tab is linked when clicked</description> |
|
<name>url7</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the ninth tab is linked when clicked</description> |
|
<name>url8</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL to which the tenth tab is linked when clicked</description> |
|
<name>url9</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An active tab from the value given in the attribute <![CDATA[<code>tabsValues</code>]]>. No matter which tab a user selects, the tab given for this value always remains active.</description> |
|
<name>value</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a component that toggles the visibility of the content of the component matching the given <![CDATA[<code>id</code>]]>. Default icons are used as the component's default mechanism for showing and hiding the content.</description> |
|
<name>toggle</name> |
|
<tag-class>com.liferay.taglib.ui.ToggleTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<description>Whether to initially show content by default. The default value is <![CDATA[<code>true</code>]]>.</description> |
|
<name>defaultShowContent</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>boolean</type> |
|
</attribute> |
|
<attribute> |
|
<description>An icon to use as the mechanism for hiding the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used.</description> |
|
<name>hideImage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Text to display as a link for hiding the content. It overrides the <![CDATA[<code>hideImage</code>]]> attribute. Note that the <![CDATA[<code>showMessage</code>]]> attribute must also be configured in order for the hide message to render.</description> |
|
<name>hideMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The ID of a component instance whose content's visibility to toggle.</description> |
|
<name>id</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>An icon to use as the mechanism for showing the content. You can specify the location of an image file to use in the icon; otherwise a default icon is used.</description> |
|
<name>showImage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A link to use as the mechanism for showing the content. The text value of this attribute is used as the link's text. The message takes precedence over showing an image, via the <![CDATA[<code>showImage</code>]]> attribute. If you specify a <![CDATA[<code>showMessage</code>]]> attribute, you should also specify the <![CDATA[<code>hideMessage</code>]]> attribute; a <![CDATA[<code>null</code>]]> is otherwise displayed for the text of the hide link.</description> |
|
<name>showMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>Text to be prefixed to the <![CDATA[<code>Toggle()</code>]]> function that is called to toggle visibility of the content. If this is not configured, a random key is generated and prefixed to the <![CDATA[<code>Toggle()</code>]]> function. For example, a value of <![CDATA[<code>run</code>]]> would result in a function named <![CDATA[<code>runToggle()</code>]]>.</description> |
|
<name>stateVar</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>toggle-area</name> |
|
<tag-class>com.liferay.taglib.ui.ToggleAreaTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>align</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>defaultShowContent</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>hideImage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>hideMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showImage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>showMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>stateVar</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>toggle-value</name> |
|
<tag-class>com.liferay.taglib.ui.ToggleValueTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>defaultValue</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a component for users to permanently delete items such as images, articles, etc. from the recycle bin.</description> |
|
<name>trash-empty</name> |
|
<tag-class>com.liferay.taglib.ui.TrashEmptyTag</tag-class> |
|
<body-content>empty</body-content> |
|
<attribute> |
|
<description>A message to display to confirm that the user wants to remove the item(s) from the recycle bin.</description> |
|
<name>confirmMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A message to be used for the <![CDATA[<code>empty-trash</code>]]> button and link.</description> |
|
<name>emptyMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A message to display to give users information about removing items from the recycle bin.</description> |
|
<name>infoMessage</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A URL for the <![CDATA[<code>empty-trash</code>]]> button/link.</description> |
|
<name>portletURL</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>The number of items to be removed from the recycle bin.</description> |
|
<name>totalEntries</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
<type>int</type> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<description>Creates a message confirming items were moved to the recycle bin and presenting an option to restore them.</description> |
|
<name>trash-undo</name> |
|
<tag-class>com.liferay.taglib.ui.TrashUndoTag</tag-class> |
|
<body-content>empty</body-content> |
|
<attribute> |
|
<description>The URL of the undo link.</description> |
|
<name>portletURL</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<description>A redirect URL.</description> |
|
<name>redirect</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>upload-progress</name> |
|
<tag-class>com.liferay.taglib.ui.UploadProgressTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>height</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>id</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>message</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>redirect</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>updatePeriod</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>user-display</name> |
|
<tag-class>com.liferay.taglib.ui.UserDisplayTag</tag-class> |
|
<tei-class>com.liferay.taglib.ui.UserDisplayTei</tei-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>displayStyle</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>url</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>userId</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>userName</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>user-search</name> |
|
<tag-class>com.liferay.taglib.ui.UserSearchTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>portletURL</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>rowChecker</name> |
|
<required>false</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>userParams</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>webdav</name> |
|
<tag-class>com.liferay.taglib.ui.WebDAVTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>path</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
<tag> |
|
<name>write</name> |
|
<tag-class>com.liferay.taglib.ui.WriteTag</tag-class> |
|
<body-content>JSP</body-content> |
|
<attribute> |
|
<name>bean</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
<attribute> |
|
<name>property</name> |
|
<required>true</required> |
|
<rtexprvalue>true</rtexprvalue> |
|
</attribute> |
|
</tag> |
|
</taglib> |