tinymce-4

    0熱度

    1回答

    相同的標籤我粘貼文本從Word和HTML我看到 <em>O</em> <em>tempora!</em> <em>O</em> <em>mores!</em> 我不能在TinyMCE的文檔找到我如何可以減少電磁標籤來 <em>O tempora! O mores!</em>? 我覺得合併paste_merge_formats但這不適用於這種情況

    1熱度

    2回答

    我試圖將TinyMCE 4.7.1(從我的舊的TinyMCE的4.3.1升級)。當我嘗試以編程方式通過調用方法setContent設置TinyMCE的內容,它拋出以下錯誤: Cannot read property 'parse' of undefined TypeError: Cannot read property 'parse' of undefined 尋找到錯誤的詳細信息後,我才意識

    0熱度

    1回答

    嗯,我有這個問題,我爲tinyMCE wordpress編輯器插入了一些自定義按鈕,以便用戶不會與簡碼混淆。一切工作相對確定...但有一個按鈕,將一個錨點包裝到一個div。 <a name="buton" class="prod-button" href="some-href"> <div> ... </div> </a> 問題是,當內容插入到編輯器中時,an

    0熱度

    1回答

    在我的自定義tinyme插件我想呈現一個窗口,其中2個選項卡: 一個與URL輸入 一個與fuile上傳 ,沒有工作的代碼是: tinymce.PluginManager.add('upload', function(ed, url){ ed.addCommand('initUpload', function(){ //Do stuff }); /

    1熱度

    1回答

    我正在爲我的項目使用tinyMCE 3。不幸的是圖像上傳選項不是默認的。我正在嘗試添加一些代碼,但它不能與tinyMCE v3一起使用。看到它沒有給出選擇瀏覽圖像。 下面是我在做什麼: tinyMCE.init({ mode : "textareas", theme : "advanced", plugin : 'imgmanager', theme_adv

    0熱度

    1回答

    我有簡單的模態窗口的textarea: <div class="box-modal" id="product_modal"> <div class="box-modal_close arcticmodal-close"><img id="closePopupImage" src="/images/icons/popup_icon_close.png"></div> <div i

    0熱度

    1回答

    我想要一個按鈕來包裝所有標籤的內容。 我的代碼: editor.addButton('MobileToggleArea', { text: '<M>', icon: false, onclick: function(){ editor.selection.setContent('<div class="mobile-hide">' + edito

    1熱度

    1回答

    在某處教程如何在eZ Publish 5中添加TinyMCE的新插件? 任何鏈接來源或解釋將有助於我。

    2熱度

    1回答

    綁定這是我tinymce.component.ts import { Component, OnDestroy, AfterViewInit, EventEmitter, Input, Output } from '@angular/core'; @Component({ selector: 'simple-tiny',

    0熱度

    1回答

    我在前端和Java後端的JS/React上工作。 TinyMCE有很好的MoxieManager,它工作得很好,但在PHP和.NET上。我創建了我自己的文件瀏覽器。我使用Observer模式在MVC中傳輸數據。問題是,當我收到(例如,圖片中的url)TinyMCE反應部分時,它不會動態呈現。它僅在我再次打開嵌套圖片的對話框時呈現。 當我在React中重新分配新值(傳入值)到當前值時,我當然會調用s