[visualization-api] Re: Create hyperlink function on the text in a table

2013-04-11 Thread asgallant
You're welcome. On Thursday, April 11, 2013 10:30:41 PM UTC-4, Zoro Swordsman wrote: > > Thanks a lot.. This really helped me.. Appreciate your help~ > > On Friday, April 12, 2013 2:42:55 AM UTC+8, asgallant wrote: >> >> Here's some sample code: http://jsfiddle.net/asgallant/4PxJH/. This is >>

[visualization-api] Re: Create hyperlink function on the text in a table

2013-04-11 Thread Zoro Swordsman
Thanks a lot.. This really helped me.. Appreciate your help~ On Friday, April 12, 2013 2:42:55 AM UTC+8, asgallant wrote: > > Here's some sample code: http://jsfiddle.net/asgallant/4PxJH/. This is > just one way of doing it, there are many alternatives, some of which may be > more relevant dep

[visualization-api] Re: Create hyperlink function on the text in a table

2013-04-11 Thread asgallant
Here's some sample code: http://jsfiddle.net/asgallant/4PxJH/. This is just one way of doing it, there are many alternatives, some of which may be more relevant depending on the structure of your data. On Thursday, April 11, 2013 2:10:59 AM UTC-4, Zoro Swordsman wrote: > > Okay.. Can you give m

[visualization-api] Re: Create hyperlink function on the text in a table

2013-04-10 Thread Zoro Swordsman
Okay.. Can you give me an example of the coding? I'm trying to use the google data.. Thanks.. On Thursday, April 11, 2013 1:03:36 PM UTC+8, asgallant wrote: > > You can add hyperlinks by adding the HTML for the link to the cell's text > and set the table's "allowHTML" option to true. > > On Wedn

[visualization-api] Re: Create hyperlink function on the text in a table

2013-04-10 Thread asgallant
You can add hyperlinks by adding the HTML for the link to the cell's text and set the table's "allowHTML" option to true. On Wednesday, April 10, 2013 10:51:27 PM UTC-4, Zoro Swordsman wrote: > > Hi,I was trying to make a hyperlink(link to other page) by clicking the > text in a table. But I don