AJAX :: HTML Editor Font Names & Sizes?
Feb 13, 2011How do I load Font Names & Font Sizes into the HTML Editor? I've got them in the toolbar using a custom class, but both are only showing 'Default'.
View 8 RepliesHow do I load Font Names & Font Sizes into the HTML Editor? I've got them in the toolbar using a custom class, but both are only showing 'Default'.
View 8 RepliesWe are sending html-based emails out to customers. This is a stripped-down version of it:
Code:
<table border="1" cellspacing="0" cellpadding="4">
<!-- Get the items here -->
<tr bgcolor="ddddee">
<td align="left"><strong>1</strong></td>
[Code] ....
I have this code in an html file and I can view it in IE. There are eight columns, and currently one row that just has a value of One in column 1, Two in column 2, etc.
So a customer is currently receiving an email with these eight columns. He wants a ninth column called "Special Instructions". It can be free-form text and therefore rather lengthy. The customer wants to make all the text smaller to accomodate the new field. How would this be accomplished? How does it know what font to use now?
I have questions relating to specifying font-sizes in web page.Is it ok to specify it as style='font-size:12px' or style = 'font-size:14pt' or there is a better way to do this? I want to be sure that I get a uniform cross-browser solution to font-sizes.
View 2 RepliesI was wondering if there was an easy way to change the output generation properties of the HTML editor.
I need to change it from the current XHTML standard (spans, etc) to legacy styles; <b>, <u>, <i>, etc.
there is two properties under font area for web control What is use of Names as Name set the value of font.
View 2 RepliesMy published site's pages appear to be unformatted, i.e. incorrect font type and sizes as well as objects that are not correctly aligned and of incorrect width when browsing the site with IE10. On my development platform, Windows 7 Professional using Visual Studio 2010 Professional, running in debug mode and also using IE10 the entire site appears perfectly formatted.
I've already confirmed that all CSS files and the relevant connection strings area correct and ensured that the font being used is installed on the hosting platform.I just used my MacBook and browsed the published web site using IE 9, Chrome and Safari - the site displayed and functioned 100%. I repeated the same test using Safari on iOS and again had perfect results. It thus appears that the problem relates to IE10.
I have an Editor control on my page and the user can go in use it hit save and that all works.
In another part of the page I have a simple dropdown to select a note and view it. When you push view it loads the text which was entered in via the editor control.
If the user used an order or unordered list. The text shows up but not the list part.
So if they did this:
Example
ThisAnd this
What is displaying is
Example
This
And This
Without the bullets. Same for the numbers.
I have it going to a literal control which should render the html, but it doesn't.
I went through the documentation and looked at the asp.net/webmatrix pages but could not find a RichTextEditor.
Is there one built into WebMatrix or can I just use the AjaxToolkit Html Editor or another 3rd party editor?
I'm trying to update my web site with the HTMLEditor control for Blog posting. I really need to know what my web.config changes need to be too. I get this error:Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
[code]...
When inserting a simple embed of youtube inside the ajax editor, on firefox and chrome problems occur. On the other hand on internet explorer 8 everything works fine. I found this solution [URL]
My question is where do I find the DesignPanel.pre.js ?
get text (non html/ not formatted) from ajax text editor in asp.net i am using vs 2008.
i am using AjaxControlToolkit.HTMLEditor
you can see same kind of at : ajax HtmlEditor
I have a AJAX editor and I want to put the HTML content in a database and I want to get the HTML data from the database to put in the HTML editor, in HTML mode.
So I do:
Editor1.ActiveMode = AjaxControlToolkit.HTMLEditor.ActiveModeType.Html;
I am using VB.NET and implementing AJAX HTMLEditor, I want to remove some of the unused button from the HTMLEditor. I did use the Lite HTMLEditor by adding HTMLEditor.Samples.VB in App_Code folder.And add the following at the top of the page
<%@ Register
TagPrefix="customEditors"
Namespace="AjaxControlToolkit.HTMLEditor.Samples" %>
how to use the html editor control in ajax. i want to be able to use it to submit a written text to a database or send an email from my webpage.
View 1 RepliesHow can I create a control that ables me to edit the text area with html commands like "bold" and etc. ???
We have it in ajax control tool kit just for 3.5 framework but for the others version like 2.0 we don't have this control...so how can I do some thing like that ?
I use the HTML editor to capture a users post. It saves to an Access database and is displayed on our intranet. In english it works fine but we have users who post in spanish. Any special Spanish characture with accents (Such as Á ) do not get stored and redisplayed properly. Once saved to the db it appears as a black diamond with a question mark in it. When it's displayed on the web page it shows just a square box. I use server.htmlencode and decode if that helps. I can switch to HTML text view and put in the escape codes, but it's not an efficient way of expecting my users to work.
View 2 RepliesI need the client side only version of the HTML Editor (if it exsists) and if it does, can someone show me a basic example, or point me to one?
View 3 Repliesto customize HTML editor. I've seen that it is possible to change the buttons, etc., but is it possible to remove the parts of the menu in it? To be precise I would like to remove font selector and color selector, but I don't know how.
View 2 RepliesI use HTML Editor Ajax. But it does't include smileys. How can I add smiles?
View 1 RepliesHow can i set HtmlEditor ReadOnly ?
View 2 RepliesIs it possible to change the font and font size of the data in the dropdown of a Combobox?
I've tried;
.CustomComboBoxStyle .ajax__combobox_itemlist li {
width: 150px;
font-family:Verdana;
font-size:smaller;
}
and setting the CssClass to it, but doesn't affect the font. I can adjust the width of the dropdown object, but I need to change that gawd awful font.
I am trying to write a customized Ajax HTML editor control and since noone knows how to resolve the problems I am having with including my source file SimpleEditor.cs inside my asp.net web application (refer to thread: [URL] I would like to know if I can compile the custom control into a .dll file and then somehow try using that inside my project. To start with I am creating a very simple editor with very little changes. Once I get it to work then I can move forward with putting in the rest of the customization. By the way in case anyone is interested I am trying to accomplish two things with my custom editor.
1 I want to reduce the buttons to just a few basic buttons.
2. I want to add a custom button to allow the user to insert a picture.
Below is the code I have in my SimpleEditor.cs file:
[Code]....
I had used HTML editor in my application but it doesnt ork in IE7.0 works fine in IE8.0 chrome,safari .
View 4 Repliesi have tried to just type carriage return and nothing else into a html editor of the toolkit , its content property has nothing.
How can i save single carriage return from the edior?
This is the codes that i used for my aspx.vb page.
Imports System.Data.SqlClient