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
176
of
4,987
(
49,864
total posts)
< 1
second(s)
File not found exception
Hi , I am getting the File not found exception whenever I click the save button. There is no problem in the functionality though. I handle the save button event as follows. protected void edtContent_PostBackCommand(object sender, CommandEventArgs e)
{
...
Posted to
Cute Editor for .NET
(Forum)
by
uvavilala
on
June 14, 2006
Re: Filter Out Filenames by Extension
Please open CuteSoft_Client\CuteEditor\Dialogs\SelectFile.aspx and find the following code:
protected override void GetFiles(ArrayList files)
{
files.AddRange(fs.GetFileItems(CurrentDirectory,secset.FileNamePrefix + ''*.*''));
}
Change it ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 8, 2007
Re: right to left writing in the text editor
Nir,
http://cutesoft.net/asp/right-to-left.asp
Source code:
<td valign=''top'' style=''direction:rtl''>
<h1>Right to ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
January 16, 2009
Re: Finding the name of the template that was loaded into the editor
BruceD ,
You can find the Resources.xml in the ~/cuteeditors/templates/ folder.
The Resources.xml contains all the template definition.
When you add the new template, please make sure you copy the template file to the same folder.
...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 18, 2004
CuteEditor to RichTextEditor: How do I define a Snippet dropdownlist in the Control
In CuteEditor, we utilize the function of creating a drop down list
of snippets to insert into the text area
by defining in the config file, <item type="dropdown" name="DropDownSnippets" text="snippets"/>. After that, we call something similar to the following to
populate the drop ...
Posted to
Rich Text Editor for .NET and MVC
(Forum)
by
HuaShyr
on
October 26, 2012
Embedded CSS and HTML comment tags
We are having an issue where our users are editing HTML and their styles are not being applied correctly in the editor.
We have tracked this down to them having HTML comment tags around the style sheet definition.
However, the HTML that they are using renders correctly in Internet Explorer and is perfectly valid as far as I can ...
Posted to
Cute Editor for .NET
(Forum)
by
nwalker
on
February 11, 2009
Re: A series of problems (1)
Hi.
I tried using these sentences with our own CE online editor version:
Type a line of text. Set this second sentence large. Leave the outside... Type a line of text. Set this second sentence large. Leave the outside...
Originally, the first line was identical to the second one. I then selected all the ...
Posted to
Cute Editor for .NET
(Forum)
by
fredd
on
August 30, 2007
Re: HTML code visible
<?php
//Step 2: Create Editor object.
$editor=new CuteEditor();
$editor->Text=DATAFROMDATABASE// ...
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
April 28, 2010
Re: How do capture the Save Click Even in VB for CuteEditor ASP.NET
Hi chemist,
Please try the example ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
July 27, 2012
Spell check: A potentially dangerous Request.Form value was detected from the client (CurrentText="<DIV>hallo</DIV>")
I just upgraded to latest version and I get this error when I click on the spell check button. This used to work without any problem ...
Posted to
Cute Editor for .NET
(Forum)
by
frJericho
on
February 9, 2011
More Search Options
« First
...
< Previous
174
175
176
177
178
Next >
...
Last »