How to set an upload picture icon in the HtmlEditor?

  1. #1

    How to set an upload picture icon in the HtmlEditor?

    As so powerful ext,the function of HtmlEditor is too simple..
    I want to have the function of upload picture in the HtmlEditor,but I don't know how to set it in Ext.net 2.5.2
    I have searched for the forums and found someone had this problem too.Even though I have seen the examples of it,I couldn't find a example like Ext MVC: X.HtmlEditorFor.....

    How should I do to add this function in it?Why not to package more functions in it?

    Thanks.

    X.HtmlEditorFor(model => model.Description).FieldLabel("Description")
    Click image for larger version. 

Name:	1.jpg 
Views:	19 
Size:	12.6 KB 
ID:	14881
  2. #2
    Hi @Dalen,

    This discussion might help.
    http://forums.ext.net/showthread.php?26577

    Why not to package more functions in it?
    Yes, it would be nice to have more functionality with HtmlEditor. Well, no limit for perfection. You can extend an HtmlEditor or consider a possibility to use another editor like TinyMCE.
  3. #3
    Daniil,Thank you.
    I have seen this example before,but I don't know how to translate it to X.HtmlEditor().It's only a example like '<ext:HtmlEditor>'..
     <ext:HtmlEditor runat="server" Width="700">
                <Plugins>
                    <ext:GenericPlugin InstanceName="Ext.ux.form.HtmlEditor.imageUpload">
                        <CustomConfig>
                            <ext:ConfigItem Name="submitUrl" Value="someSubmitUrl" Mode="Value" />
                        </CustomConfig>
                    </ext:GenericPlugin>
                </Plugins>
            </ext:HtmlEditor>
    Last edited by geoffrey.mcgill; Aug 29, 2014 at 1:39 PM.
  4. #4
    MVC Examples Explorer contains a lot of examples of Razor syntax.
    http://mvc.ext.net/

Similar Threads

  1. Replies: 2
    Last Post: Sep 30, 2013, 5:52 AM
  2. Replies: 1
    Last Post: Jun 23, 2011, 9:37 AM
  3. Understanding the big picture
    By meareal in forum 1.x Help
    Replies: 3
    Last Post: Dec 30, 2010, 9:20 AM
  4. Replies: 3
    Last Post: May 25, 2009, 3:15 AM
  5. [CLOSED] Set picture in ext:Button
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Feb 27, 2009, 11:11 AM

Tags for this Thread

Posting Permissions