textarea

  1. M

    XF 2.1 [Solved] <xf:editorrow> doesn't pass any input

    <xf:textarea shows the value of $string when I submit and return $string from the controller: <xf:textarearow name="string" label="Metin" autofocus="autofocus" value="{$string}" required="required" rows="10"/> But <xf:editorrow shows nothing: <xf:editorrow name="string" label="Metin"...
Back
Top Bottom