tabbox widget

This commit is contained in:
Ralf Becker
2020-01-21 17:51:44 +01:00
committed by Hadi Nategh
parent 5ab9307c02
commit 7076f8fa3a
6 changed files with 1404 additions and 949 deletions

View File

@ -508,10 +508,11 @@ var et2_widget = /** @class */ (function (_super) {
* is called with the node.
*
* @param _node XML node to read
* @param _name XML node name
*
* @return et2_widget
*/
et2_widget.prototype.createElementFromNode = function (_node) {
et2_widget.prototype.createElementFromNode = function (_node, _name) {
var attributes = {};
// Parse the "readonly" and "type" flag for this element here, as they
// determine which constructor is used