Can't see CSS classes in DNN

Last post 10-15-2008, 11:39 AM by Adam. 7 replies.
Sort Posts: Previous Next
  •  10-11-2008, 8:55 AM 44816

    Can't see CSS classes in DNN

    I installed CE in DNN, but I don't see any of the classes from the portal's stylesheet.  What should I do?
  •  10-12-2008, 6:35 AM 44821 in reply to 44816

    Re: Can't see CSS classes in DNN

    Hi pbmartin,
     
     
    Can you post you CuteEditor section of you web.config file?
     
     
    Ken
  •  10-13-2008, 8:45 AM 44834 in reply to 44821

    Re: Can't see CSS classes in DNN

    Here's the web.config section. Thanks in advance for your help!
     

    <htmlEditor defaultProvider="CEHtmlEditorProvider" >

    <providers>

    <clear/>

    <add name="CEHtmlEditorProvider"

    type="DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider"

    providerPath="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\"

    UseDNNRoleASFileNamePrefix="false"

    UseDNNRootImageDirectory="true"

    UseDNNDefaultWidth="false"

    ConvertHTMLTagstoLowercase="true"

    URLType="default"

    UseHTMLEntities="true"

    RenderRichDropDown="true"

    UseSimpleAmpersand="false"

    CustomCulture=""

    ThemeType=""

    DisableAutoFormatting="false"

    BreakElement="div"

    EditorBodyStyle="background-color:#ffffff"

    EditorWysiwygModeCss="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\DNNGeneral.css"

     

    Admin_AutoConfigure = "Full_noform"

    Admin_SecurityPolicyFile = "admin.config"

    Admin_TemplateItemList = ""

    Admin_DisableItemList = ""

    Admin_AllowPasteHtml ="true"

    Admin_EditorOnPaste = "default"

    Admin_ReadOnly = "false"

    Admin_ShowBottomBar ="true"

    Admin_ShowHtmlMode ="true"

    Admin_ShowPreviewMode ="true"

    Admin_ShowTagSelector ="true"

    Admin_EnableStripScriptTags ="false"

    Admin_EnableContextMenu = "true"

     

    Registered_AutoConfigure = "Full_noform"

    Registered_SecurityPolicyFile = "default.config"

    Registered_TemplateItemList = ""

    Registered_DisableItemList = ""

    Registered_AllowPasteHtml ="true"

    Registered_EditorOnPaste = "default"

    Registered_ReadOnly = "false"

    Registered_ShowBottomBar ="true"

    Registered_ShowHtmlMode ="true"

    Registered_ShowPreviewMode ="true"

    Registered_ShowTagSelector ="true"

    Registered_EnableStripScriptTags ="false"

    Registered_EnableContextMenu ="true"

     

    Guest_AutoConfigure = "Minimal"

    Guest_SecurityPolicyFile = "default.config"

    Guest_TemplateItemList = ""

    Guest_DisableItemList = ""

    Guest_AllowPasteHtml ="true"

    Guest_EditorOnPaste = "default"

    Guest_ReadOnly = "false"

    Guest_ShowBottomBar ="true"

    Guest_ShowHtmlMode ="true"

    Guest_ShowPreviewMode ="true"

    Guest_ShowTagSelector ="true"

    Guest_EnableStripScriptTags ="false"

    Guest_EnableContextMenu ="true"

    />

  •  10-14-2008, 6:41 AM 44872 in reply to 44834

    Re: Can't see CSS classes in DNN

    Hi pbmartin,
     
     
    Please modify 'EditorWysiwygModeCss="~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\DNNGeneral.css"'
    to:''EditorWysiwygModeCss=""'
     
     
     
    Regards,
     
     
    Ken
  •  10-14-2008, 3:05 PM 44882 in reply to 44872

    Re: Can't see CSS classes in DNN

    Thanks!  Works like a champ!
     
    Now that I can see the CSS classes, the skin that I purchased must have some style that is very wide.  Is there any way to limit the width of the CSS drop down box contents so I can see the contents on the screen? 
  •  10-14-2008, 10:22 PM 44885 in reply to 44882

    Re: Can't see CSS classes in DNN

    Hi pbmartin,

    Editor do not have this setting for the time being.
     
    Ken

     

  •  10-15-2008, 9:08 AM 44900 in reply to 44885

    Re: Can't see CSS classes in DNN

    Thanks, Kenneth...is there any way to exclude specfic CSS styles?  The CE drop down box with CSS styles is so wide for the skin that I can't see the styles.
  •  10-15-2008, 11:39 AM 44903 in reply to 44900

    Re: Can't see CSS classes in DNN

    Editor.DisableClassList Property

    The class items in the CssClass dropdown needed to be disabled going to this string. Example DisableClassList="BreadCrumb, TopicMenu, Footer"

     
    Please use this property.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML