p

Tag inplace

Component Information 
InfoValue
Component Typeorg.primefaces.component.Inplace
Handler ClassNone
Renderer Typeorg.primefaces.component.InplaceRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
cancelLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Tooltip text of cancel button in editor mode. Default is "Cancel"
disabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Prevents hidden content to be shown.
editorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays "Save" and "Cancel" buttons when content is displayed. Default is "false".
effectfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Effect to be used when toggling. Default fade.
effectSpeedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Speed of the effect. Default normal.
emptyLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label to be shown in display mode when value is empty.
eventfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side event to display inline content. Default is click.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Label to be shown in display mode.
modefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Defines the default mode to display (input or ouput). Default: output.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
saveLabelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Tooltip text of save button in editor mode. Default is "Save"
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the main container element.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Position of the output in the tabbing order. Default: "0".
toggleablefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if inplace is toggleable or not.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.