srcdoc method

Iframe srcdoc(
  1. String sd
)

Implementation

Iframe srcdoc(String sd) {
  attr('srcdoc', StringAttribute(sd));
  return this;
}