We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053ddc7 commit 27725d3Copy full SHA for 27725d3
src/test/test-tabs.js
@@ -48,7 +48,8 @@ document.addEventListener('DOMContentLoaded', function () {
48
options.subject = kb.the(target, UI.ns.ui('subject'))
49
options.ordered = kb.the(target, UI.ns.ui('ordered')).value === '1'
50
options.orientation = kb.the(target, UI.ns.ui('orientation')).value
51
-
+ options.onClose = function(e) {} // Test it can make a close button is a good place
52
+ // todo: test both cases
53
var tabs = div.appendChild(UI.tabs.tabWidget(options))
54
return tabs
55
}
0 commit comments