if ("src".equals(key) && (v instanceof String)) {
this.imgElement.setAttribute("src", (String) v);
// TODO: need to make this the onLoad callback once Blockwidget
// has support for onload callbacks add to it!
this.imgWidget = new BlockWidget(this.imgElement, new boolean[] {
false, true });
}
}