form method

Fieldset form(
  1. String f
)

Implementation

Fieldset form(String f) {
  attr('form', StringAttribute(f));
  return this;
}