Notes                               for more details  class reference
  • You can create your classes from scratch or by extending (inheriting from) either classes that come with OpenLaszlo or user-defined classes.
  • To create a class that extends another class, you use the extends attribute of the <class> tag.
  • In this example, borderedbox extends (inherits from) box