Posts

Showing posts from July, 2013

WaterMark behavior in ADF

Image
How to create watermark/placeholder effect for input component in ADF What is watermark behavior A watermark typically appears as light gray text within an input or textarea element whenever the element is empty and does not have focus. This provides a hint to the user as to what the input or textarea element is used for, or the type of input that is required. For example, a search input space sometimes appears at the top of the page, giving the user quick access to the search functionality. Oftentimes you will see the word "Search" in light gray text in that space, and when the user clicks into the entry space, the word disappears. That is an example of a watermark.    How to implement 1)     Create your tag library First step is to create tab lib in your project. Just select New à WebTier à JSP à JSP tag library ·          Select deployable or project based option   ·          Provide tag lib file name URI and version details