Search

You searched for the word(s):
Showing page 3 of 6 (56 total posts) < 1 second(s)
  • Re: Editor Background Color

    hmm, maybe it can be set in the provider itself, which is over-riding it..&#160;I sort of recall the DNN core saying they will expose these propertes for developers, but I couldn't recall if they did or not.&#160;I don't have to code handy at the moment, but will check it out and report back to ya.&#160;Cheers, A
    Posted to Cute Editor for .NET (Forum) by Bunce on April 10, 2005
  • Re: Editor Background Color

    Jack, setting the height and width of the editor doesn't require a recompile.&#160;This is defined in the user control (.ascx) file which is calls the eidtor.&#160; In the case of DNN it would be in the user control file of the module that is being loaded. You can change this, save the file and it will be updated automatically.&#160;You have to ...
    Posted to Cute Editor for .NET (Forum) by Bunce on April 10, 2005
  • Re: Root Image Directory in DNN 3

    Hi Adam, Sorry&#160; I missed this one.. The issue still exists in the latest .06 release.&#160; The RootImageDirectoy property doesn't seem to get populated by the PortalSettings call. After stepping through in the debugger, its jumps to the 'ELSE'' branch of the ...
    Posted to Cute Editor for .NET (Forum) by Bunce on March 31, 2005
  • Re: Custom Button for linking to internal pages

    Hi Adam, I've got that all working fine, and will post the code after cleaning it up a bit, incase anyone asks a similar question for DNN. Anyway, wondering if you could clear something up for me: One of the overloads for the Items.Add method of the CuteEditor.RichListItemCollection is: Public Sub Add(ByVal html As String, ByVal text As ...
    Posted to Cute Editor for .NET (Forum) by Bunce on March 31, 2005
  • Re: Custom Button for linking to internal pages

    OK, worked when I kept it in the Initialize() event, and changed the reference to the existing cntlCE reference. Cheers, Andrew
    Posted to Cute Editor for .NET (Forum) by Bunce on March 31, 2005
  • Re: 'Fit To Windows' and nested user controls

    Can I publicy thank Adam and Terry for their help on this one, on what was not necessarily a problem with the Cutesoft product at all. Rather it was related to how DNN is configured to allow its Drag and Drop functionality. Thanks again guys. Cheers, Andrew
    Posted to Cute Editor for .NET (Forum) by Bunce on March 31, 2005
  • Re: Custom Button for linking to internal pages

    ahh OK, i'll try it in New(). So how do I get a reference to an instance of the editor class... 'editor2' won't exist as its not declared as a control on the aspx file (since there isn't one). PS - This is DNN 3.0.12. The provider in DNN3.x is different and all other properties (such as cntlCE.DisableItemList = ''Save'') are set in the ...
    Posted to Cute Editor for .NET (Forum) by Bunce on March 30, 2005
  • Re: Custom Button for linking to internal pages

    Awesome thanks Adam. I'm half way there, as I can use the DotNetNuke.Common.Globals.GetPortalTabs method to get a nicely formatted list of pages. Just need to iterate through them and add the link value to each when adding it to the dropdownlist. I created a 'holder' in the config file but it doesn't seem to recognise it in the code. ...
    Posted to Cute Editor for .NET (Forum) by Bunce on March 30, 2005
  • Re: Custom Button for linking to internal pages

    Hey Adam, For DotNetNuke, I assume I would need to perform this in the provider file, however what event would I need to place it in? Would I need to over-ride OnLoad?&#160; And if so, how would I get a reference to the Editor? Cheers, Andrew
    Posted to Cute Editor for .NET (Forum) by Bunce on March 30, 2005
  • Re: Custom Button for linking to internal pages

    Andy I'd be very interested in this also, we'd like our users to be able to select an existing page from our site (using DotNetNuke) and insert it into a link. Would be happy to work with you on the code -&gt; might be able to help you with your problem.. Cheers, Andrew
    Posted to Cute Editor for .NET (Forum) by Bunce on March 30, 2005