How can I add a form to a cell in a table

1
0
-1

I have a table in a form, now if I click on one cell, then it should lead me to another form . How can I do this in a subscription model.

Comments

Submitted by Sean McP on Tue, 08/25/2015 - 09:51

Which version of Bonitasoft?

Submitted by sruthi.canvas on Tue, 08/25/2015 - 20:06

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

1 answer

1
0
-1

Using 6 you can either:

1)

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

Notifications