January 2013
Intermediate to advanced
328 pages
7h 14m
English
The inplace component provides easy in-place editing and inline content display. in-place 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 ...
Read now
Unlock full access