Skip to main content
1-Visitor
July 27, 2018
Solved

How to add new element when click button

  • July 27, 2018
  • 1 reply
  • 1558 views

I have a popup with some controls as attached

How can I add new element when click the Add button or remove when click Delete button

for example: when I click Add button new element will be added as Field2 + textbox

 

Best answer by vxba

It can workaround by creating a DataTable and use Repeater to load items

1 reply

17-Peridot
January 21, 2020

Hi,

 

I don't know if you found a solution to this, but from my perspective it is not possible to add dynamically elements into mashup.

The only method I have seen until now is to create widgets and make them visible when necessary.

 

Best regards,

Raluca Edu

 

 

vxba1-VisitorAuthorAnswer
1-Visitor
March 25, 2020

It can workaround by creating a DataTable and use Repeater to load items