联系官方销售客服
1835022288
028-61286886
评论调用编辑器,点击回复生成编辑器后,在点击下面的编辑器按钮,会使上面的编辑器生效 怎么才能点击对应编辑器按钮对应编辑器的生效
<?php $s= dr_field_form([ 'name' => '内容', 'ismain' => 1, 'fieldtype' => 'Ueditor', 'fieldname' => 'content', 'setting' => array('option' => array( 'attachment'=>'', 'mode' => 3, 'height' => 220, 'width' => '100%', 'tool' => IS_PC ? '\'undo\', \'bold\', \'forecolor\',\'simpleupload\', \'attachment\', \'insertimage\', \'insertcode\'' : '\'undo\', \'bold\', \'image\''), 'validate' => array('xss' => 1)) ]); echo $s; ?>