BP Forums
WYSIWYG Editing Component Works! - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+---- Thread: WYSIWYG Editing Component Works! (/showthread.php?tid=454)



WYSIWYG Editing Component Works! - vbcodegeek - 01-29-2012

I have been busy with a lot of things. One of witch is this modified Version of GeckoFX. It supports XULRunner 10. The biggest feature this release has it the become an WYSIWYG Editor.

It works like a normal GeckoFX. You need to initalize XPCOM and all that. Once your form is setup, you need to call one line of code to get the editor working.

Code:
GeckoWebBrowser1.WebEditor.MakeWindowEditable("html", "<!DOCTYPE html><html><head><title>page Title</title><body><p>this is how the page will look when editing is turend on</p></body></html>")

Download It from the link below. I hope this helps you all.

NOTE: This is only a beta version. I'm still working on features and Bugs.


[attachment=0]<!-- ia0 -->GeckoFX Editor.zip<!-- ia0 -->[/attachment]


Re: WYSIWYG Editing Component Works! - brandonio21 - 01-29-2012

Fantastic! Thank you very much for the upload. This will definitely help alot of people with their projects!

Great work! I'll alert you of any complications I have.


Re: WYSIWYG Editing Component Works! - openeXpressions - 01-29-2012

Thanks for this code! You might want to post it over at the devatan forums as well (<!-- m --><a class="postlink" href="http://twbp.x10hosting.com/forums">http://twbp.x10hosting.com/forums</a><!-- m -->)
I really like the Gecko control. I also like the Webkit one. It's really neat.
P.S- Brandon, I'm back. I couldn't stay away forever. <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->


Re: WYSIWYG Editing Component Works! - vbcodegeek - 01-29-2012

Thank you all. I really like the WebKit and Gecko controls too. They are a lot better than that Internet Explorer control.
P.S. I have put the binary and source files on google code http://code.google.com/p/geckofx-editor/


Re: WYSIWYG Editing Component Works! - brandonio21 - 01-29-2012

No really, thank you. Yeah, the Internet Explorer control really is a piece of Junk.