Child pages
  • Inheritance Model

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
function newRecord(event) {
	_super.newRecord(event)
	city = 'Amersfoort'
	return
}

other options

_super keyword

...

Limitations

There are no many limitations to form inheritance. If you have a element on the super form you can not 

: Can only edit some types of properties inherited from a super form, not all. Can't alter any properties of elements or parts. Cannot insert new parts inbetween existing, only after existing parts

...