1
0
-1

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?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      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

      1. John Smith

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

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

      2. mahe

        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

      3. John Smith

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

      4. mahe

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

      CommentAdd your comment...