亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

在 displayForm() 方法 Prestashop 1.7 上激活 TinyMCE

在 displayForm() 方法 Prestashop 1.7 上激活 TinyMCE

PHP
慕容森 2023-04-02 15:05:14
我的問題看起來很簡單,但我沒有在文檔旁邊或我的研究中找到任何東西(至少是關于 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

            ),


查看完整回答
反對 回復 2023-04-02
  • 1 回答
  • 0 關注
  • 120 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號