formaction method

Input formaction(
  1. String fa
)

Implementation

Input formaction(String fa) {
  attr('formaction', StringAttribute(fa));
  return this;
}