|
Search
You searched for the word(s): insert
Showing page 31 of 408 (4,079 total posts)
< 1 second(s)
-
Ok, now I see my Image,
System.Web.UI.WebControls.ImageButton customToolbarImg1 = new System.Web.UI.WebControls.ImageButton();
customToolbarImg1.ImageUrl = ''~/Editor_Resources/Themes/Office2003/save.gif'';
customToolbarImg1.ID = ''customToolbarImg1'';
customToolbarImg1.Click += new ImageClickEventHandler( customToolbarImg1_Click ...
-
You will find the Microsoft ''Longhorn'' message in insert_image.asp as follows:
<IMG id=previewpic'' NAME=''previewpic'' src=''1x1.gif'' hspace=''5''>The next version of the Microsoft Windows operating system, code-named ''Longhorn,'' marks a significant change not only in terms of how the operating system works, but also in ...
-
Hi all,
I made a quick fix, I hope it's ok with the CuteEditor folks. It's probably just something they forgot to add with everything going on.
To fix this I added :
overflow: auto;
to the style for the <div> holding the table for the ''file pane''
Fix:
Open ...
-
I want to replace the URL textbox with a dropdownlist that is populated from a database. I can get the code to work, but then the dialog title, labels and buttons have no text value because the reference to the CuteEditor.Include.insert_link class has been broken.
I have tried everything I can think of to get it to work, even going as far ...
-
dstephens,
Open the CuteEditorWeb\CuteSoft_Client\CuteEditor\Dialogs\tag.config.
To turn off the general tab, remove this line:
<add pattern=''*'' tab=''Common'' text=''[[Common]]'' control=''Tag_Common.ascx'' />
To turn off the style builder tab, remove this line:
<add pattern=''*'' tab=''Style'' ...
-
CrazyK:
Please refer the image attached. when you select an image and right click, all the items except for image in Insert menu is disabled. How can i enable them or particularly i want to enable the document menu item. See the image attached. Need urgent help.
We've discussed this issue again. You are ...
-
Hi Adam (and Terry),
The new .dll has fixed the problem for us. In testing so far, all is well. Thank you very much.
There is one unrelated difference that I'd like to ask about. It seems that using the new .dll, the styling has changed on either the upload progress bar, or the text underneath, or both. Was this an intentional ...
-
ithandyman,
When you insert template, all html code will be pasted into <body></body> section.
If you want to load tempates that contains <head> tag, please use Editor.LoadHtml Method .
Editor1.LoadHtml(''document.htm'');
Editor.LoadHtml Method
Loads the contents of a HTML file into the ...
-
Please use this method:
PasteHTML()
This method is used for pasting the specified HTML into a range within an editor document. If anything is selected, the selection is replaced with the new HTML and text.
Example:
// get the cute editor ...
-
At least i could find a solution to one of the problems, i'm using <div> on pressing return.
but i still have the problem with special symbols like ® on rendering the page is adding  before the symbol
Could someone please help me on this, i can't find a solution to this problem.
Please...
... 31 ...
|
|
|