|
Search
You searched for the word(s): font
Showing page 29 of 216 (2,157 total posts)
< 1 second(s)
-
1. How can I get the font size to use pt?I've added editor.FontSizesList=''10pt,11pt,12pt,13pt,14pt,15pt,16pt,17pt,18pt,19pt,20pt'' which shows up in the drop down but the editor just inserts a <font size=10''> tag leaving off the pt. Is there any way around this?2. High light the Font Name. In the demo ( ...
-
I have looked through the documentation and I cannot see a way to set the font and font size programatically in the drop down. Based on a user's preferences, I would like to automatically set the selected font and font size when RTE loads.
How can I accomplish this?
-
I have been trying this out to no avail.
I have an Editor that is defined:
<CE:Editor id=''edHTML''
EditCompleteDocument=''true''
EnableStripIframeTags=''false''
EnableClientScript=''true''
EnableStripLinkTagsCodeInjection=''false''
...
-
Demo: colorpickerexample.htm Source code:
<html><script>
function CallColorDlg()
{
var sColor = document.dlgHelper.ChooseColorDlg();
alert(sColor);
}
</script>
<body>
<Button onclick=''CallColorDlg()''>Click Me</Button>
<object id = ''dlgHelper'' classid = ...
-
Hello,
I'm looking for help to further change the above code for a custom DropDownList. Using the Font Face DropDownList as an example, after someone has highlighted some text and chosen their font face, the selection of text remains highlighted and the DropDownList goes back to having ''Font'' selected. Any ideas how to mimic ...
-
Hi,
When you select 'Font Color' from the toolbar for some text.
If you view the html then the code uses <font> tags. Is this expected behaviour? Isn't CE meant to use all span tags?
Thanks for your help,
Marcus
-
Hi Ken,
I don't have a url as rte is not out on our production site since we have the evaluation copy. The only way I can show you on our dev enviroment is through a site like join.me as rte is within our admin section and needs a user with the proper permissions. We really want to buy rte but need it to look correct (it works ...
-
Thanks Eric.
I already checked out the document but it seems that example only customize the existing font sizes i.e 8, 10, 12......
I have changed the common.xml as below but when I formatting any text with size 9 it actually formatting as 10pt in HTML.
Please let me know if I am missing something here.
<item text=''1 ...
-
Eric:
Please refer to http://cutesoft.net/asp/document/scr/FontSize_dropdown_Customization.htm
Example ...
-
When I include jquery on my page, my dropdown selectors in CE aren't displaying (font color, table, highlight...). Even if I just include the jquery.js file on the page it disables them somehow. Any suggestions? I've played around with the focus flag, and moved all jquery calls to the end of my page, but still the dropdown ...
... 29 ...
|
|
|