Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
73
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: can't change the href of a link programatically, it reverts automatically....
Hi ztp,
Please try the example below
<%@
Page
Language=''C#''
%>
<%@
Register
Namespace=''CuteEditor''
Assembly=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 29, 2010
Re: Single File Uploads and Save into DB
Hi Jacques123,
Please create a new page with the code below, then send me the url of this page. I will check it and get back to you as soon as possible.
<?php require_once
"phpuploader/include_phpuploader.php"
?>
<?php
session_start();
?>
...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
November 21, 2012
Re: Cute Editor deployment/integration: newbie questions
Erk,
Please try the following code:
<?php include_once(''CuteEditor_Files/include_CuteEditor.php'') ; ?>
<form action=''<?php echo $editFormAction; ?>'' method=''post'' name=''form1'' id=''form1''>
<table align=''center''>
<tr ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
May 12, 2008
Re: Javascript error on Spellcheck button
Hi Pete,
I can not reproduce this issue,here is my test code, it works fine. Can you
use my code to do a test again? <asp:ScriptManager ID=''ScriptManager1'' runat=''server'' />
<asp:UpdatePanel ID=''myUpdatePanel'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 21, 2008
Need help with Updating record script - How to pass changes in cute editor when form is submitted?
I have
a page I created in Dreamweaver a while backwhich uses the hardcore editor which I'm now incorporatingthe CuteEditor.This page needs to provides a text editor and updates the database all from one asp page.I'm trying to elimate the todatabase.asp page.
I have it to a point where I can get the info from the database.Pass the data ...
Posted to
Cute Editor for ASP
(Forum)
by
donzi
on
August 23, 2005
Re: FileValidated vs. FileUploaded events
Rob,
You can't update the server
UI at the FileValidating event.
Uploader provide a method to let you send some data to cient side, and then update the UI via JavaScript
Please check this sample:
<%@ Page Language=''C#'' %> <%@ Import Namespace=''CuteWebUI'' %> <%@ Register ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
November 11, 2009
Re: Change Active Tab doesn't save text
Hi tgrambo,
It works fine for me. Please test the example below
<%@
Page
Language=''C#''
%>
<%@
Import
Namespace=''System.Data''
%>
<%@
Register
Namespace=''CuteEditor''
Assembly=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 26, 2010
Re: Obtaining Selected Image HTML
Hi BinbinB,
Please try the example below
<%@ Page Language=''C#'' AutoEventWireup=''true'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!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
April 17, 2011
Re: After certain lengt of text in editor, form cannot be submited.
Patrick - How much text are we talking about? 5,000 characters? 20,000 characters? More? I have tested 50,000 characters with no problems. Here is my code if it helps:
<SCRIPT language=''JavaScript1.2''> function submitForm() {
if (validateForm()) {
document.forms[0].submit() ;
} } function ...
Posted to
Cute Editor for ASP
(Forum)
by
Anonymous
on
March 24, 2004
Re: PDF conversion significantly different than HTML
Is there any update on this? I am having the similar problem.
fredd:I have big problems with HTML2PDF! Nice HTML structure becomes all wrong when converted to PDF.
What am I doing wrong!?
Here's the HTML display in CE:
and here's the PDF Version! How can it be ...
Posted to
Cute Editor for .NET
(Forum)
by
niushaH
on
August 7, 2012
More Search Options
« First
...
< Previous
71
72
73
74
75
Next >
...
Last »