HTMLEditor problems

  1. #1

    HTMLEditor problems

    Hello,
    in my ASP.NET WebForms page I have inserted this:


    <ext:HtmlEditor ID="TestEditor" Name="AppendixText" runat="server" Flex="1" MarginSpec="5 0 5 0" Height="500" EnableLinks="false">
    <Plugins>
          <ext:GenericPlugin ID="HtmlUX" runat="server" InstanceName="Ext.ux.form.HtmlEditor.Word"
                                                       Path="/scripts/ext.ux/Ext.ux.form.HtmlEditor.Plugins.js" />
          <ext:GenericPlugin ID="GenericPlugin1" runat="server" InstanceName="Ext.ux.form.HtmlEditor.Table"/>
          <ext:GenericPlugin ID="GenericPlugin2" runat="server" InstanceName="Ext.ux.form.HtmlEditor.SpecialCharacters"/>
    </Plugins>
    </ext:HtmlEditor>
    having imported the ExtJS.ux.HtmlEditor.Plugins
    from GitHub,
    but doesn't work (the page remains blank with javascript errors).
    My goal is to provide a textarea where users can Copy&Paste text and tables from Word/Outlook.

    Can anyone help me?

    Luis
  2. #2
    Hello @Ciupaz!

    Chances are the plug in is outdated and you'd have to fix it (or ask its developers to fix in case it is still maintained). Is it said to be compatible with Ext.NET 4, or Ext JS 6? If the plugin was designed for older versions of Ext.NET or Ext JS, then it is possible the plug in needs a few changes before it works seamlessly with the new versions.

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Thank you Fabricio, I'll try in different ways.

    Luis

Similar Threads

  1. There are some problems
    By jiaxiang8756 in forum 2.x Help
    Replies: 0
    Last Post: Jun 19, 2012, 10:04 AM
  2. [CLOSED] ListView with HtmlEditor -> HtmlEditor value is null
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Apr 17, 2012, 12:50 AM
  3. two problems!
    By jarremw in forum 1.x Help
    Replies: 0
    Last Post: Jun 29, 2009, 4:37 PM
  4. Problems with HtmlEditor
    By heysol in forum 1.x Help
    Replies: 0
    Last Post: Feb 18, 2009, 7:32 PM
  5. Problems with HtmlEditor
    By flaviodamaia in forum 1.x Help
    Replies: 0
    Last Post: Nov 17, 2008, 2:02 PM

Tags for this Thread

Posting Permissions