Hello Raj,

One way to do this might be call javascript method from the form field
and write necessary code that you want to display as tooltip within the
method.
You can call javascript method by following manner :

<field name="abc" event="onmouseover"
action="javascript:methodName();"/>

Regards
--
Parimal Gain


On Fri, 2010-01-08 at 13:50 +0530, Raj Saini wrote:
> Hi,
> 
> I want to show the tool tip for a form field on mouse over. All examples 
> Various forms I found in OFBiz, render the tool tip as hint label. Is it 
> possible to show the tool tip on mouse over on a form field?
> 
> Thanks,
> 
> Raj



Reply via email to