我的問題看起來很簡單,但我沒有在文檔旁邊或我的研究中找到任何東西(至少是關于 1.6 的答案)如何為我的 displayForm () 方法的文本區域激活 tinymce?'input' => array( /* ... */ array( 'type' => 'textarea', 'label' => $this->l('Item Details'), 'required' => true, // I tried this, indicated by the doc 'options' => array( 'autoload' => true, 'limit' => 21000 ),
1 回答

臨摹微笑
TA貢獻1982條經驗 獲得超2個贊
您可以使用“AdminPatternsController”作為指南。
array(
'type' => 'textarea',
'label' => 'text area with rich text editor',
'name' => 'type_textarea_rte',
'autoload_rte' => true
),
- 1 回答
- 0 關注
- 120 瀏覽
添加回答
舉報
0/150
提交
取消