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
96
of
4,987
(
49,864
total posts)
< 1
second(s)
Problem with table's width
Go
to http://cutesoft.net/example/general.aspx and
delete all
I have two tables
- The first have width : 1008px
- The second have two columns, width: 504px per column (504px + 504px = 1008px) But they haven't a same displayed width in CE.
Try the code below.
<table id=''printHeader'' ...
Posted to
Cute Editor for .NET
(Forum)
by
huythan
on
November 29, 2007
Re: Image Sort Order
Hi regrossman,
function BubbleSort(arr)
{
var temp;
var exchange;
for(var i=0; i<arr.length; i++)
...
Posted to
ASP.Net Image Gallery
(Forum)
by
Kenneth
on
January 25, 2011
Re: getting the content of Editor1.Text; blank
<script type=''text/javascript''>
function getHTML() {
var editor1 = document.getElementById('<%=Editor1.ClientID%>');
document.getElementById(''txtmatter'').value = editor1.getHTML();
...
Posted to
Cute Editor for .NET
(Forum)
by
svk
on
April 27, 2010
Re: Custom drag event is not triggering for input check box.
Hi,
you can try the example below. note that, it only work with the text content not the control, the editor has its own drop function handler for the control, so does not support to use the javascript way to catch ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
Kenneth
on
October 16, 2015
Re: Unable to get file name of uploaded file
simply to put the code in the same page:
<?php
$uploader=new PhpUploader();
$uploader->MultipleFilesUpload=true;
$uploader->InsertText=''Select multiple ...
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
February 12, 2012
Re: Issue with russian/cyrillic and editor.xhtml... (ce6.6)
Hi mike.chambers,
It si not the best way. But for now you can try this
<%@
Page
Language=''C#''
ValidateRequest=''false''
%>
<%@
Register
Assembly=''CuteEditor''
Namespace=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 13, 2010
Custom Button Error
Hi,
Im getting ''Command 'OnCommand' is not supported or not implemented'' with the following code. Any ideas ...
Posted to
Cute Editor for ASP
(Forum)
by
rrowles2000
on
July 17, 2009
Re: Dropdown item highlighting is not consistent
Dear JPenn,
I have tried the following code, it works fine: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>
<head>
</head>
<body>
<form ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
October 25, 2010
upload works on dev server, not on production server
Hello, NOTE: There are a bunch of later messages here with additional information and updates to this one - please read them all before responding!
UPDATE: THIS HAS BEEN SOLVED
-- see me final message
I’m using the trial version. VS2008, .NET 3.5, C#.
We are loading to a temp directory and then ...
Posted to
Ajax Uploader
(Forum)
by
rberman
on
June 4, 2010
Re: Control does not exist in the current context error in VS 2008
ASPX PAGE -----------------------------------------
<%@ Page Language=''C#'' AutoEventWireup=''true'' CodeBehind=''TestEditor.aspx.cs'' Inherits=''CMS.TestEditor'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Cute Editor for .NET
(Forum)
by
jtreuting
on
May 5, 2009
More Search Options
« First
...
< Previous
94
95
96
97
98
Next >
...
Last »