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)
how to cancel underline of hyperlink
huhuan
hi,
in script's on create method,i add this line:
this.getStyle().setUnderLine("none");
but it cuts no ice ;
howerver when i add this line in the method:
this.getStyle().setTextOverline("overline")
a line appears over the hyperlink text.
and i want to know how to set the underline "none"
Find more posts tagged with
Comments
huhuan
may anyone help me?
acervantes
Hi,<br />
<br />
I supposed that you are trying to set the Hyperlink property to an object... isn't it? and after evaluate something, you want to set or not set the hyperllink property, that's right?<br />
<br />
If yes, on the onRender method of the object you can set a script like this:<br />
<br />
if (data["kpi_recommendation_id"] == 0 ){<br />
this.action = null;<br />
}<br />
<br />
Hope this can help you... <br />
<br />
Regards,<br />
ALCE<br />
<br />
<br />
<blockquote class='ipsBlockquote' data-author="huhuan"><p>hi,<br />
in script's on create method,i add this line:<br />
this.getStyle().setUnderLine("none");<br />
but it cuts no ice ; <br />
howerver when i add this line in the method:<br />
this.getStyle().setTextOverline("overline")<br />
a line appears over the hyperlink text.<br />
<br />
and i want to know how to set the underline "none"</p></blockquote>