May 2015
Beginner to intermediate
412 pages
8h 44m
English
The inplace component provides easy in-place editing and inline content display. It consists of two members:
display element that is the initial clickable labelinline element, which is the hidden content that'll be displayed when the display element is toggledThe basic declaration of the component would be as follows:
<p:inplace> <h:inputText value="Edit Me!" /> </p:inplace>
This would render an input text field that could be clicked by the user to go into the edit mode. To go out of the edit mode, the user needs to click on the Enter button after typing.

By default, the inplace component ...
Read now
Unlock full access