0.0.26 • Published 1 year ago
@cntwg/html-helper v0.0.26
rev.: 0.1.7 date: 2024-11-20
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.mdin moduledocdirectory.
- classes for working with instances maintaining a buttons set support such as:
THtmlButtonsSet,THtmlButtonsControllerARCSet.
For more details see
html-ctrls-btn.mdin moduledocdirectory.
- classes for working with instances maintaining a lists support such as:
THtmlItemsListContainer,THtmlItemsListController,THtmlListButtonsController,THtmlStubItemsSet.
For more details see
html-ctrls-list.mdin moduledocdirectory.
- classes for working with instances maintaining an input fields support such as:
THtmlInputField(experimental, beta stage).
For more details see
html-ctrls-fields.mdin moduledocdirectory.
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