Overblog All blogs Top blogs Tech & Science
Follow this blog Administration + Create my blog
MENU
Advertising

richtext

Internet Explorer used as rich editor

Internet Explorer used as rich editor

this code uses the internet explorer browser (can also use application) as a richtext application. the important point is that IE whose is the top of rich objects browser , can be editable. it have two modes for document object. -designMode="on" IE editable:can...

Read more

Advertising
A basic vfp richtextbox  implementation

A basic vfp richtextbox implementation

this code implements a basic richtextbox as a pure vfp solution. All the main idea consists in making each word of a text in a label control and then use the label properties to beautify the text. It's very fast contrary to what one may think. I used...

Read more

Advanced richtext editor : TinyMce

Advanced richtext editor : TinyMce

this is a demo of awesome richtext editor i pointed in previous posts(cool web app-see the link below). TinyMCE is a platform independent web-based JavaScript WYSIWYG HTML editor control released as open source under LGPL.TinyMCE enables to convert HTML...

Read more