Scripting for Helm Web Panels

Native (PC-based) panels use the ‘classic’ Helm script language, or Lua. When building web panels, you can also use Javascript. Be aware that because Web Panel scripts run in the users browser, they do not have direct access to user files and most network...

Lua Scripting

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua scripts can be used anywhere in Helm, in place of ‘classic’ Helm scripting. Lua scripts bring significant power and flexibility to Helm including the following features. See also an...