Versions Compared

Key

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

...

Using JavaScript Component Libraries with FlexJS

Note

This section is under construction

Many web applications now use JavaScript component sets, such as jQuery, and it is possible to use those frameworks with FlexJS; it is just a matter of changing how the components are built. The FlexJS package comes with a handful of jQuery-compatible and CreateJS-compatible components to get you started.

...

Code Block
<!-- the basic tex button component -->
<basic:TextButton label="Basic" />

<!-- the jQuery text button component -->
<jquery:TextButton label="jQuery" />

<!-- the CreateJS text button component -->
<createjs:TextButton label="CreateJS" />
Note
titleTo Do
  • show how and where to define the namespaces.
  • maybe re-arrange the flow of this section.
  • emphasize how the consistency of the FlexJS allows for more flexible creation of the component parts.