cancel
Showing results for 
Search instead for 
Did you mean: 

Add a new button on click of a link.

dhinesh_thirugnanam
Active Participant
0 Kudos

Hi,

I need to add a new button on click of a link.Every time I click on a link(Insert Item) a new "click here to attach file' button should be added.Kindly suggeest me .

Accepted Solutions (0)

Answers (2)

Answers (2)

RicardoRomero_1
Active Contributor
0 Kudos

Hi,


Do you need a new button for each click? What's the difference between each button ? all the buttons have the same action assigned to them?

Maybe you can use a rowRepeater UI element for do it.
Or you can use dynamic programming for add each button.

Former Member
0 Kudos

Hi Dhinesh,

Create linkToAction  Ui Element And make it Text as "Insert Item".

Create One button .And Assign Text and Action.

Initially  Make Button As invisible.  and When u click on Insert Item LinkTo Action Make it Visible........

Regards,

Venkat