Some time we have requirement to show only a fix length of text in UI and show remaining text on demand.Oracle ADF provides this functionality out of box.
In the property of OutputText we can find truncate at
truncateAt=10
It truncates the text at 10, or it can be decided by an EL or java method return
In the above example text is truncated on 10th letter and then ... is appended to show there is more text.Hovering the mouse above text will show the whole content.
In the property of OutputText we can find truncate at
truncateAt=10
It truncates the text at 10, or it can be decided by an EL or java method return
In the above example text is truncated on 10th letter and then ... is appended to show there is more text.Hovering the mouse above text will show the whole content.
How to disable showing whole content on mouse hover? I've this requirement. Kindly help.
ReplyDelete