Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Can´t see the "addInstance" Method

Avatar

Former Community Member
I created a table and I want to repeat rows using the method addInstance. For example:



Table.Row1.instanceManager.addInstance(1); (as is in the documentation)



But the method addInstance is not displayed as I type that hierarchy.



Can anybody tell me why does that happen?



I´m using Designer 7.1
2 Replies

Avatar

Former Community Member
The instanceManager methods don't show up in the code assist. That's normal and it should work anyways. If it doesn't then there's another reason for it.



Chris

Adobe Enterprise Developer Support

Avatar

Former Community Member
When I use addinstance menthod, I am able to add the subform but it's creating a form on the top of another subform, meaning new instance is not getting positioned properly. What am I doing wrong?