Class FormTextarea

java.lang.Object
org.apache.wiki.forms.FormElement
org.apache.wiki.forms.FormTextarea
All Implemented Interfaces:
org.apache.wiki.api.plugin.Plugin

public class FormTextarea extends FormElement
Creates a Form text area element. You may specify the size of the textarea by using the PARAM_COLS and PARAM_ROWS to signify the width and height of the area.
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      public String execute(org.apache.wiki.api.core.Context ctx, Map<String,String> params) throws org.apache.wiki.api.exceptions.PluginException
      Throws:
      org.apache.wiki.api.exceptions.PluginException