Hi there,
I want to fill the Insert dropdown box with dynamic content. I did not find a csom method to do this. Is there any way i can fill it from javascript?
I already tried to fill the dropdown div in the "BeforeAction" Client-Side Event. The id of the div is coming with the parameter p4 and the click event with p6, in p5 are styling informations and p7 is null and p8 is undefined. The actId is 'Insert'. So i get the dropdown div with document.getElementById(p4) and manipulated the innerHTML. But in the original code there are eventlisteners added to the Table that is in the dropdown box. (i mimiced the table that is originally in the DropDownDiv).
Are there any other ways to do what i want? Anyone experiences with that? Someone has got sample code?
Thanks in advance
Andre