@cntwg/html-helper
v0.1.1
Published
A base HTML-helper library for js
Readme
|rev.:|0.2.8| |:---|---:| |date:|2025-10-23|
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 an 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.
Notes on upgrade to
v0.1.0Since
v0.1.0a support for the following components moved to a separate packages:
- classes for working with instances maintaining a buttons set support such as:
THtmlButtonsSet,THtmlButtonsControllerARCSet.To use those you need to install a package
@cntwg/html-ctrls-buttons.
- classes for working with instances maintaining a lists support such as:
THtmlItemsListContainer,THtmlItemsListController,THtmlListButtonsController,THtmlStubItemsSet.To use those you need to install a package
@cntwg/html-ctrls-lists.
- classes for working with instances maintaining an input fields support such as:
THtmlInputField.To use those you need to install a package
@cntwg/html-ctrls-fields.
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
