liferay-staging
Tag radio


Renders a radio button designed specifically for Staging screens.


Tag Information
Tag Classcom.liferay.staging.taglib.servlet.taglib.RadioTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
checkedfalsetruejava.lang.StringWhether the radio button is checked. The default is unchecked.
descriptionfalsetruejava.lang.StringThe language key of the radio's description text. It is displayed after the label.
disabledfalsetruejava.lang.StringWhether the radio button is disabled. The default is enabled.
idfalsetruejava.lang.StringThe HTML input's ID. It is added to the portlet ID when creating the DOM ID.
ignoreRequestValuefalsetruebooleanWhether to ignore the value saved from the request object. The default value is false.
inlinefalsetruejava.lang.StringWhether the radio button is displayed inline. The default is false.
labeltruetruejava.lang.StringThe language key of the radio button's label.
nametruetruejava.lang.StringThe HTML input's name.
popoverfalsetruejava.lang.StringThe language key for the optional popover's text.
valuefalsetruejava.lang.StringThe radio button's value.

Variables
No Variables Defined.


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