Search

You searched for the word(s):
Showing page 1 of 2 (11 total posts) < 1 second(s)
  • Preview default to 1024x768 size

    &nbsp;In preview popup screen I want to default to 1024x768&nbsp; size &nbsp;
    Posted to Cute Editor for .NET (Forum) by Vasuu on May 29, 2008
  • Re: zoom

    protected override void OnInit(System.EventArgs e) { base.OnInit(e); Preview.SetScriptProperty(''ServerTime'', '' &lt;script language='javascript' type='text/javascript'&gt; Preview.ExecCommand('ZOOM',false,25);&lt;/script&gt;''); Preview.AddInitializeScriptCode(''Preview.GetScriptProperty('ServerTime'))''); } &nbsp; even If I use this ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 24, 2008
  • Re: zoom

    Now its working (Code below)&nbsp;,But If I put&nbsp; ReadOnly=true it is not working? &nbsp; &nbsp; I found one more thing, Sometimes It is giving property/method does not support still. &nbsp; &nbsp; &nbsp;I put this code in aspx body. &nbsp; &lt;script language=''JavaScript'' type=''text/javascript'' &gt; var ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 19, 2008
  • zoom

    My problem&nbsp; is I have a editor which is read only. while loading itself I need to show&nbsp;in 25% zoom . Here is my code &lt;CE:Editor ID=''Preview'' runat=''server'' AutoConfigure=''None'' ReadOnly=''true'' ShowBottomBar=''false'' Height=''500Px'' Width=''800Px'' &gt; &lt;/CE:Editor&gt; in Page load cs file protected ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 19, 2008
  • Re: Preview Option

    function SetActiveTab() { var editor1 = document.getElementById('&lt;%=Editor1.ClientID%&gt;'); &nbsp; editor1.SetActiveTab('Preview'); } function ExecCommand() { var editor1 = document.getElementById('&lt;%=Editor1.ClientID%&gt;'); var cmd = ''preview''; var val = ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 5, 2008
  • Re: Preview Option

    but as per our requirement, we have a separate button for preview outside the editor. If I click that preview button which resides outside editor, I want to show preview in editor instead of using preview in editor. How? &nbsp;
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 4, 2008
  • Re: Loading a doc

    it will allow html format as of now? with images and formatting? &nbsp;
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 4, 2008
  • Preview Option

    I have seen preview option in editor. but what I need is I have &nbsp;a separate button for preview. So If I click that button preview has to&nbsp;come&nbsp;in editor. How?
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 4, 2008
  • Re: Loading a doc

    I tried Editor1.LoadFile(''../Templates/Newsletter.doc''); Its not showing properly . it is showing in hex code. &nbsp;Note: &nbsp;document has images and formatted text is there with extension .doc &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 4, 2008
  • Loading a doc

    I am trying to load a document&nbsp; which has images (.doc) &nbsp;into cuteeditor It is not showing properly.........which methos I have to use? &nbsp; Editor1.Load(''document.doc'') LoadFormData,LoadRTF,Loadtext, LoadWord,Load,LoadFile&nbsp; which one I have to use. &nbsp; &nbsp; 2nd question: &nbsp; I have seen preview option is ...
    Posted to Cute Editor for .NET (Forum) by Vasuu on March 4, 2008
1 2 Next >