editorrow

  1. shqawe

    XF 2.3 How to save editorrow value in ACP option

    How to save <xf:editorrow /> value when i use it in my addon option. I create a new template for this option with below code: <xf:formrow label="{$option.title}" hint="{$hintHtml}" html="{$listedHtml}"> <xf:editorrow name="option[option_id]"...
  2. 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