Search

You searched for the word(s): form
Showing page 17 of 300 (2,996 total posts) < 1 second(s)
  • Re: CuteEditor In a Child Window

    mgjunk,   I just wrote a fix for this. It works. You can test it in our online demo.   Please check it out.   Dad.asp <HTML> <HEAD> <SCRIPT> function popupCuteEditor(v_form, v_field) {      var newWin, v_pagestring;      w = ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 23, 2004
  • Re: Samples using Cute Asp

    I followed your directions but get an error.  Here is the code I tried changing. I inserted the include as you said, then pasted the code you gave me over the bold <textarea>...<\textarea> code, but it tells me it can't find the cute editor.  I don't know.   <!-- #include file = ...
    Posted to Cute Editor for ASP (Forum) by joyb on June 9, 2005
  • Re: Dynamic Form Builder

    Viz_steve : You can't get the values because the editing content is in an IFRAME . the content of IFRAME would not post to the page that contains the CuteEditor. so you could just get the Editor1.Text which maybe is ''<input name=yourfield value=thevalue> ... '' You could use the Editor1.XHTML to retire the XML string , ...
    Posted to Cute Editor for .NET (Forum) by cutechat on February 22, 2005
  • Re: Onload rendering error

    Here it the rendered control. Warning... Its not pretty!              <input id="ctl00_ContentPlaceHolder1_fileUploaderAjax" name="ctl00$ContentPlaceHolder1$fileUploaderAjax" type="hidden" autocomplete="off" /><img ...
    Posted to Cute Editor for .NET (Forum) by SilkGaz on November 21, 2012
  • Re: Using CuteEditor as a Simple TextBox Form Field

    No one has gotten back to me on some of the questions I had.  How can I make the editor look like a normal text box without the thick border, make it the same color, and to remove all the extra space (margin) on the left of the text in the editor where I type?   Thanks for the help.
    Posted to Cute Editor for .NET (Forum) by JonE on August 9, 2006
  • Enter key in different form field displays file dialog

    I've tried both the ''Live Support'' and the support email and haven't gotten an answer on this question. My company is still in the evaluation phase of the AJAX Uploader, and if we can get past this problem, will be purchasing the control. I have the AJAX Upload control on an ASP.NET form with other fields, such as a TextBox for FirstName, ...
    Posted to Ajax Uploader (Forum) by dhoffman on August 28, 2009
  • Form with multiple instances of the image selector

    Can you show me how I would include multiple instances of the image selector in a form here is my attempt in VB.net - I get this to work in IE but not Firefox passing a variable identifying the form elements directly <%@ Page Language=''VB'' Debug=''true'' validaterequest=''false'' %> <%@ Register TagPrefix=''CE'' ...
    Posted to Cute Editor for .NET (Forum) by sperndogger on June 26, 2007
  • Re: Need a form to specify "SaveFiles" directory

    Hi mhpeters, It is a permission problem. I think you are using the ''CoyTo'' or ''MoveTo'' method on the page. And your site has not the write/read permission of the folder of you set for these methods. So the control can not move the file in it. Can you check the permission of it? And can you show me the full code of ...
    Posted to PHP File Uploader (Forum) by Kenneth on August 16, 2012
  • Re: Using CuteEditor as a Simple TextBox Form Field

    Jon,   Please check this example:   http://cutesoft.net/example/RenderASTextBox.aspx   The source code of the above example is as following:     <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>    ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 28, 2006
  • Re: SpellCheck "A potentially dangerous Request.Form value was detected"

    ValidateRequest is indeed set to False. I found that suggestion when I googled for answers, but it didn't work, unfortunately.   I checked with our IT staff and it turns out that the test server I was on was only running .NET Framework 1.1. They changed it to 2.0 and now the spell check works. Thank you!!
    Posted to Cute Editor for ASP (Forum) by CTietgen on October 10, 2013
« First ... < Previous 15 16 17 18 19 Next > ... Last »