summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/form.js
AgeCommit message (Expand)Author
2021-04-16luci-base: form.js: fix AbstractValue.textvalue() for uci list optionsJo-Philipp Wich
2021-01-13luci-base: make tooltip icon string configurableFlorian Eckert
2021-01-13luci-base: add tooltip handlingFlorian Eckert
2020-11-27treewide: transition div tables to actual table markupJo-Philipp Wich
2020-10-30Merge pull request #4531 from oldium/add-widget-changedJo-Philipp Wich
2020-10-30luci-base: Fix using isActive in widget-change notification.Oldřich Jedlička
2020-10-24luci-base: Replace legend element with h3.Oldřich Jedlička
2020-08-06luci-base: form.js: implement AbstractSection.getOption() helperJo-Philipp Wich
2020-08-05luci-base: form.js: add cfgvalue(), formvalue() and getUIElement() helpersJo-Philipp Wich
2020-08-05luci-base: form.js: add AbstractValue.onchange propertyJo-Philipp Wich
2020-08-05luci-base: form.js: add ability to specify regular expression dependenciesJo-Philipp Wich
2020-07-28luci-base: form.js: add CSS class to invalid option dismiss buttonJo-Philipp Wich
2020-07-28luci-base: form.js: don't destroy modal form on invalid values when savingJo-Philipp Wich
2020-06-14luci-base: form.js: fix handling of array sections in JSONMap formsJo-Philipp Wich
2020-05-04luci-base: form.js: forward section ID in CBISectionValue methodsJo-Philipp Wich
2020-04-28luci-base: form.js: toggle inactive CSS class on unsatisfied field cellsJo-Philipp Wich
2020-04-28luci-base: form.js: ListValue: support widget and orientation propertiesJo-Philipp Wich
2020-04-28luci-base: form.js: allow secondary configs to fail loadingJo-Philipp Wich
2020-04-19luci-base: form.js: allow to disable descriptions row in TableSectionAnton Kikin
2020-04-19luci-base: form.js: fix TableSection descriptions row renderingAnton Kikin
2020-04-14luci-base: form.js: make map readonly on insufficient uci permissionsJo-Philipp Wich
2020-04-14luci-base: form.js: implement readonly property for forms and optionsJo-Philipp Wich
2020-04-10luci-base: form.js: improve save error handlingJo-Philipp Wich
2020-04-07luci-base: form.js: add documentationJo-Philipp Wich
2020-04-02luci-base: harmonize JS class naming and requestingJo-Philipp Wich
2020-03-24luci-base: form.js / ui.js: tie form labels to widgetsJo-Philipp Wich
2020-03-23form.js: use CSS .btn class for drag handlesJo-Philipp Wich
2020-02-13luci-base: form.js: pass section_id to Button onclick handlerJo-Philipp Wich
2020-02-13luci-base: form.js: ButtonValue: pass sid as first onclick argumentJo-Philipp Wich
2020-02-12luci-base: form.js: rendering fixes for grid sectionsJo-Philipp Wich
2020-01-19luci-base: form.js: add a new "contains" dependency modeJo-Philipp Wich
2020-01-19luci-base: form.js: don't stringify node arguments in CBIValue.value()Jo-Philipp Wich
2020-01-15luci-base: form.js: fix immediate validation of activated optionsJo-Philipp Wich
2019-12-30luci-base: form.js: implement AbstractValue.getUIElement()Jo-Philipp Wich
2019-11-16treewide: fix "Unhandled token" errors with Lua CBI mapsJo-Philipp Wich
2019-11-04luci-base: form.js: fix GridSection not using user-input name when addRichard Yu
2019-10-07luci-base: form.js: fix anonymous section table titlesJo-Philipp Wich
2019-10-07luci-base: form.js: treat inactive options as optionalJo-Philipp Wich
2019-09-24luci-base: form.js: do not inherit map tabbing to nested sectionsJo-Philipp Wich
2019-09-24luci-base: form.js: allow overriding remove action in Table/GridSectionsJo-Philipp Wich
2019-09-22luci-base: form.js: do not add title attributes for untitled optionsJo-Philipp Wich
2019-09-20luci-base: form.js: only update option default if cfgvalue is nullJo-Philipp Wich
2019-09-19luci-base: form.js: add support for dynamic default valuesJo-Philipp Wich
2019-09-18luci-base: form.js: fix default click action of button optionsJo-Philipp Wich
2019-09-18luci-base: ensure that button labels are properly html escapedJo-Philipp Wich
2019-09-16luci-base: form.js: implement JSONMapJo-Philipp Wich
2019-09-12luci-base: form.js: handle non-string values in stripTags()Jo-Philipp Wich
2019-09-10luci-base: form.js: store pointer to parent map in modal overlay mapJo-Philipp Wich
2019-09-10luci-base: form.js: pass-through promise in handleAddJo-Philipp Wich
2019-09-10luci-base: use cgi-io and rpcd-mod-file to handle file upload and browsingJo-Philipp Wich