Re: [Carbon-dev] Tool tip script

2011-03-06 Thread Dinusha Senanayaka
Hi, I did some modifications to this tag library. When JSP page is using a common resource bundle, tool tip tag library modified to take that resource bundle. To use that in JSP, This will take the common resource bundle define in JSP. If need to define a resource bundle other than the commo

Re: [Carbon-dev] Tool tip script

2011-02-27 Thread Dinusha Senanayaka
Hi, I wrapped the above tool tip Java Script as a Tag Library and going to add as a carbon tag in the Carbon UI Core bundle. This is the tld for this tag library. tooltips org.wso2.carbon.ui.taglibs.TooltipsGenerator JSP A tag for displaying tool tip

Re: [Carbon-dev] Tool tip script

2011-02-22 Thread Asela Pathberiya
On Tue, Feb 22, 2011 at 6:09 PM, Chanaka Jayasena wrote: > Hi all, > > I created a simple tool tip script to fulfil a requirement to show an image > as a tool tip. I commit the script to Carbon UI Core bundle. It use YUI > panel to display the tool tip. > > This is how you can use it in a carbon

[Carbon-dev] Tool tip script

2011-02-22 Thread Chanaka Jayasena
Hi all, I created a simple tool tip script to fulfil a requirement to show an image as a tool tip. I commit the script to Carbon UI Core bundle. It use YUI panel to display the tool tip. This is how you can use it in a carbon ui bundle. 1 - Include following js,css library files which are in the