form method

Input form(
  1. String f
)

Implementation

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