|
Search
You searched for the word(s): font
Showing page 43 of 216 (2,157 total posts)
< 1 second(s)
-
Hello, thanks for reply.
In your example everything is working perfectly. But i didn't find latest build on download page, i saw only 6.3 (updated 2009-03-30).. maybe i looked not in right place. So i used to download JS scripts directly from your example page and now seems fine. But can it cause some other bugs appear, that i use old ...
-
HI ,
i´m using cute editor version 6.3.0.0 which works fine.
But I´ve a problem with pasting word HTML (Office 2007) into the cute editor.
I use: CE1.EditorOnPaste = CuteEditor.PasteBehavior.ConfirmWord
In the pasted HTML the unneccessary Word HTML is removed, but the font styles are still ...
-
ralc001,
This will not work:
edtField10.EditorBodyStyle = ''textarea { font:normal 12px arial; }''
This is correct:
<CE:Editor id=''Editor1'' runat=''server'' EditorWysiwygModeCSS=''Editor.css''></CE:Editor>
TEXTAREA
{
font-size: 10pt;
color: black;
font-family: Verdana, ...
-
There is no javaScript API that allows you do this directly.
However if you are familar with JavaScript, you can populate the RichDropDownList using javaScript easily.
Here is the html code of FormatBlock dropdown.
To add your own span item, you need to follow the steps below.
1. Get FormatBlock dropdown ...
-
I thought I would share this for anyone looking to do something similar.
The idea here is to be able to paste in content and keep only basic formatting such as new lines, bold, italic, underline and lists. Anything else such as fonts, font-size, links etc are dropped.
This allows content from multiple sources to be easily combined without ...
-
CE appears to be shrinking content to fit into a page when printing.
Images that I insert into the CE editor are getting shrunk when being printed. So is text.
To demonstrate this, I start by placing this code in Microsoft FrontPage and printing it:
<html>
<head>
...
-
view source
<!-- CuteEditor _ctl6:_ctl1:_ctl4 Begin -->
<input type=hidden name='_ctl6:_ctl1:_ctl4:ClientState' value=''/><input type=hidden name='_ctl6:_ctl1:_ctl4:PostBackHandler'/><link rel=''stylesheet'' ...
-
thanks for the rapid response.
Well, I'm scratching my head.
I've modified one of the demos, and indeed, the problem can't be reproduced. However, in my application, it fails. Though I realize it's got to be some coding error of my own, i'm hoping you can lend some insight?
When I use the <FormatBlock> ...
-
Hi Adam, I am referencing a previous post: http://www.cutesoft.net/forums/9033/ShowPost.aspx, as my example. I tried to test my code using your 2 online editors as suggested here, with the disableAutoFormatting turned on and off, both produced the same behavior as I am receiving on my app, which is to alter the actual HTML tags. ...
-
Hi,Please find the code below. Another point that could be important: we have several editors on the same page, each of them got a specific id. The file 'editor.css' is in the same folder as default.aspx--default.aspx<ce:Editor id=''EditorContent'' EditorWysiwygModeCss=''editor.css'' runat=''server'' Visible=''true'' ...
... 43 ...
|
|
|