Search

You searched for the word(s): form
Showing page 4 of 300 (2,996 total posts) < 1 second(s)
  • Re: Changing the target url form the document or image path ver 4

    For those that might have a similair need especially if the editor is located in a different domain than the users website.   I used the vbscript replace function after the editor was submitted to remove the unnecessary path information.   Then when the editor reloads I use a replace function to put it back in so the graphics ...
    Posted to Cute Editor for ASP (Forum) by lundrigan on June 6, 2005
  • Re: URLType not working with INPUT form.

    Dear Customer,   You can create one filter and handle this:   <%@ Page Language=''C#'' %>     <%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %>   <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for ASP (Forum) by Eric on May 4, 2011
  • add custom form items (text area, option buttons, drop list)

    Hi there,       Is it possible to add more form items like  (text area, option buttons, drop list) ??   I want to create an upload form for my customers to add this information later in the database, so they can choose:   1. The category of the file/files they want to upload  (drop down list)   2. ...
    Posted to PHP File Uploader (Forum) by alnadabi on October 13, 2009
  • enabling for more than one text area on same form

    Hi all,   I'm new here, so if this has been answered somewhere else I apologize.    I have a web form that has several different text areas in it, and I was wondering if it is possible to enable this editor for more than one instance of a text area on the same form...or have one instance of the editor be able to control more ...
    Posted to Cute Editor for ASP (Forum) by el_nino on December 8, 2008
  • Breaks when pasting HTML with embedded form tags

    I need to be able to paste in large chunks of HTML that has embedded open and close form tags already in it.  I am ok with them being stripped out in some way, but I have yet to figure out how to do this, even with Javascript, because the form gets totally screwed up the moment the form tags get in there.  PLEASE ...
    Posted to Cute Editor for ASP (Forum) by svillemain on July 3, 2007
  • Writing To Database

    I'm trying to implement the CuteEditor for many of my <TEXTAREA> form elements and hook it up to my database. I don't want to use the code in todatabse.asp file example because I've already got code for existing pages that writes to the database. I just want to display the CuteEditor for my TEXTAREA fields and have it work with the database. ...
    Posted to Cute Editor for ASP (Forum) by estrategy on February 1, 2007
  • embed a ce textbox or boxes inside a form control

    Hello, I need to see an example of how to embed a CE textbox inside a form control which is opened in edit mode.  I only need the edit template to work.  I am looking at one record at a time whose ID is the selected value of a gridview on the top of the same page.  I can populate the form and the CE textbox ok but I don't know how ...
    Posted to Cute Editor for .NET (Forum) by miltonsnider on November 14, 2006
  • Re: After certain lengt of text in editor, form cannot be submited.

    :) .....ladies and gentlemen...after some stupid playing around with my code...... The problem lies with in ''GET'' or ''POST''.   If I use  '' <form name=''Edit'' method=''GET'' action=''target.asp'' onsubmit=''return checkform()''>''   The form can only be submitted with certain length of text because the ''GET'' ...
    Posted to Cute Editor for ASP (Forum) by Patrick Chua on March 28, 2004
  • Re: How to remove <Form> tag in the editor?

    Creates your own HTML Filter The following code shows how to create your own HTML Filter to remove any tag you don't want. In this example, all form tags will be removed automatically. All you need to do is adding the code below into the bottom of the page. <script> function CuteEditor_FilterHTML(editor,code) {  return ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 4, 2008
  • Re: Cute Editor 6;0 Form field probs

    No because I am not creating the initial source for that page....   What would it do if you put a little form on the page with form and /form tags and a text box.. does it mess up the code you specify?   I did type in a form on that page in html mode, and it does mess with the code, probably actually fixing it.   One thing ...
    Posted to Cute Editor for ASP (Forum) by rwhawkes on May 22, 2007
« First ... < Previous 2 3 4 5 6 Next > ... Last »