rnb-ui

rnb-js-ui est une librairie de composants graphiques javascript maintenue depuis 2005. Elle faisait initialement partie d'un projet plus large : rnb-js

Présentation

A écrire...

Contenu

En cours de rédation...

  • buttons
    • HTMLRadioGroup
  • charts
    • frise
    • grid
    • HTMLHistogram
    • PieChart
  • events
    • BoundClick
    • ClickDblClick
    • keyboard
    • MouseMove : mouse move manager
    • Movable
    • Scheduler
    • ScrollTracker
  • inputs
  • layouts
  • lists
    • HTMLList
    • HTMLOrderedList : Liste qui peut être réarrangée selon différent ordres.
  • measures
    • HTMLMeter
    • HTMLRange
  • media
    • HTMLAudioPlayer : simple wrapper around HTMLAudioElement to manage multiple tracks.
  • progress
    • HTMLProgressPane : un panneau modal pour afficher la progression d'une tâche.
  • rating
  • save
    • copyToClipboard
    • saves
  • shl
    • highlightTools : tools to apply color syntax
  • tables
    • Table
    • TableFilter
    • TableSelecter
    • TableSorter
  • trees
    • HTMLOpml
    • HTMLToc : create table of contents like the one on this page
    • HTMLTree : create trees like this one
  • dom : DOM utilities
  • etc...

Historique

2023-01-29
  • add: Composant HTMLMonthPicker

Voir rnb-js : historique.

Licence

GPL-3.0-or-later :

rnb-js-ui - Javascript graphic components library Copyright (C) 2005-2022 Rui Nibau

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.