|
Search
You searched for the word(s): document
Showing page 225 of 325 (3,244 total posts)
< 1 second(s)
-
Dear dsmajor,
Please check NukeEdit4\document\DotNetNuke-Integration.htm in download package, that is installation steps for dnn4.x, have an inversion operation and uninstall CuteEditor for DNN4.X
When finish those steps, install cuteeditor for dnn5.x, the installation steps can be found at ...
-
Hi nadol_c,
About question1 and question2, Can you try to upgrade to the latest version and try the simple page like below?
<%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
-
Hello I would like the following javascript implemented in code behind the reason is I would like the submit to either upload or do something else depoending on some server validation
<script type=''text/javascript''>
function submitbutton_click()
{
var submitbutton=document.getElementById('<%=SubmitButton.ClientID ...
-
I am banging my head against the wall here.
What I am trying to do is detect the browser area, and then do a bit of math to get the exact size minus other controls that I want CuteEdit to be.
For example:
<script type=Javascript>
function resizefunction() {
...
-
Hi,
I'm currently working on an implementation of CuteEditor for a web portal.
The context of the editor is that it is placed within a div which, on postback, is either shown or hidden, to mimick popup behaviour (a modal background is implemeneted, but seperately, i.e. we are not using the modal popup extender or anything like ...
-
Hi,
We have made some research on your request.
We recommand you implement your request by this way:
Use custom UI button by setting the Uploader1.InsertButtonID=''AnotherButton''
then the uploader script would replace the AnotherButton.onclick=..
You can replace it by this way ...
-
Hi there,
I am sending data to be edited to another where cute editor is residing.
I found that
editorEdit = document.getElementById('<% = Editor_Edit.ClientID%>');
editorEdit.setHTML(''hi'');
these lines in javasctipt ...
-
I am trying to load a document which has images (.doc) into cuteeditor
It is not showing properly.........which methos I have to use?
Editor1.Load(''document.doc'')
LoadFormData,LoadRTF,Loadtext, LoadWord,Load,LoadFile which one I have to use.
2nd question:
I have seen preview option is ...
-
Hi,
I am using the trial version of version CuteEditor for .NET v6.0.
Creating a document and saving it in an Oracle DB works fine, and so does re-opening that same document in CuteEditor.
But, in my application I also need to convert Microsoft Word documents to HTML, and I would like to re-open them for editing in the ...
-
I have big problems with HTML2PDF! Nice HTML structure becomes all wrong when converted to PDF.
What am I doing wrong!?
Here's the HTML display in CE:
and here's the PDF Version! How can it be so different?
It's got the wrong font.
...
... 225 ...
|
|
|