summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/ui.js
AgeCommit message (Expand)Author
2020-04-28luci-base: ui.js: fixes for radio widget type of select elementJo-Philipp Wich
2020-04-20luci-base: ui.js: fix textarea widthJo-Philipp Wich
2020-04-18luci-base: ui.js: hide unsatisfied firstchild menu nodesJo-Philipp Wich
2020-04-17luci-base: ui.js: order indicators by ID valueJo-Philipp Wich
2020-04-16luci-base: ui.js: add LuCI.ui.menu.flushCache() functionJo-Philipp Wich
2020-04-16luci-base: ui.js: apply disabled attribute to toplevel dynlist nodeJo-Philipp Wich
2020-04-16luci-base: ui.js: add LuCI.ui.menu helper classJo-Philipp Wich
2020-04-16luci-base: ui.js: use session data api to persist tab selection stateJo-Philipp Wich
2020-04-14luci-base: ui.js: use standard indicator framework to display uci changesJo-Philipp Wich
2020-04-14luci-base: ui.js: add disabled property to widgetsJo-Philipp Wich
2020-04-03luci-base: ui.js: add instantiateView() helperJo-Philipp Wich
2020-04-02luci-base: harmonize JS class naming and requestingJo-Philipp Wich
2020-04-01luci-base: ui.js: properly handle null choices in dropdown constructorJo-Philipp Wich
2020-03-31luci-base: ui.js: add generic indicator handling functionsJo-Philipp Wich
2020-03-31luci-base: ui.js: add documentationJo-Philipp Wich
2020-03-25luci-base: ui.js: improve mobile dropdown scroll behaviourJo-Philipp Wich
2020-03-24luci-base: form.js / ui.js: tie form labels to widgetsJo-Philipp Wich
2020-03-23luci-base: ui.js: various tweaksJo-Philipp Wich
2020-02-12luci-base: ui.js: dispatch "cbi-tab-active" event when a tab is selectedJo-Philipp Wich
2020-01-20luci-base: ui.js: UIFileUpload fixesJo-Philipp Wich
2020-01-19luci-base: ui.js: support clearChoices()/addChoices() for DynListsJo-Philipp Wich
2020-01-19luci-base: ui.js: use placeholder as select placeholder in DynListsJo-Philipp Wich
2020-01-19luci-base: ui.js: properly handle rich choices in Dropdowns, DynListsJo-Philipp Wich
2020-01-16luci-base: remove hardcoded cgi-bin pathAnsuel Smith
2019-12-30luci-base: ui.js: implement UIDropdown.{add,clear}Choices()Jo-Philipp Wich
2019-12-30luci-base: ui.js: expose UIElement class as AbstractElementJo-Philipp Wich
2019-12-16luci-base: ui.js: allow custom validation in Dropdown and DynamicListJo-Philipp Wich
2019-12-04luci-base: ui.js: ensure that select choice labels are properly escapedJo-Philipp Wich
2019-12-04luci-base: ui.js: properly escape dynlist items for renderingJo-Philipp Wich
2019-11-15luci-base: Improve change application messageKevin Darbyshire-Bryant
2019-11-10luci-base: ui.js: show filename after selecting upload fileJo-Philipp Wich
2019-11-10luci-base: ui.js: add ComboButton widgetJo-Philipp Wich
2019-11-01luci-base, luci-mod-system: move file upload handling to ui.jsJo-Philipp Wich
2019-10-22luci-base: ui.js: prevent race condition in tab initializationJo-Philipp Wich
2019-10-07luci-base: ui.js: add pingDevice() and awaitReconnect() functionsJo-Philipp Wich
2019-10-07luci-base: ui.js: use common fs.js class for filebrowser operationsJo-Philipp Wich
2019-09-19luci-base: ui.js: mark user-changed widgetsJo-Philipp Wich
2019-09-18luci-base: ensure that button labels are properly html escapedJo-Philipp Wich
2019-09-11luci-base: ui.js: implement addNotification() helperJo-Philipp Wich
2019-09-10luci-base: use cgi-io and rpcd-mod-file to handle file upload and browsingJo-Philipp Wich
2019-09-10luci-base: ui.js: update tabs after initial renderJo-Philipp Wich
2019-09-10luci-base: ui.js: also handle failed promises in createHandlerFn()Jo-Philipp Wich
2019-09-10luci-base: ui.js: ignore description when checking for empty tab panesJo-Philipp Wich
2019-08-19luci-base: ui.js: implement Textarea widgetJo-Philipp Wich
2019-08-14luci-base: ui.js: add createHandlerFn() helperJo-Philipp Wich
2019-08-14luci-base: ui.js: rework tab state handlingJo-Philipp Wich
2019-08-14luci-base: ui.js: UISelect: fix check for empty choicesJo-Philipp Wich
2019-08-14luci-base: ui.js: do not forcibly sort synamic list itemsJo-Philipp Wich
2019-08-01luci-base: ui.js: tabs: fix empty pane checking, allow alternative query rootJo-Philipp Wich
2019-08-01luci-base: ui.js: mark widget optional if empty choice is presentJo-Philipp Wich