Versions Compared

Key

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

...

Code Block
languagejs
titlewidget.js
return Widgets.Text.extend({
    // Class properties and methods here
});

Base Widgets

This example extends from theĀ Widgets.Text base class. The full list of base classes from which widgets can inherit is documented in Base Widgets.

...