联系官方销售客服
1835022288
028-61286886
http://demo4.xunruicms.com/show-46.html
问下 回帖的百度编辑器框里如何加上默认字
<?php $s= dr_field_form([
'name' => '内容',
'ismain' => 1,
'fieldtype' => 'Ueditor',
'fieldname' => 'content',
'setting' => array('option' => array( 'mobile_mini'=>'1', 'mode' => 3, 'height' => 220, 'width' => '100%', 'tool' => '\'insertimage\', \'attachment\', \'image\''), 'validate' => array('xss' => 1))
]);
echo $s;
?>
这里添加 'value' => ' 默认值' 好像没效果 完全不会弄 请指点