http://demo4.xunruicms.com/show-46.html
問(wèn)下 回帖的百度編輯器框里如何加上默認(rèn)字

<?php $s= dr_field_form([
'name' => '內(nèi)容',
'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' => ' 默認(rèn)值' 好像沒效果 完全不會(huì)弄 請(qǐng)指點(diǎn)
<?php $s= dr_field_form([ 'name' => '內(nèi)容', '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)) ], '默認(rèn)內(nèi)容'); echo $s; ?>開源是一種精神,但不是義務(wù),幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問(wèn)題!