summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources/cbi.js
AgeCommit message (Expand)Author
2019-09-14luci-base: cbi.js: update dependencies after widgets have been renderedJo-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: cbi.js: handle ui elements which return a promise in render()Jo-Philipp Wich
2019-09-10luci-base: cbi.js: fix unintended number sign overflow in formatJo-Philipp Wich
2019-07-07luci-base: cbi.js: fix number rounding in string.format()Jo-Philipp Wich
2019-07-07luci-base: split off CBI validations into separate classJo-Philipp Wich
2019-07-07luci-base: cbi.js, ui.js: add custom validation callbacks, new ui widgetsJo-Philipp Wich
2019-07-07luci-base: move dropdown, combox and dynlist widget code to L.uiJo-Philipp Wich
2019-07-07luci-base: cbi.js: support field validation for formless inputsJo-Philipp Wich
2019-07-07luci-base: cbi.js: untangle dropdown and dynlists from dependency updateJo-Philipp Wich
2019-01-05luci-base: Fix addr:port validate always failsDaniel F. Dickinson
2018-12-29luci-base: rework filebrowser initializationJo-Philipp Wich
2018-12-13luci-base: cbi.js: update deps on dynlist changes, honor placeholderJo-Philipp Wich
2018-12-10luci-base: rework ui tabbing codeJo-Philipp Wich
2018-12-02luci-base: fix ReferenceErrorJo-Philipp Wich
2018-11-22luci-base: move DOM manipulation functions to luci.jsJo-Philipp Wich
2018-11-22luci-base: cbi.js: remove functions moved to luci.jsJo-Philipp Wich
2018-11-19luci-base: further hash calculation signedness bugfixesJo-Philipp Wich
2018-11-19luci-base: cbi.js: fix sfh() signedness bug for strings with 3 trailing bytesJo-Philipp Wich
2018-11-19luci-base: cbi.js: fix sfh() hash calculation over multibyte sequencesJo-Philipp Wich
2018-11-14luci-base: cbi.js: add modal dialog functionsJo-Philipp Wich
2018-11-14luci-base, themes: dropdown behaviour improvementsJo-Philipp Wich
2018-11-14luci-base: cbi.js: remove dead code in cbi_validate_field()Jo-Philipp Wich
2018-11-14luci-base: cbi.js: enable validation for dropdown fieldsJo-Philipp Wich
2018-11-14luci-base: cbi.js: set .value property of cbi dropdown elementsJo-Philipp Wich
2018-11-14luci-base: cbi.js: properly handle cbi tooltips on nested elementsJo-Philipp Wich
2018-11-14luci-base: cbi.js: avoid using .form property directlyJo-Philipp Wich
2018-11-14luci-base: cbi.js: fix passing multiple dropdown values in change eventJo-Philipp Wich
2018-11-11luci-base: fix translation issuesINAGAKI Hiroshi
2018-11-05luci-base: cbi.js: add client-side hexstring datatype validatorJo-Philipp Wich
2018-11-05luci-base: cbi.js: add heuristics to attribute handling in E()Jo-Philipp Wich
2018-11-05luci-base, themes: rework dynlist and dropdown widgetsJo-Philipp Wich
2018-11-05luci-base: cbi.js: rework dropdown implementationJo-Philipp Wich
2018-11-05luci-base: cbi.js: utilize node.closest() if availableJo-Philipp Wich
2018-11-05luci-base: cbi.js: drop cbi_bind()Jo-Philipp Wich
2018-11-05luci-base: cbi.js: rework client side input validationJo-Philipp Wich
2018-11-05luci-base: cbi.js: fix corner case in IPv6() address parserJo-Philipp Wich
2018-11-05luci-base, themes: add tooltip helpers & stylesJo-Philipp Wich
2018-11-05luci-base: cbi.js: switch to client side translationJo-Philipp Wich
2018-11-05luci-base: cbi.js: add client side translation infrastructureJo-Philipp Wich
2018-10-28Add missing variable declarations in JavaScript codeStefan Weil
2018-10-17luci-base: fix cbi dropdown quirks with MS EdgeJo-Philipp Wich
2018-10-11luci-base: cbi.js: remove dead codeJo-Philipp Wich
2018-10-11luci-base: cbi.js: code cleanupsJo-Philipp Wich
2018-10-10luci-base: cbi.js: recognize invalid input in dropdown create fieldJo-Philipp Wich
2018-07-23luci-base: cbi.js: fade to-be-deleted section when hovering delete buttonJo-Philipp Wich
2018-07-23luci-base: cbi.js: use adjacent button dynlist add/remove buttonsJo-Philipp Wich
2018-07-18luci-base: cbi.js: add cbi_submit() helperJo-Philipp Wich
2018-07-09luci-base: cbi.js: avoid setting empty cell title attributesJo-Philipp Wich
2018-07-09luci-base: cbi.js: add NodeList.forEach() polyfill for IE 11Jo-Philipp Wich