Reusing existing interface in different interface

Hello All,

I have a interface which contains form layout and i want to reuse only the contents of this interface as i can not use the forma layout in the new interface, please help me how to reuse the interface in newer interface.

  Discussion posts and replies are publicly visible

Parents
  • I guess it depends on how much of the Form Layout you need to re-use. In your original layout you could encapsulate everything that is contained in the 'contents' attribute in its own rule. You could then re-use this. What would be missing would be the values of the other attributes:

    label, instructions,  buttons, validations, validationGroup, skipAutoFocus, showWhen

Reply
  • I guess it depends on how much of the Form Layout you need to re-use. In your original layout you could encapsulate everything that is contained in the 'contents' attribute in its own rule. You could then re-use this. What would be missing would be the values of the other attributes:

    label, instructions,  buttons, validations, validationGroup, skipAutoFocus, showWhen

Children