Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
PrimeFaces Beginner's Guide

You're reading from  PrimeFaces Beginner's Guide

Product type Book
Published in Nov 2013
Publisher Packt
ISBN-13 9781783280698
Pages 378 pages
Edition 1st Edition
Languages
Author (1):
Siva Prasad Reddy Katamreddy Siva Prasad Reddy Katamreddy
Profile icon Siva Prasad Reddy Katamreddy

Table of Contents (20) Chapters

PrimeFaces Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Introduction to PrimeFaces Introducing Sample Application TechBuzz Using PrimeFaces Common Utility Components Introducing the PrimeFaces Client Side Validation Framework Introducing Text Input Components Working with Selection Input Components Introducing Advanced Input Components Working with Data Components Introducing Advanced Data Visualization Components Working with Layout Components Introducing Navigation Components Drawing Charts Using PrimeFaces Themes Index

Displaying tooltips using the Tooltip component


Browsers provide native support for showing tooltips using the title attribute, but it is too primitive. PrimeFaces provides a Tooltip component with enhanced features and various customization options such as effects, events and custom content support.

By default, tooltips will be displayed on the mouseover event and hides on the mouseout event. We can customize this behavior using the showEvent and hideEvent attributes:

<p:tooltip for="emailId" showEvent="focus" hideEvent="blur" value="Please enter Email Id (Ex: admin@gmail.com)"/>

We can also specify tooltip text using the title attribute on the component itself:

<p:inputText id="emailId" value="" title="Please enter Email Id (Ex: admin@gmail.com)"/>
<p:tooltip for="emailId" showEvent="focus" hideEvent="blur" />

We can apply different styles of effects while showing or hiding tooltips using the showEffect and hideEffect attributes:

<p:tooltip for="emailId" showEffect="slide...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at Β£13.99/month. Cancel anytime}