HTML Element | Bound Property |
---|---|
a | href |
applet* | param |
button** | innertext, innerhtml |
div** | innertext, innerhtml |
frame | src |
iframe | src |
img | src |
input* type=checkbox | checked |
input* type=hidden | value |
input* type=label | value |
Input* type=password | value |
input* type=radio | checked |
input* type=text | value |
label** | innertext, innerhtml |
marquee** | innertext, innerhtml |
object* | param |
select* | option |
span** | innertext, innerhtml |
table | - |
text* | value |
* Content in this element can be updated
** Element can be displayed as HTML
The table element is the only HTML element that allows tabular data binding. Tabular data binding allows you to bind all the content of an element in an XML document.
by
updated