Search

You searched for the word(s):
Showing page 1630 of 1,765 (17,645 total posts) < 1 second(s)
  • Re: Paste from word document

    Praveen,&#160;1. What actually happens from the users point of view if they chose not to clean the code? When you pasting the content from Word into the editor, the non-required code that usually comes with pasting from Word. 2. Will there be any problem with the outer page layout in my application if I chose&#160;to clean the code? See ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Re: Selecting default class for the editor

    Bunce,&#160;I think we can work it out.&#160;In the CEHtmlEditorProvider.vb file, you can find the following code:&#160;CEHtmlEditorProviderDim s1, s2, s3, s4 As String s1 = Common.Globals.HostPath &amp; ''default.css'' s2 = PortalSettings.ActiveTab.SkinPath &amp; ''skin.css'' s3 = (PortalSettings.ActiveTab.SkinSrc).Substring(0, ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Re: Toggling the toolbar

    But there is no way to hide the toolbar while in non-fullscreen mode and show it in fullscreen.&#160;You may need to do something like this example:&#160;http://cutesoft.net/example/dad.html
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Re: Getting the content

    Access Cute Editor Text from client side javascript. 1. Code: // get the editor client ID var editor1=document.getElementById('&lt;%=Editor1.ClientID%&gt;'); &#160; //Get the editor&#160;content&#160; var editdoc=editor1.GetDocument(); // Get the editor innerHTMLalert(editor.innerHTML); //Get the editor ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Re: CuteEditor & DotNetNuke access right problem

    mtaimen,&#160;Which version of dotnetnuke are you using?&#160;The demo site is using the Dotnetnuke 2.1.2. We didn't make any changes to it.&#160;The problem has been resolved.&#160;Please check the followings:&#160;1. Have you updated the CuteEditor.dll?&#160;2. Have you DotNetNuke.CEHtmlEditorProvider.dll as well?&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 3, 2005
  • Re: After Install... and I made Chat Room and then same as the error

    Enc,&#160;Sorry we uploaded a wrong file yesterday. Please download the control again.&#160;Keep me posted.
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on March 2, 2005
  • Re: Overriding dialogs

    There is dialog configuration file named tag.config. You can find it in CuteSoft_Client/Cuteeditor/Dialogs folder.&#160; The following code specifies which file will be used when the user click the insert links button. &lt;add pattern=''A'' tab=''A'' text=''[[LINK]]'' control=''Tag_A.ascx'' /&gt; You can change its value and and point it to your ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2005
  • Re: Root Image Directory in DNN 3

    Andrew, Can you give me more details about what's wrong? We are using the following code to get the RootImageDirectory: &#160;&#160; Public Overrides Property RootImageDirectory() As String &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2005
  • Re: CuteEditor & DotNetNuke access right problem

    Mike, Yes. Demo: &#160; http://dnn212.cutesoft.net/test username: test Password: test&#160;&#160;
    Posted to Cute Editor for .NET (Forum) by Adam on March 2, 2005
  • Re: Stylesheet default

    Kris,&#160;Yes, but you need some custom work witth Insert_table.asp.&#160;
    Posted to Cute Editor for ASP (Forum) by Adam on March 1, 2005