|
Search
You searched for the word(s): document
Showing page 99 of 325 (3,244 total posts)
< 1 second(s)
-
Hello, I'm trying to clear the text box using javascript during the onfocus event. Below you will find my javascript code and the vb.net code to add the attribute vb.net Editor1.Attributes.Add(''OnFocus'', ''ClearEmailTextbox()'') Javascript function ...
-
Well, I hope the company considers developing this as a property that can be validated and enforced. In the meantime, I have developed an approach using a javascript onsubmit function:
function getLen(){
// get the cute editor instance
var editor1 = document.getElementById('<%=editor.clientID%>');
// retrieving the content of ...
-
The php file upload seems to work well for small file, but when upload a large file (video), I always get a Silverlight exception
Your document says the default max file size is 2G so I commented out the setting, but that does not help. I'm just using your form-simple-upload.php page:
<div ...
-
Bkr,
To enable the image management function of the Cute Editor control, you must set up a managed image gallery folder.
This is simply a folder in which you will be placing images for your users to use in their content. Create a folder in your application’s root folder. (For most applications, this is your web server’s root ...
-
Dear ShawnD,
Issue 1:
Please open http://phphtmledit.com/document/scr/Class_dropdown_Customization.htm , and check whether you followed step 1.
DropDown item style customization:
a. Opened ''cuteeditor_files\Configuration\Shared\Common.config''
b. please check section '' <CssClass>'' , ...
-
Hmm.. that is correct, you code works even from my local when it is saved as pdf through the editor. Try do this: <div style=''background-color: #575757;''>test</div> It works in the online version, from you link, but when it runs from local it gives a damage pdf document, that can not be opened.
-
I am having trouble understand exactly what the ''paste from ms word'' icon does. I've been looking around the forum and cutesoft site but I still don't have a good understand, other than that it cleans up html code. In an attempt to find out for myself (using the demo editor) I created the following in a word document:
...
-
davedr: pbmartin:
Unfortunately, when I use the Paste from MS Word option in CuteEditor, the margins and font styles from the Word document are transferred in the HTML. So I tried another way: When I use the Paste as Plain Text option in CuteEditor, the Word Doc converts into HTML with BR tags so that I can't use CSS without ...
-
We've had several users report that they are getting the white box with an x in it when adding a picture or a file.
When I go to the HTML view, I notice this:
<div><img alt=''alt'' ...
-
I created a small test to check it out
Public Class _Default
Inherits System.Web.UI.Page
...
... 99 ...
|
|
|