TextElement.created 构造函数

TextElement.created()

当创建自定义元素时,DOM 实例化的构造函数。

此函数只能由子类在其 created 构造函数中调用。

实现

TextElement.created() : super.created();