Number of elements in a form

I’m trying to get the number of elements in a form.

I can see that form.nc contains an array of elements. However, form.elements is an Object that doesn’t seem to let me know it’s size.

I need this to insert some elements at a specific point.

Is there some way I can get this. btw, my javascript skills are rubbish, so I might be missing something obvious.

regards,
dk-

Found my answer… in the following article. http://docs.webix.com/desktop__dynamic_layout.html

Just needed to know how to ask the right question.

thanks.