|
Search
You searched for the word(s): document
Showing page 117 of 325 (3,244 total posts)
< 1 second(s)
-
I'm running CE 5 (downloaded Oct 15 2005) in DNN 3.1.
Typically I paste an unformatted document into CE, then apply CSS formats to various portions. I've found that after every cycle of selecting text, pulling down the CSS combo and selecting the style, the CSS dropdown gets wider and w i d e r andw i d e r.Anyone ...
-
PAUL,
I am not sure what you want to do.But here are some ideas: // get the cute editor instance var editor1 = document.getElementById('CE_Editor1_ID'); if(editor.all) { var ...
-
silicoNimagE wrote:
QUESTION:Why doesn't Cute Editor use a property to set accepted document types ?e.g. editor1.AcceptedDocTypes = ''doc,pdf,xls'' editor1.AcceptedImageTypes = ''jpg,bmp,png''Wouldn't that be better/simpler in use than having to edit the filepost.asp page ?
We will ...
-
hi Adam,
I got here another problem with Print functionality.
I am using the following code,
var editor=document.getElementById('<%=cuteEditorLetter.ClientID%>'); editor.GetDocument().body.innerText = ''myText'' ; ...
-
Johanna,If you want to visually see the changes after you apply the css class, you must apply the same style sheet the page uses to the editor.For example: if the page uses three style sheets, you can apply them to the editor using the EditorWysiwygModeCss property.<CE:Editor id=''Editor1'' EditorWysiwygModeCss=''../first.css, second.css, ...
-
Hi, I am using CuteEditor 5.0 version. My HTML document has just one drop down box. The drop down box have 3 values : Value 1 : SINGAPOREValue 2 : INDIAValue 3: USA When I select the value INDIA, client side HTML shows :-
<div> <select style=''width: 130px''> <option ...
-
I am in the process of intergrating the editor into a Document management system that allows the users to create HTML and ASP documents. Currently the editor handles HTML files perfectly but i need to be able to edit ASP files with in the editor aswell. Basically I need to hide any ASP tags with in the NORMAL view editor and show ASP tags in ...
-
If anybody is interested here's the code that worked for me. I now have one other problem. I need to figure out how to make the button not postback the page:
Dim Button2 As New System.Web.UI.WebControls.Button
Button2.Text = '':: Get Record from DB ::''Button2.Attributes.Add(''postback'', ...
-
Adam, my hope is to incorporate Cute Editor for .NET to make the following plan possible:
Using Visual Studio 2005, ASP.NET 2.0 (beta 2), SQL Server 2000, I am creating a website where paying customers can input information about their business. This data will be stored in a few tables with a SQL server database.
1) I want to ...
-
Thanks adam-
but it doesn't solve my problem. I want to typically remove a lot of the options that are not defined in that document... like when right-clicking a table I wish the user to be able to find the tags menu - but not with so many options under each tag type ... typically only ''select'' and ...
... 117 ...
|
|
|