docs: update js api docs
authorJo-Philipp Wich <jo@mein.io>
Tue, 7 Apr 2020 14:34:58 +0000 (16:34 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 7 Apr 2020 14:35:16 +0000 (16:35 +0200)
commit40982927c6b54e950be19aceeb93fe56f6d8ab29
treeea10bee34cbacd68641bd441e8fabed834a66c41
parent698c8ff843253c9785bec9dfdff3774db0eae661
docs: update js api docs

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
62 files changed:
docs/jsapi/LuCI.baseclass.html
docs/jsapi/LuCI.dom.html
docs/jsapi/LuCI.form.AbstractElement.html [new file with mode: 0644]
docs/jsapi/LuCI.form.AbstractSection.html [new file with mode: 0644]
docs/jsapi/LuCI.form.AbstractValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.ButtonValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.DummyValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.DynamicList.html [new file with mode: 0644]
docs/jsapi/LuCI.form.FileUpload.html [new file with mode: 0644]
docs/jsapi/LuCI.form.FlagValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.GridSection.html [new file with mode: 0644]
docs/jsapi/LuCI.form.HiddenValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.JSONMap.html [new file with mode: 0644]
docs/jsapi/LuCI.form.ListValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.Map.html [new file with mode: 0644]
docs/jsapi/LuCI.form.MultiValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.NamedSection.html [new file with mode: 0644]
docs/jsapi/LuCI.form.SectionValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.TableSection.html [new file with mode: 0644]
docs/jsapi/LuCI.form.TextValue.html [new file with mode: 0644]
docs/jsapi/LuCI.form.TypedSection.html [new file with mode: 0644]
docs/jsapi/LuCI.form.Value.html [new file with mode: 0644]
docs/jsapi/LuCI.form.html [new file with mode: 0644]
docs/jsapi/LuCI.fs.html
docs/jsapi/LuCI.headers.html
docs/jsapi/LuCI.html
docs/jsapi/LuCI.network.Device.html
docs/jsapi/LuCI.network.Hosts.html
docs/jsapi/LuCI.network.Protocol.html
docs/jsapi/LuCI.network.WifiDevice.html
docs/jsapi/LuCI.network.WifiNetwork.html
docs/jsapi/LuCI.network.html
docs/jsapi/LuCI.poll.html
docs/jsapi/LuCI.request.html
docs/jsapi/LuCI.request.poll.html
docs/jsapi/LuCI.response.html
docs/jsapi/LuCI.rpc.html
docs/jsapi/LuCI.uci.html
docs/jsapi/LuCI.ui.AbstractElement.html
docs/jsapi/LuCI.ui.Checkbox.html
docs/jsapi/LuCI.ui.ComboButton.html
docs/jsapi/LuCI.ui.Combobox.html
docs/jsapi/LuCI.ui.Dropdown.html
docs/jsapi/LuCI.ui.DynamicList.html
docs/jsapi/LuCI.ui.FileUpload.html
docs/jsapi/LuCI.ui.Hiddenfield.html
docs/jsapi/LuCI.ui.Select.html
docs/jsapi/LuCI.ui.Textarea.html
docs/jsapi/LuCI.ui.Textfield.html
docs/jsapi/LuCI.ui.changes.html
docs/jsapi/LuCI.ui.html
docs/jsapi/LuCI.ui.tabs.html
docs/jsapi/LuCI.view.html
docs/jsapi/LuCI.xhr.html
docs/jsapi/form.js.html [new file with mode: 0644]
docs/jsapi/fs.js.html
docs/jsapi/index.html
docs/jsapi/luci.js.html
docs/jsapi/network.js.html
docs/jsapi/rpc.js.html
docs/jsapi/uci.js.html
docs/jsapi/ui.js.html