summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/ui.js
AgeCommit message (Expand)Author
2021-10-11luci-base: dispatcher: rework dispatching and menu filtering logicJo-Philipp Wich
2021-06-09luci-base: ui.js: determine dropdown position relative to overflow parentJo-Philipp Wich
2021-05-04luci-base: change button-text from Dismiss to Close in UCI changes overviewSven Roederer
2021-03-29luci-base: ui.js: fix UICheckbox widget operation when tooltips are setJo-Philipp Wich
2021-02-19luci-base: ui.js: resolve parent ul early in UIDropdown.toggleItem()Jo-Philipp Wich
2021-01-13luci-base: make tooltip icon string configurableFlorian Eckert
2021-01-13luci-base: add tooltip handlingFlorian Eckert
2020-11-24luci-base: delay cbi-tab-active event on tab initAnsuel Smith
2020-08-06luci-base: ui.js: implement AbstractElement.isChanged()Jo-Philipp Wich
2020-08-05luci-base: ui.js: implement AbstractElement.setPlaceholder()Jo-Philipp Wich
2020-07-05luci-base: ui.js: order menu entries with the same weight by nameJo-Philipp Wich
2020-05-24luci-base: ui.js: fix function declaration in nested statementAnton Kikin
2020-05-07luci-base: replace filebrowser icons with SVG variantsJo-Philipp Wich
2020-05-04luci-base: ui.js: fix UITextfield.setValue()Jo-Philipp Wich
2020-05-02luci-base: ui.js: reset scroll position when opening modal overlayJo-Philipp Wich
2020-05-02luci-base: ui.js: fix input value reading for select widgetsJo-Philipp Wich
2020-05-02luci-base: ui.js: rework password input handlingJo-Philipp Wich
2020-04-28luci-base: ui.js: assume select widget by default for ListValue widgetJo-Philipp Wich
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