more Html struct support

This commit is contained in:
Adam D. Ruppe 2011-09-01 16:58:14 -04:00
parent c69d8e838e
commit ad98c2cbb1
1 changed files with 5 additions and 0 deletions

5
dom.d
View File

@ -908,6 +908,11 @@ class Element {
doc.root.children = null;
}
/// ditto
@property void innerHTML(Html html) {
this.innerHTML = html.source;
}
/**
Replaces this node with the given html string, which is parsed