Search

You searched for the word(s): javascript
Showing page 1 of 408 (4,076 total posts) < 1 second(s)
  • Forms in text ?

    I have been playing around with the form elements of the editor, but I can't get it to work properly. I have tried to to catch the values of the form by: Dim formElement As New System.Web.UI.WebControls.LabelIf Request.Form.HasKeys Then For Each element As String In Request.Form formElement.Text += (element & '': '' & ...
    Posted to Cute Editor for .NET (Forum) by Larskohsel on February 3, 2005
  • javascript setHTML strips javascript

    Hi   I am using the javascript setHTML method it works fine except when trying to insert some javascript with the html.   I tried inserting   <script type=''text/javascript''> alert('hi'); </script> Try click the ''get HTML'' button   on your demo ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on January 30, 2008
  • Re: Javascript calls.

    Mike,   The JavaScript API is here.   http://ajaxuploader.com/document/index.htm#page=JavaScript-API.htm   >>>I would like to be able to call the upload directly without clicking on the button your control renders. In Javascript? The Javascript events help from there.   I don't think it's possible to call the ...
    Posted to Ajax Uploader (Forum) by Adam on May 21, 2009
  • Re: javascript setHTML strips javascript

    Hi Adam   Have found a fudge that works, it may help you in debugging etc.     var txtToInsert = 'This is the html and script etc to insert';   var txt = document.getElementById('<%= editor1.ClientID %>');  txt.SetActiveTab('code');   txt.ExecCommand('SelectALL', false, 'SelectAll');   ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on January 30, 2008
  • Re: JavaScript Error Object required

    Hi, Yes I'm using  AjaxControlToolkit on my page and this is page source; <%@ Page Language=''C#'' AutoEventWireup=''true'' CodeBehind=''GlownaSkanowanie.aspx.cs'' Inherits=''Projekty.GlownaSkanowanie'' %> <%@ Register Assembly=''AjaxControlToolkit'' Namespace=''AjaxControlToolkit'' TagPrefix=''cc1'' %> <%@ Register ...
    Posted to Ajax Uploader (Forum) by cesbart on July 29, 2009
  • Re: DataBase relation

    Hi Max, I am having hard time configuring this. here is my code:   <!--#include file=header.asp--><%Class CuteEditor  ' version 5.0 Private s_AccessKey Private s_activetab Private s_AllowEditServerSideCode Private s_allowpastehtml Private s_autoconfigure Private s_AutoParseClasses Private ...
    Posted to Cute Editor for ASP (Forum) by necross on January 19, 2007
  • Re: JavaScript API?

    Please check the following links:   JavaScript API document:   http://cutesoft.net/developer+guide/JavaScript-API.htm   JavaScript API Example:   http://cutesoft.net/example/JavaScript-API.aspx   Client-side submit and reset example:   http://cutesoft.net/example/clientsidesubmit.aspx   Add custom ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 23, 2007
  • Re: Can't use Javascript - API from external js file

    My Code: <%@ Page Language=''VB'' AutoEventWireup=''false'' CodeFile=''Default.aspx.vb'' Inherits=''_Default'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
    Posted to Cute Editor for ASP (Forum) by moshik on June 16, 2006
  • Re: Programmatically Adding Files to the Queue Using Javascript

    Hi rmillergravic, Please refer the section javascript code below to view the properties or methods of ...
    Posted to Ajax Uploader (Forum) by Jeff on July 28, 2011
  • Re: In Firefox, 2nd instace of Editor does not render properly because of javascript - Ox12f is null

    Hi judebowman, Please try this way. Do not hide the  ''divToToggleVisiblity'' by javascript, hide it in the style. Like below    <div id=''divToToggleVisiblity'' style=''display:none''>    <CE:Editor ID=''editor1'' runat=''server'' Height=''200'' AutoConfigure=''Simple''>   ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on October 28, 2010
1 2 3 4 5 Next > ... Last ยป