(value)
| 3 | this.DocumentID = "content"; |
| 4 | } |
| 5 | createCategoryHeadline(value) { |
| 6 | var element = document.createElement("H4"); |
| 7 | element.innerHTML = value; |
| 8 | return element; |
| 9 | } |
| 10 | } |
| 11 | class WizardItem extends WizardCategory { |
| 12 | constructor(key, headline) { |