new CollapsibleSectionContainer WIP

This commit is contained in:
zadam
2020-10-30 22:57:26 +01:00
parent 3d808d638a
commit 435200ec5a
8 changed files with 170 additions and 131 deletions

View File

@@ -41,6 +41,11 @@ export default class PromotedAttributesWidget extends TabAwareWidget {
this.$container = this.$widget.find(".promoted-attributes-container");
}
renderTitle() {
this.$title = $('<div>').text('Promoted attributes');
return this.$title;
}
async refreshWithNote(note) {
this.$container.empty();