0.0.22 • Published 12 months ago
@cntwg/html-helper v0.0.22
rev.: 0.1.5 date: 2024-07-13
Introduction
This module provide a base set of helpers for javascript. So your work can run a bit easy by using it when you deal with HTML-forms.
Description
This module contains the following components:
- base helper module which provided a set of constants and functions useful for some manipulation with HTML-elements.
For more details see
html-helper.md
in moduledoc
directory.
- classes for working with instances maintaining a buttons set support such as:
THtmlButtonsSet
, -THtmlListButtonsController
, -THtmlButtonsControllerARCSet
.
For more details see
html-ctrls-btn.md
in moduledoc
directory.
- classes for working with instances maintaining a lists support such as:
-
THtmlItemsListContainer
, -THtmlItemsListController
, -THtmlStubItemsSet
.
For more details see
html-ctrls-list.md
in moduledoc
directory.
- classes for working with instances maintaining an input fields support such as:
-
THtmlInputField
(experimental, beta stage).
For more details see
html-ctrls-fields.md
in moduledoc
directory.
Use cases
This module was make for use as a library in a development of a Web-apps based on Electron as main target.
Installation
npm install @cntwg/html-helper