Search

You searched for the word(s): use <p>
Showing page 2 of 864 (8,631 total posts) < 1 second(s)
  • Re: Use RichTextEditor as image selector

    Hi,   You can try the way below. I use a new HiddenField control to save the src value, so you can get it at server ...
    Posted to Rich Text Editor for .NET and MVC (Forum) by Kenneth on April 8, 2014
  • Re: Unable to use ctrl+v shortcut to paste IE8

    Hi sarad,   Issue 1 failed to load impl code.   Please open your IIS and disable the dynamic content compression function.   Compression-->Enable dynamic content compression    Issue 2   Do you get the same problem on demo page http://cutesoft.net/example/general.aspx?    What happen the first ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on February 1, 2013
  • Re: Programmatic access to configuration security settings

    Here is an example:   //use the app-based path Editor1.Setting[''security:ImageGalleryPath'']= ''~/uploads''; //use the absolute path Editor1.Setting[''security:ImageGalleryPath'']= ''/uploads''; //use the physical path Editor1.Setting[''security:ImageGalleryPath'']= @''c:\inetpub\wwwroot\uploads''; or //use the ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2008
  • Re: Unable to set image gallery path

    Can you post your code?   C# Example: //use the app-based path Editor1.Setting[''security:ImageGalleryPath'']= ''~/uploads''; //use the absolute path Editor1.Setting[''security:ImageGalleryPath'']= ''/uploads''; //use the physical path Editor1.Setting[''security:ImageGalleryPath'']= @''c:\inetpub\wwwroot\uploads''; or ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 11, 2008
  • Re: Can't seem to select bits of text and use Outdent text etc.

    Mike,   It looks like your set the editor breakMode to UseBROnCarriageReturn.   So when you use the ENTER key while typing, the break tag <br> is used to force the browser to start a new line instead of a new paragraph  or a new division.   All the contents you are editing are included in a whole ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 10, 2004
  • Re: Use my own update button.

    Padraic,   Yes. You can use your own save or submit buttons.   You can get the data from your database and use the editor.Text property to populate the CuteEditor with the above data.   Hope it helps.   Let me know if you have any further questions. It will be helpful if you can provide more ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 24, 2005
  • Re: Any way to use Image Gallery as just a file uploader ?

    Hi m3jim,   The gallery does not support to only shows the upload button for now, the best way it hide the create category menu and hide all context menus in the admin panel, then the user only can use the upload button in the admin panel.  If this works for you, then please tell me, so I can show you the full steps to hide the ...
    Posted to ASP.Net Image Gallery (Forum) by Kenneth on March 27, 2013
  • Re: How do I configure Cute Editor to use <br> instead of <br />?

    Hi ARJDESIGNS, You can use html filter to achieve it, try the example below <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on December 21, 2011
  • Re: Guidance needed - not sure which uploader type to use!

    Hi Tawl, I suggest you use the UploadAttachments control, it allow to get all upload files back by porperty ''Items''. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Ajax Uploader (Forum) by Kenneth on December 19, 2011
  • Re: To use an anchor

    Hi bassman,   How to use the anchor function   1.  Click the ''Insert Anchor'' button and type ''Introduction'' in the name section and than click Insert   2.  Click the ''Insert Hyperlink'' button and than click the checkbox ''Select a named anchor in the current page'' in the dialog   3. Now you can see the ...
    Posted to Cute Editor for PHP (Forum) by Kenneth on December 31, 2010