|
Search
You searched for the word(s): insert
Showing page 22 of 290 (2,898 total posts)
< 1 second(s)
-
azaldivar,
Try Change to the following line:
Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1','Testing...')'')
to:
Image1.Attributes.Add(''onclick'', ''insertHTML('Editor1_editBox','Testing...')'')
Or you can use the JavaScript function in the addcustombuttons.aspx.
<script ...
-
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 ...
-
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'' ...
-
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 ...
-
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...
-
thanks. this seemed to work.
However, i onyl want the url to change for images inserted. I want to replace src=''http with src=''https.
I am having issues with the quotations lining up and haveing double quotes inside the second string.
I got as far as this.
<script>
function ...
-
I have implemented CuteEditor in my CMS but run into the following problem:
When a user wants to add a image, he or she clicks on the ''Insert Image'' button in CE. In that dialog i made an extra button which when clicked on opens a popup where you can choose an image from a custom list. When chosen the popup automatically closes ...
-
Hello All,I need some help with the ''Insert Image'' option. My developers are suggesting that there is something wrong with the CuteEditor Code. I don't think that is the case so I need some help to convince them otherwise. Also, I know there is a new version out, but if we can just get this one issue resolved, we can at least test our entire ...
... 22 ...
|
|
|