JS library - gd-99/symbiogd GitHub Wiki

We are currently migrating the wiki. The Javascript library source code is here : /boot/lib/.

Core

  • [Webos.Cmd](JS library_cmd) - Camane commands
  • [Webos.Stylesheet](JS library_stylesheet) - Manage stylesheets
  • [Webos.File](JS library_file) - Manage files and folders
  • [Webos.Process](JS library_process) - Manage processes
  • [Webos.Script](JS library_script) - Manage scripts
  • [Webos.ServerCall](JS library_servercall) - Manage server calls
  • [Webos.Translation](JS library_translation) - Manage i18n
  • [Webos.UserInterface](JS library_userinterface) - Manage user interfaces (UIs)
  • [Webos.User](JS library_user) - Manage users

Utils

  • [Webos.Callback](JS library_callback) - Manage callbacks
  • [Webos.Collection](JS library_collection) - Manage objects collections
  • [Webos.Error](JS library_error) - Manage errors
  • [Webos.inherit](JS library_inherit) - Manage inheritance
  • [Webos.Model](JS library_model) - Manage data models
  • [Webos.Observer](JS library_observer) - Manage the observer design pattern
  • [Webos.Operation](JS library_operation) - Manage operations