|
Search
You searched for the word(s):
Showing page 1 of 2 (11 total posts)
< 1 second(s)
-
I'm creating a custom module, and in Settings.ascx, I have the following line: <dnn:texteditor id=''teBox'' runat=''server'' width=''100%'' ControlID=''teBox''></dnn:texteditor>
Setting the HTML provider in Web.config to the Free Text Box works fine, but when it's set to the Cute editor, and I go to the module settings page, I get ...
-
The cute editor insert image dialog box is only showing gif images that I have uploaded in DNN, and not the jpg files.  If I try and upload a jpg file from the Cute editor's insert image dialog box, it comes up with the error: Cannot upload the file.   The File format is not supported. I can upload jpg files fine through ...
-
Ok, the select all button seems to work, and setting BreakElement=''br'' seems to work as well.  But there are still the problems with tables, images, hyperlinks, and pressing enter in HTML view goes down 2 lines.
-
Yes many of the problems DO occur on that demo. Try the following, I'll outline the problems in bold: 1)  Go to DNN Edit Demo and click 'Edit Text' on the Text/HTML module2)  Press the 'Select All' button (the dark arrow with the + button next to it).  Nothing gets selected, and the Underline button becomes ...
-
I'm having loads of problems editing text.  Here is a summary, I think these are bugs with Cute editor: 1)  When I press enter in Normal view Cute editor inserts <div></div> into the HTML (i've tried changing the BreakElement property in web.config to br or br/ but it doesn't seem to make a difference)2)  When I ...
-
Ok, I don't know what's happened, but it seems to be working now.  However, I have the same background image problem that is described in this thread: http://www.cutesoft.net/forums/10171/ShowPost.aspx i.e.  I have EditorBodyStyle=''background-image: none;'' set - the background is not displayed in Normal and Preview ...
-
Ok I've been going round in circles all day and I think I've broken it down to one simple problem.
If I have the following line set in my Web.config, then the editor works fine, and shows the correct styles in the Normal and Preview views:
EditorWysiwygModeCss=''~\Portals\_default\Skins\SKINNAME\skin.css'' However, if I change the line ...
-
Ok, I'm still having a lot of pain.   How does the EditorWysiwygModeCss property work?  I was under the impression that I could overwrite the styles I have in my skin.css file so that I could actually read them in the drop down lists (i.e. change all the colors of my white fonts to black so that I could read them on the ...
-
Ok thanks for your help, after a bit of work, I think I've worked out a good combination that works with DNN.
This might be useful for other new users...
Here is what I have in my Web.config:
... EditorBodyStyle=''background-color: #FFF; color: #000;''
EditorWysiwygModeCss=''~\Portals\_default\Skins\SKINNAME\skin.css''
...
You should point ...
-
Ok that works, thanks, but I also wanted to show my own set of styles in the drop down Css list - i.e. only the styles defined in example.css.   Is this possible?  I don't want my users to see all the DNN styles such as SubHead, Normal etc etc.  The drop down list just gets too long and ugly.
1
|
|
|