Uiinfrastructure API Docs  
 

AStartTreeControl.PARENT_SUBMIT_CALL Field

The name of the javascript function in the parent page to call when the tree is submitted. This should not include the '();'. In Javascript submit mode this method should take an array argument which will be made up of objects with name, ObjectID, and ClassID member variables. see ATreeAS for details. Warning: this array will dissapear after the function call is over. If you want to save the items, you must copy them somewhere in your page. The names of the objects will be HTMLEncoded and truncated to 50 characters.

public const string PARENT_SUBMIT_CALL = "Submit";

See Also

AStartTreeControl Class | com.plumtree.uiinfrastructure.tree Namespace