Skip to main content

Hi All,

 

I am new to K2 need you guys help to implement the Hyperlink text as Image which user can click to open the URL link.

 

Details 

I'm using the Process Instance smart object where i am showing the View flow as a Hyperlink which on click opens up the View flow in new window.

 

I need to replace the text with view flow icon without any text to achieve the same as displayed in case of predefined K2 control workflow instance grid view flow.

 

I added the icon which on click does nothing but can’t remove the text to set it as a hyperlink

 

Please refer the attached screenshots for better understanding.

 

Thank you.

 


10975i87F00EF5D936A098.jpg
14099i228134261424C24C.jpg

Hi Ranjan

 

In your data label you can use an expression that creates an image nested within an anchor tag. When creating the expression don't use the hyperlink function, just enter the required text into the expression box directly.

 

e.g. <a href="=ViewFlow]"> <img src=cimage path]></a>

 

You can of course add attributes to the tags to set the image size and to force the link to open in a new window. It might even help to nest each link within a div.

 


Reply