Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / July 2005

Tip: Looking for answers? Try searching our database.

How to use: WYSIWYG?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
charliewest - 28 Jun 2005 07:08 GMT
Hello -

I am trying to implement a basic WYSIWYG feature on my website so that i can
edit in HTML format basic text on my website and have this text saved (with
the HTML formatting) in my MS SQL database. Can anyone suggest a free WYSIWYG
control, or a similar way to do this?

Thanks!
TJS - 28 Jun 2005 08:06 GMT
FreeTextBox

> Hello -
>
[quoted text clipped - 7 lines]
>
> Thanks!
Alan Silver - 04 Jul 2005 15:26 GMT
>FreeTextBox

If you can get it to work.

I wasted a load of time with this control and couldn't even get their
supplied sample to work. The docs are almost non-existent and they never
bothered answering my support call.

I wouldn't bother with it if I were you. There are plenty of other
controls around. I'm still trying to find a good one myself, but I'm
sure there are plenty much better that FTB.

>> Hello -
>>
[quoted text clipped - 7 lines]
>>
>> Thanks!

Signature

Alan Silver
(anything added below this line is nothing to do with me)

Sam Samnah - 29 Jun 2005 23:11 GMT
You can either go to www.htmlarea.com and look at a selection of controls
that will do what you want.  Otherwise, if you want to create your own
control you have to set a div or span tag to CONTENTEDITABLE="true" and then
use some form of client-side code to pass the information from the <Div> or
<Span> to a form input control such as <TextArea>,<Input type="hidden"> tag
and manipulate the Text or value property associated with the input control.

Hope this helps.  Otherwise if you want to wait a day or two I can send you
the control I am building without any cost.

Sam-
> Hello -
>
[quoted text clipped - 7 lines]
>
> Thanks!
Alan Silver - 04 Jul 2005 18:20 GMT
>I am trying to implement a basic WYSIWYG feature on my website so that i can
>edit in HTML format basic text on my website and have this text saved (with
>the HTML formatting) in my MS SQL database. Can anyone suggest a free WYSIWYG
>control, or a similar way to do this?

FWIW I have been trying SOEditor from www.siteobjects.com. The Lite
version is free and does everything you are likely to need. The docs
seem pretty good and I had it running with little effort.

Recommended so far ;-)

Signature

Alan Silver
(anything added below this line is nothing to do with me)

charliewest - 31 Jul 2005 12:07 GMT
Alan,

This control works great. Thanks. Quick question - using code behind, have
you figured out how to get the actual value of the formatted text? I can only
manage getting the actual string value (result) by doing a post-back to a
separate page (as in the examples) and reading the post value (query string)
???

Thanks again,

> >I am trying to implement a basic WYSIWYG feature on my website so that i can
> >edit in HTML format basic text on my website and have this text saved (with
[quoted text clipped - 6 lines]
>
> Recommended so far ;-)

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.