Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
calling javascript method.
vikasg18
Hi,
I have created my own customized parameter page as below;
<body>
<birt:parameterPage id="birtParmPage" reportDesign="CollectionReport.rptdesign"
name="my form"
pattern="frameset"
height="900"
width="1000"
format="html"
title="VA Collection Report"
isCustom="true"
showTitle="true"
showToolBar="true"
showNavigationBar="true">
<font class="vaheading">VA Collection Report</font>
<font class="label">Frequency:</font>
<birt:paramDef name="Frequency" id="214" cssClass="inputtextbox" />
<font class="label">Group By:</font>
<birt:paramDef name="GroupBy1" id="374" cssClass="inputtextbox" />
<font class="label">And then by:</font>
<birt:paramDef name="GroupBy2" id="375" cssClass="inputtextbox" />
</body>
I want to call a javascript method for 'Group By:' field.
How do i do that??? since there are no attributes for paramDef tag, to call js methods.
Any alternatives..???
-Vikas
Find more posts tagged with
Comments
There are no comments yet