Search

You searched for the word(s): form
Showing page 56 of 300 (2,996 total posts) < 1 second(s)
  • Re: javascript validation before save

    Shawn,   1. Understand how to retrieve the content of CuteEditor as HTML   Method Description getHTML() This method is used for retrieving ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 12, 2007
  • Re: Editor Functions

    Editor.Text Property This property provides access to the text within the editable area of the CuteEditor control. It can be used to set the text when the control is first displayed and also to read out the text when a form has been submitted. Editor.XHTML Property Retrieves the CuteEditor HTML content in XHTML format. ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 12, 2007
  • Re: how can i change the contextmenu and the toolbars with vb

    christian, How To Control the Context Menu in Cute Editor?  http://cutesoft.net/developer+guide/Context-menu-customization.htm     How to change the layout of the toolbars?   http://cutesoft.net/developer+guide/Howto_Change_layout_of_the_toolbars.htm   EnableBrowserContextMenu ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 15, 2006
  • Re: Problem with Menu options: Font Type

     vilasrao_d wrote: 1. More than one CuteEditor(5.1) placed on single web form and switch between the controls then font type of previous CE control changed as current CE control. Let me know how to resolve. I have downloaded new version on 7th Dec 2005. After selection font name it should display ''Font Name'' but it shows selected font ...
    Posted to Cute Editor for .NET (Forum) by vilasrao_d on December 7, 2005
  • Re: Custom Button

    demmett, Your code is here:   <!-- #include file = ''EditorTool/include_CuteEditor.asp'' --> <HTML> <HEAD> <META NAME=''GENERATOR'' Content=''Microsoft Visual Studio 6.0''> <script language=''JavaScript''> <!-- function Paste_Html1(editorID,value) { var editor = new Object(); ...
    Posted to Cute Editor for ASP (Forum) by Adam on March 9, 2005
  • Re: Opening files from a database for editing

    gaykarta, The example code comes with the download package  creates a new record in the access database which you submit the form.   I've found the update example for you. Please check this link   Script Output:idtext_fieldinteger_fielddate_time_fieldDeleteEdit595398Thursday 154/15/2004 11:07:44 ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 14, 2004
  • Re: retrieve data from database

      <%      Set conn = Server.CreateObject(''ADODB.Connection'')     connstr=''Provider=Microsoft.Jet.OLEDB.4.0;Data Source='' & Server.MapPath(''test.mdb'')     conn.Open connstr       ' save the change to the Access Database    if ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 8, 2004
  • Cute Editor 6;0 Form field probs

    In my application, I create some default page text for a form .. form tag, a text box etc.   It seems as if cute 6.0 adds a whole bunch of nonsense parameters to the html   eg I'll create something like <input type=text name=t1 value=''text''> but cute will add height, maxlength and other parameters that I do not want added... ...
    Posted to Cute Editor for ASP (Forum) by rwhawkes on May 18, 2007
  • Re: Very strange problem

    Here is my code:   <%@ LANGUAGE=VBScript %><!-- #include file=''include_CuteEditor.asp'' --><%If Request.Form(''save'') = ''yes'' Then Set edit = Server.CreateObject(''ADODB.Recordset'') edit.Open ''tTable'', strDB, adOpenKeyset, adLockPessimistic  edit.AddNew edit(''Content'') = ...
    Posted to Cute Editor for ASP (Forum) by ahenriksen on August 20, 2004
  • Re: Form customisation

    I found the ButtonOnClickScript, with this i am removing all the tr elements within the list when the end user goes to upload a new batch of files. But when the new files are uploaded the old list still re-appears. Is it even possible to get what i want? >.>
    Posted to PHP File Uploader (Forum) by klj613 on May 31, 2010
« First ... < Previous 54 55 56 57 58 Next > ... Last »