Avatar

Correct answer by
Employee

It appears that you can have multiple forms to work on the same schema. To designate the form to use, add the attribute


form="namespace:formName"

For example in a nodeModel open tag of a navtree

<nodeModel folderLink="program" form="xtk:folder" ...

View solution in original post