|
Search
You searched for the word(s): font
Showing page 156 of 216 (2,157 total posts)
< 1 second(s)
-
Have downloaded the latest version and it seems to work now in IE 9.0
1. These buttons appear / not working? {inserthorizontalrule,Insertwbr} How do i remove the arrow button on {insertlink} (predefined links). Only have insert link dialog...
inserthorizontalrule works, not ,Insertwbr. And the ...
-
Dear mp5802,
The following code shows how to read write content between cuteeditor and mysql:
<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?>
<html>
<head>
</head>
<body>
<form name=''theForm'' action=''1.php?postback=true'' method=''post''><?php
function ...
-
Hi Adam,
I think I found the problem. I add the editor programmatically and after that I add items to a dropdown, or hide the dropdown if there are no items to add.
In my code I do this to get a handle to the toolcontrol:
CuteEditor.ToolControl toolctrl = editor.ToolControls[''Codes''];
If I do this, ...
-
Adam, I had a think about this issue and worked out the perfect solution for any permutation.What if instead of the static options you are creating now, you made an option to use the CodeCleaner options?eg, editor.onpaste = ''cleanWord,cleanFont,cleanSpan''The Code-Cleaner functionality is already there and it works perfectly. All it needs ...
-
You're probably correct as I do set the Width of the control. I do have to question why setting the width alters the order on the controls. Is it possible to set the width of the editor window without affecting the toolbar?
Likewise, several of my questions remain unanswered. Given that I can't use a template how do I add the ...
-
I am using the single file upload and note that after the file is upload, the gride with the file name and check mark appear for only a second, then immediately replaced by the Trace information. I can not figure out what is caused the grid to disappear.
Also, I would like to customize the grid to remove the ...
-
Hi adyboy369,
Please try the following code:
how to hide some buttons when uploading:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
We are using LiveSupport. As IE 9 is now a release candidate, I installed this to test our different applications. LiveSupport operator is failing. The first error was a COM object exception that pertained to disphtmlstyle. The bottom conversation panel failed to load. I then installed the most current version ...
-
Hello,
I have a problem.
I take the code in my php:
<php
$content = '<div><p>headline</p>
<p>';
$editor=new CuteEditor();
$editor->ID=''text'';
...
-
First of all, really like the script. Best one i found so far. I used this code (below) to get the filenames, which works well...until i add a:$uploader->SaveDirectory=''../images/upload'';
Seems it cant find the files if the path is changed...how can I fix this?
Also, is there a way to limit the amount of files?Say I only want ...
... 156 ...
|
|
|