FCWebOS
Vista-Button.com
back
next
Refresh
help
Vista Buttons.com Samples       
  • Documentation

      system Object

        ◦bootLoader

        ◦current

        ◦loadList

        ◦loaded

        ◦total

       •error

       •files

       •formatAMPM 

       •guid

       •intervals

       •is

        ◦mobile

       •loader

       •registry

        ◦get

        ◦set

       •service

        ◦autoStart

        ◦ID

        ◦interval

        ◦path

        ◦registerService Method  ◦run

        ◦unregisterService Method

        ◦updateRegistry Method

        ◦updateRegistry Method

       •service

      explorer Object

       •context

        ◦append

        ◦close

        ◦height

        ◦height

        ◦id

        ◦jq

        ◦location

        ◦width

       •drag

       •file_explorer

       •initate

       •start

        ◦addLButton

        ◦addRButton

        ◦allProgramsSearch Method

        ◦allProgramsToggle Method

        ◦append

        ◦initiate

        ◦toggle

       •tabset

        ◦jq

        ◦tab

         ▪body

         ▪disable

         ▪enable

         ▪icon

         ▪id

         ▪is

          ▸disabled

          ▸open

          ▸removed

         ▪open

         ▪properties

          ▸icon

          ▸title

         ▪remove

         ▪tab

         ▪title

        ◦tabs
      theme 

       •window

        ◦body

        ◦callback

        ◦center

        ◦closeWith

        ◦controls

        ◦controlsArr

        ◦font

        ◦icon

        ◦id

        ◦is

         ▪closed

         ▪maximized

         ▪minimized

        ◦jq

        ◦menuBar

        ◦on

         ▪close

         ▪toggleMax

         ▪toggleMin

        ◦properties

         ▪icon

         ▪title

        ◦resize

        ◦toggleMax

        ◦toggleMin

       •window

       

  • ______________________
  • Feedback

    ..This is the coolest thing I have ever seen
        - SSR_Stylish

    ..this looks like a proper product you should pay for. I am amazed by the first 5 minutes I spend on it. now I will abandone my laptop for another two weeks
        - Hans_Wurst02

    ..with this i get a full windows like desktop on my xbox, it made it much more productive outside of games.
        - rmellis.

    ______________________

 

 

  • Screenshots:

     

Welcome Screen


The "Start Menu"

 

 

Shared File Manager

 

Discord and eMail apps

 

Multiple apps side by side

 

FloydCraft Live Map App


Block Browser - bing.com

 

Quake 3 game in WebGL



FloydCraft WebOS Wiki - Documentation

🢩   system.files Property


Details

The system.files object is loaded at startup from the wfs.json file.

This object contains the file structure of the entire repository.
This object does not contain file contents. Only names of files and directories.

The wfs.json file must be re-generated after any file scheme change. To regenerate wfs.json, Please use a script similar to wfs.php

Example

var explorerFolder = system.files.webdows.resources.explorer; 
   console.log(explorerFolder); 
  
   //Console Output  

  Object   { 
     0: "1.ogg",               //File 
     1: "1.png",               //File 
     2: "1.woff",              //File 
     3: "10.png",              //File 
     4: "2.png",               //File 
     5: "4.png",               //File 
     6: "6.png",               //File 
     7: "7.png",               //File 
     8: "8.png",               //File 
     9: "9.png",               //File 
     10: "animation.js",       //File 
     11: "explorer.css",       //File 
     basic: Array[2],          //Folder 
     belowaverage: Array[4],   //Folder 
     classic: Array[8],        //Folder 
     win aero: Array[13]       //Folder 
 }