Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid

webix

Download Webix GPL
https://webix.com/packages/webix.zip
https://webix.com/get-webix-gpl/

Update Webix

cd /var/www/html
mkdir /tmp/OLD
mv backend codebase samples sources *.json *.js *.txt /tmp/OLD
wget https://webix.com/packages/webix.zip
unzip webix.zip
rm webix.zip

Tutorials
https://webix.com/tutorials/
https://docs.webix.com/samples/
https://webix.com/tutorials/intro/

Datatable

# reload from external source
datatable1.clearAll();
datatable1.load(grida.config.url);

# focus select in datatable filter
ready:function(){
    this.getFilter("value").focus();
}

# multi colum sort
sort:"multi"
multiselect: true
clipboard:"selection"

Webix Remote
http://docs.webix.com/desktop__webix_remote_php.html - Webix Remote with PHP

# pass paramter to remote funtion
var result = webix.remote.function1(foo, bar);

# show return value from remote function as webix message
var result = webix.remote.MyClass.select(val1); 
result.then((data) => webix.message("msg:" + data));

send data

# post
webix.ajax().post("post.php", {foo:bar});

Webix Jet
https://webix.gitbooks.io/webix-jet/content/chapter1.html

Snipets / Dev
https://webix.com/snippet/

# get value from table filter field
var sku = $$("table").getFilter("SKU").value;

Icons
https://materialdesignicons.com/
https://snippet.webix.com/honyfqgt

Links
https://dhtmlx.com/
https://docs.webix.com/desktop__whats_new_5_3.html - changelog

programing
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung