form method

Select form(
  1. String f
)

Implementation

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