I have a table in a form, now if I click on one cell, then it should lead me to another form ![Image][Image] . How can I do this in a subscription model.
[Image]: file:///C:/Users/sruthi/Desktop/Capture1.PNG “table form”
I have a table in a form, now if I click on one cell, then it should lead me to another form ![Image][Image] . How can I do this in a subscription model.
[Image]: file:///C:/Users/sruthi/Desktop/Capture1.PNG “table form”
Using 6 you can either:
use a built in table and for the data create a List variable with the necessary data,
for example in a groovy script create the data where one piece of the data is HTML
<button type=\"button\">Click Me!</button> with the <a> hyper link as appropriate
make sure you tick the box that says “allow html”
Or 2)
in a groovy script build a table in a variable and use a HTMLWidget to display the table.
I usually do the latter as it is more comprehensive and managable.
regards
Which version of Bonitasoft?
Currently I am using community version 7, I use 6.x option to build forms.
Our company is planning to go with the subscription. They are talking with Mark, on to decide which edition suits us.
My task is to build a form, create a table in it and then if I click on one cell then it should take me to another form. How does this work