Skip to content

desktop.set

Mouradouchane edited this page Jun 1, 2022 · 2 revisions

desktop.set :

about :

set object provide a lot of functions that allow you to set properties templates ... to the 'desktop object' , then desktop object using it later .

table of content :

  • html

  • css

example :

// make new desktop object
const DESKTOP = new desktop();

// set window html template to DESKTOP
DESKTOP.set.window.html( win_html );