|
Search
You searched for the word(s): document
Showing page 3 of 169 (1,685 total posts)
< 1 second(s)
-
If you see the error message above, it means that you installed the latest version of the Framework ASP.NET1.1. Now ASP.NET 1.1 adds protection when you post HTML code and CuteEditor does that of course so here comes the error message, no harm just a warning.
To prevent this message from appearing again, you need to set ...
-
hi
is it possible for me to call a javascript function to change the background which i set in <body> in a cuteeditor....
this is my javascript function :
function fnChangeTemplate(TemplateID,Orientation,CategoryID,FileName,BackGround,Side)
{
if(Side=='front')
{
var editor1 = document.getElementById('<% = ...
-
Hi,
Recently i downloaded the cute editor 6.6 version added in my asp.net project. We can use the cute editor as document selector the live example
http://cutesoft.net/example/howto/use-CuteEditor-as-document-selector/use-CuteEditor-as-document-selector.aspx
The issue is ...
-
I was wondering if its possible that I could click a document, upload a new document and it would overwrite the existing one, while still keeping the same ID. So if I had Policy_101.doc, I could upload Policy_201.doc and it would overwrite the first one. Thanks edit: I know in the SqlStorage code there is a ...
-
> We don't have any plan to work on this function yet. Any suggestions?
Well, I think there are two possibilities:
1) Replace the current move document dialog (the one with the path text box) with a new dialog which consists of the file browsing part of the insert document dialog.
2) Keep the current move document dialog, but add a button next ...
-
That isn't quite right. It doesn't work, and even worse, when I click on any tab bar button, it writes the text of the function into the body of the html of the edited document.
This is the entire code on the page that contains the CuteEdit control. Is this where the code should be added? When I pasted it in exaclty , it didn't ...
-
When selecting a document and hitting Insert using the below example
http://cutesoft.net/example/howto/use-CuteEditor-as-document-selector/use-CuteEditor-as-document-selector.aspx
the selected document does not appear in the text box - when on Firefox 2.x - works fine in FF 3.x and IE 7.x?
Looks like the links.length ...
-
Thanks,Adam
but the source code is as follows:
void Page_Load(object sender, System.EventArgs e) { if (IsPostBack) { Editor1.SaveFile(''document.htm''); textbox1.Text = Editor1.Text; } else { ...
-
Hi SKH,
If you mean that, achieve the same function as the toolbar buttons by javascript.Please try the code below
<%@ Page Language=''C#'' AutoEventWireup=''true'' %>
...
-
Oh! That makes sense about the title tag.
I am aware that you can select the text to create a link as you describe. But, what I want to do is change the behaviour if no text is selected. Instead of using the URL as the inner text of the <A> tag, I want to modify the inner text in code.
Is this ...
3 ...
|
|
|