这个类被用作其他提供动态内容插入功能的类的基类,它像一个抽象类一样被使用。
Method | Kind | Arguments | Description |
[ctor](element, content) | constructor | element: element object or id, content: HTML to be inserted | 创建一个可以帮助插入动态内容的对象。 |
contentFromAnonymousTable() | instance | (none) | 对content通过匿名表格变成一个Node数组。 |
Property | Type | Kind | Description |
adjacency | String | static, parameter | 这个参数指定相对于给定元素,内容将被放置的位置。可能的值是: 'beforeBegin', 'afterBegin', 'beforeEnd', 和'afterEnd'. |
element | Object | instance | 与插入物做参照元素对象。 |
content | String | instance | 被插入的HTML 。 |