|
Search
You searched for the word(s): insert
Showing page 30 of 408 (4,079 total posts)
< 1 second(s)
-
hi Adam,We are use Cute Editor 5.2 There Are Big Probelm With FireFox 1.5 Any Control Is Cont Working with Fire FoxHere Are Example
Here is Screen Shot Of The Proble
1, Inser Image
After
2, Click On HTML Tab
After
3. Back To Normal
It's Give Me Original Content OF Cute Editor
It's Same For All ...
-
Thanks. I figured I could do that but I really want to do this in some cases but not all. (ie just use the image upload function by itself at times)
If I create a copy of the InsertImage.Frame.aspx and InsertImage.aspx and rename them to say, UploadImage.Frame.aspx & UploadImage.aspx, (and edit out the functions I don't want) ...
-
iberium,
Please check the following two examples:
http://cutesoft.net/example/howto/AddButtons/cs/create_a_custom_button.aspx
http://cutesoft.net/example/JavaScript-API.aspx
The code of the above examples:
function PasteHTML(html) { // get the cute ...
-
>>Do you have problems with other dialogs??<<
Yes. Insert Image (both), Insert Link, Remove Link, Insert Anchor, Insert HR.
There could be more, but these are the only ones we have on our custom toolbar that are giving us trouble.
Thank you for your help!!! :-)
-
In the version 5.0, there is an JavaScript API which allows you paste HTML code into the editor. This is an example: function PasteHTML(html)
{
// get the cute editor instance
var editor1 = ...
-
i want to define a custom button in CuteEditor to phase some html code, the code is <img src=''*******''>
when i click the button, the code ''<img height=''30'' src=''*******'' width=''28''>'' will be generated in CuteEditor, the image height and width seem auto generate, Can i remove the height=''30'' and ...
-
Adam,
I did that: <ce:editor id=''Editor2'' DisableAutoFormatting=''true'' RemoveServerNamesFromUrl=''true'' UseRelativeLinks=''true'' runat=''server'' activetab=''View'' filespath=''./CuteEditor''></ce:editor>
And now I've got:<img height=''600'' ...
-
Zapotec,
>> Image properties dialog should have ''Constrain proporsions'' on width and height.
If select the image and click button, in the image dialog, you will have the ''Constrain proporsions'' .
>> - We would like to add our own text into the preview window, just as we had in CE3.0
a. Locate and ...
-
Yes. It's possible.
Step 1:
Locate and open Insert_table.asp
Step 2:
Locate the following code:
if(editdoc){p_table=editdoc;}
else
{
p_table=document.createElement('<table style=''width:300px;Height:200px;'' border=1 cellspacing=4 cellpadding=4></table>');
var ...
-
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 ...
... 30 ...
|
|
|