Skip to content

JerryI/wljs-js-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WLJS JS support package

An extension for WLJS-Editor to add JS type of cells...

Example

.js

const element = document.createElement('span');

this.ondestroy = () => {
    alert('removed');
}

this.after = () => {
    alert('after');
    element.innerText = "Test!";
}

return element;

License

Project is released under the GNU General Public License (GPL).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published