473,408 Members | 2,030 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

I created a complete rich text .NET user control with HTMLarea

Greetings, for use in my company, I've created a complete ASP.NET user
control with htmlarea. The zip file contains a complete FAQ and Readme
with step by step install/use instructions, as well as a sample
project. If you use .NET - download it here:
http://www.sweetums.net/archive/htmlareausercontrol.zip

It features a seperate config file you can put in each project using
the control, in which you can change the style, button definition, and
button arrangement. So one usercontrol - many projects possible.

The user control supports using the editor with multiple editors on
one page.

Credit where credit is due, I'm using latest CVS - good job
developers, and the - and the brilliant width hack by phpology -
below:

I patched this using the following code after line 614 :

//line 614
iframe.style.width = width + "px";

// MY CODE
var type = this.config.width.charAt(this.config.width.length-1) == "%"
? "%" : "px";
if (type == "%")
iframe.style.width = width + "%";
// END MY Code
Nov 22 '05 #1
2 1587
amerok
2
Hello,

I have followed your instructions, but it doesn't work... All I get is an empty multi-line textbox...

Does someone have succeed to make it work ?

Thank you very much
May 3 '06 #2
amerok
2
mykidisgollum,

maybe you could send to me your email address so I can contact you, I really need this one... or if anyone knows a mean to contact him...

Thank you very much
May 4 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: somaboy mx | last post by:
I'm looking for a javascript-based rich text/wysiwyg html editor that can be easily integrated in a php cms. I don't require any advanced features (tables, images etc) , just basic text formatting....
5
by: WindAndWaves | last post by:
Hi Gurus I have a PHP page that allows a user to preview an email and then send it if(s)he is happy with it. Otherwise, they can click on an edit button and edit the text of the message. The...
0
by: mykidisgollum | last post by:
Greetings, for use in my company, I've created a complete ASP.NET user control with htmlarea. The zip file contains a complete FAQ and Readme with step by step install/use instructions, as well as...
3
by: Christoph | last post by:
Does anyone have any recommendations on a good (or, at least decent) and ideally free rich text field control written in javascript? We've been using the one that came with Micro- soft's...
2
by: VB Programmer | last post by:
I want to create an email message with a HTML body and email it out. I know how to create/send the email (for the most part.) 1. Any ideas or examples of using an ASP.NET rich text editor so...
3
by: Daniel | last post by:
Hi All, I wan to create a rich text control to let user write text and paste some object(picture) in it. After that, the rich text will store into sqlserver. User can retrieve it from...
0
by: ray well | last post by:
hi, my app has two parallel rich text boxes containing the same content in 2 different languages. the lines parallel each other, line #3 in english contains the same content as line #3 in...
9
by: Neil | last post by:
I need to implement a rich text box in an MDB file for a user base that consists of Access 2000 and Access 2002. Unfortunately, I'm using Access 2003 on my development machine. My understanding is...
4
by: Neil | last post by:
Just found out that the Microsoft Rich Textbox does not support full text justification, since it's based on Version 1.0 of the RichEdit Window Class, and full text justification is only available...
16
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.