Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: Enable/disable htmlb:link element

$
0
0

Hi,

 

you can use the styles for displaying the link dynamically ..

 

try this..

 

in your .html write like this..

 

<style>

a:link {

     text-decoration: none;

}

a:visited {

     text-decoration: none;

}

a:hover {

     text-decoration: underline;

}

a:active {

     text-decoration: underline;

}

</style>

<htmlb:link   id       = "xyz"

             linkType = "FUNCTION"

             onClick  = "EH_ONINC"

             text     = "In confidence" />

 

Regards,

Srinivas.


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>