|
Search
You searched for the word(s): document
Showing page 131 of 325 (3,244 total posts)
< 1 second(s)
-
Hi zaggle,
In which case you'll need to execute the paste command yourself then tell cuteeditor that you have done this. e.g.
function CuteEditor_OnCommand(editor,command,ui,value) {
if (command==''Paste'') {
var oEditor = ...
-
Guys,
Please download the latest CuteEditor.dll and provider.
With this new provider, Cute Editor allows you customize the tool bars based on DotNetNuke security roles, apply DNN styles and insert internal links to other tabs within your DNN portals.
The document of Configuring Cute Editor for DotNetNuke 3.1 is also ...
-
nokiko:
I maked a mistake.
please change
Line 7: string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress);
to :
string onlineid=Manager.Connect(CurrentUser,Request.UserHostAddress,null).OnlineId;
We haven't write document for the skinning yet .
If you want to create your owner skin , the main steps ...
-
Hi Ken
Thanks for that. As a matter of curiousity, why didn't you say you can get the html text and plain text like this?
protected void btnSend_Click(object sender, EventArgs e)
{
string htmlText = Editor1.Text;
string plainText = Editor1.PlainText;
}
Couple of formatting issues. If I create text in Outlook using Word ...
-
More info: Tested on latest FireFox and IE8 - same result. Debugged the submitbutton_click function using FireBug... here's something interesting - and again, remember, this is only when the page is served from the production server: function submitbutton_click() {
var submitbutton = ...
-
My Source Code :
-----------------------------------------------------------------------------------------------------
<%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<html> <head> <meta name=''ProgId'' ...
-
There is still a bug.
Here's how you can reproduce the bug in your online example (you will have to edit your source first):-
Inside your Edithtml.php source code I noticed you had the essential line commented out :-
$editor->EditorBodyStyle=....
This is the instruction that is causing the main ...
-
Hi Adam and Eric, Well, after apply the fix, we found the following issue: When include the following script in HTML tab, when go to normal tab, we see the ''The Time is ...'' which is correct. But the problem is everytime we go back to HTML tab then back to normal tab again, there is one more ''The Time is...'' appended next to the last ...
-
i updated CuteEditorconstants.js file
and it did not work. In Insert_table.asp
i see JavaScript
var
OxOa7d7=[''dialogArguments'',''element'',''editor'',''window'',''document'',''\x3Ctable
style=\x22width:300px;Height:200px;\x22 border=1 ...
-
Hi,
Please try the new one below, it should work under IE11 ...
... 131 ...
|
|
|