3 min read
December report 2022
A quick summarization of all changes and news from the entire Total.js Platform. Read more about our work.

December report 2022
UI components
- added
j-Title
component by Pavol Danko - fixed size of increment icons in
j-Input
- fixed checkbox icon in
j-Input
- added
base64
option into thej-FileReader
- fixed
clock
icon in thej-Input
- renamed property
invalid
(it's reserved) toerror
inj-Editable
- added
align
option for the editable elements in thej-Edit
component - updated
j-Exec
component, now it's a singleton and it works for the wholedocument.body
jComponent library
- improved Total.js Icons
- added
plugin.nul([path])
- fixed
SEEX()
method with definedflags
- added
async/await
support for:AJAX()
must be without callbackTAPI()
must be without callbackWAPI()
must be without callbackDAPI()
must be without callbackAPI()
must be without callbackUPLOAD()
must be without callbackexports.ajax()
must be without callbackexports.tapi()
must be without callbackexports.wapi()
must be without callbackexports.dapi()
must be without callbackexports.api()
must be without callbackexports.upload()
must be without callback
- updated Tangular
- added support for Web Components:
HTMLComponent
class<ui-plugin path="" config="">
<ui-component name="" path="" config="" default="">
<ui-bind path="" config="commandA:value;commandB:Value">
<ui-import config="url:">
- moved a state of the component into the component configuration:
config.touched {Boolean}
means if the component has been changed by the userconfig.invalid {Boolean}
means if the component has not valid valueconfig.modified {Boolean}
means if the component value has been modified
- added auto CSS classes for the components:
ui-modified
the component value has been modifiedui-touched
the component value has been changed by the userui-disabled
the component is disabledui-invalid
the component value is invalid
Tangular
- fixed custom helpers
Total.js framework 4
- added
webp
image size measurement by Marek Mráz - added
promise
support for theTotalAPI()
method - fixed
default_cors
option - added
TEMPLATE()
method for generating Tangular templates
Total.js Code
- updated jComponent
- updated Tangular
- updated font icons
- added support for the jComponent web components
Total.js Flow
- updated jComponent
- updated Tangular
- updated font icons
Total.js team wishes you:
Other posts from Total.js Platform
- 2023-09-02August report 2023
- 2023-08-28Introducing Total.js API Services: Empower Your Applications with Powerful API Endpoints
- 2023-08-15Handling WebSocket Messages in Total.js: A Comprehensive Guide
- 2023-08-11Total.js OpenTemplates
- 2023-08-07Find data in PostgreSQL: A Comparison of Express.js, Laravel, and Total.js
- 2023-08-02July report 2023
- 2023-07-27View Engines: A Comparative Analysis of Express.js, Laravel, and Total.js
- 2023-07-10CRUD Routing: A Comparative Analysis of Total.js, Express.js, and PHP Laravel
- 2023-07-05Sending Emails: A Comparative Analysis of Total.js, Express.js, and Laravel
- 2023-07-05Localization: A Comparative Analysis of Express.js, PHP Laravel and Total.js