About this software
CL-web-components 0.0.4
Bug fix correcting missing events of "focused" and "changed" in
CSVTextarea.
Authors
Contributors
Maintainers
CL-web-components provides a collection of Web Components used by
Caltech Library in various web sites and projects.
The following are the components currently provided.
- `csv-textarea`
-
This is a textarea like component who's innerHTML content is CSV data.
The component will display this as an editable table.
- `a-to-z-ul`
-
This component takes an innerHTML containing a UL list. The UL list is
then turned into an A to Z navigatable UL List. If JavaScript is
unavailable then the innerHTML UL remains as a fallback.
One additional helper module is currently provided, `parseCSV.js`,
that provides stringify and parse functions for CSV rows and
strings.
Programming languages