Skip to main content



      Home
Home » Archived » BIRT » How to write a javascript function as a column link
How to write a javascript function as a column link [message #159754] Wed, 10 May 2006 06:41 Go to next message
Eclipse UserFriend
Originally posted by: ananta_nath2003.yahoo.co.in

Hi,

I would like to know if there is any way to write a javascript function
that can be linked to a column so that when that column is clicked the
javascript function would be called.
Re: How to write a javascript function as a column link [message #160115 is a reply to message #159754] Thu, 11 May 2006 02:32 Go to previous messageGo to next message
Eclipse UserFriend
If you are using 2.1 it supports the <script> tag in the text element. This
allows client side scripte.
So you could put a text element in your column header and use it.

<script defer="true">

alert("Testing");

</script>

Jason

"Anant" <ananta_nath2003@yahoo.co.in> wrote in message
news:d720f6b67dd8cbd06a8fec2c808854c0$1@www.eclipse.org...
> Hi,
>
> I would like to know if there is any way to write a javascript function
> that can be linked to a column so that when that column is clicked the
> javascript function would be called.
>
Re: How to write a javascript function as a column link [message #160250 is a reply to message #160115] Thu, 11 May 2006 07:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ananta_nath2003.yahoo.co.in

But my version is 2.0.0 Is there no way in regard to that.

Thanks
Anant
Re: How to write a javascript function as a column link [message #161051 is a reply to message #160250] Mon, 15 May 2006 10:15 Go to previous message
Eclipse UserFriend
This is not possible with 2.0.0.

Jason

"Anant" <ananta_nath2003@yahoo.co.in> wrote in message
news:630d5c77a32d26f9141601114d7d110d$1@www.eclipse.org...
> But my version is 2.0.0 Is there no way in regard to that.
>
> Thanks
> Anant
>
Previous Topic:anyone get an empty report?
Next Topic:format page number
Goto Forum:
  


Current Time: Thu May 08 11:16:58 EDT 2025

Powered by FUDForum. Page generated in 0.06919 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top