Adding a hyperlink in Bootstrap Steps Display Plugin

Confluence User - 24 Jul, 2024

I want to add a hyperlink to each process in this Bootstrap Steps Display Plugin but there is no such options given. As you can see i tried to add a <a> tag inside the label field but it doesn't work either. Is There any other way to do this?

datalists;plugins;bootstrap-steps-display-plugin

5


24 Jul, 2024
confluenceUser
confluenceUser

Hi, 
Maybe you can try to use the Multi Datalist Formatters Plugin
This way you can have multiple formatter in place. 

Make use of the beanshell formatter to implement your code. 
Have a go on this.
Let me know how it goes. 



Cheers

24 Jul, 2024
confluenceUser
confluenceUser

Another way is maybe you can adjust the plugin source code according to your requirement.

Developing Plugins
https://github.com/jogetoss/bootstrap-steps-display

24 Jul, 2024
confluenceUser
confluenceUser

I changed the plugin's file in C:\Joget-DX8\wflow\app_plugins so that it accepts the <a> tag as form field, which was blocked previously. Now it works fine

25 Jul, 2024
confluenceUser
confluenceUser

Awesome, Glad to hear that it worked on your end.

25 Jul, 2024
confluenceUser
confluenceUser

John Smith  Now need to attach the id in the request parameter. any idea on how to do it?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print