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
161
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: opening create template on button click--Object reference not set to an instance of an object
svk: i have done the same it works in one application on the system but on other application in the same system it gives ''object ref error.....................''
i even copied the code given by u on a new page but in this second application i get the same error
System.NullReferenceException was unhandled by user code
...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
May 12, 2010
Re: Renaming File
This is the current block of code I am using to store the file in the Absolute File Path of $uploadpath:$uploader=new PhpUploader(); $uploader->Name=''myuploader''; $uploader->SaveDirectory = $uploadpath; $uploader->InsertText=''Select MP3 to Upload''; $uploader->AllowedFileExtensions=''*.mp3'';
...
Posted to
PHP File Uploader
(Forum)
by
stoi2m1
on
August 24, 2010
Re: manual upload in code behind
Hi jerrysax,
please try the example below, it shows you how to get the upload files data by a button
<%@ Page Language=''VB'' %> <%@ Register Assembly=''CuteWebUI.AjaxUploader'' Namespace=''CuteWebUI'' TagPrefix=''CuteWebUI'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 11, 2011
Re: OnKeyup Attaching Events
I am revisiting using cute editor again, i have the corrected code as stated above. The events attach...I also have attached a
keypress event. Now every onkeypress event now fires both an onmouseleave and an onkeypress event. I also cannot get an onkeyup event to fire...here is the code now:
<script ...
Posted to
Cute Editor for .NET
(Forum)
by
Mstanglx
on
May 28, 2008
Re: ClientSize MaxSizeKB Validation
Hi harikesani,
1. If you want to valid the upload file size at client side, please try aip ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
November 2, 2012
Re: EnableStripScriptTags not working version 6.6
Please refer to example http://www.richtextbox.com/test/EnableStripScriptTags.aspx You can try the following code: <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>
<head>
<title>ASP and ASP.NET WYSIWYG Editor - ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
May 31, 2010
Re: Display error.
Try put dropdown into a separate group:
<item type=''g_start'' />
<item type=''dropdown'' name=''FontName'' width=''95'' text=''[[FontName]]'' command=''FontName'' />
<item type=''dropdown'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
April 10, 2007
Editor trying to save to a file that's nowhere referenced in the aspx code.
I am perplexed! I have taken the example editHtml.aspx file and massaged it to my own needs. I've renamed the file to editFile.aspx. This involved changing:
Editor1.LoadHtml(''document.htm'') to Editor1.LoadHtml(Request.Querystring(''page'')).
The page loads fine from what I feed the editor in the path parameter. The problem is ...
Posted to
Cute Editor for .NET
(Forum)
by
pgymjp
on
October 10, 2006
Re: CSS dropdown menu renders full screen
Adam, I'm having the same troubles, without using float in my .css. Using following .css-File is rendering over more than the full screen:
.BGImage {
background-image: url(AdlitzerKopf01.gif);
background-repeat: no-repeat; } .Date
{
color:
#6e628a;
font-family: Arial, Helvetica, ...
Posted to
Cute Editor for .NET
(Forum)
by
michl
on
July 18, 2007
Re: Beyond MaxTextLength ... Real Time Text Characters Remaining Displayed ... Possible?
Please use the following code:
function CE_attachEvent()
{
// get the cute editor instance
var editor1 = document.getElementById('<%=Editor1.ClientID%>');
//Get the editor content
var ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 26, 2005
More Search Options
« First
...
< Previous
159
160
161
162
163
Next >
...
Last »