Hello, I'm trying to get all widgets from a form with the getChildren function :
var form = new Form(myForm.xml);
var myWidgets = form.getChildren();
form.showForm("myform-display-pipeline");
But I get an error message telling getChildren() is not function (
form.getChild('xxx') works fine). I saw the function in Cocoon 2.1.10 API
but I'm using Cocoon 2.2 (I got the same error with Cocoon 2.1.9).
May this useful function have been removed ?
Alan
