Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use the web browser control to input HTML ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00677503
Message ID:
00677524
Vues:
19
>I know that the web browser control could be use to input html, like a text editor?
>How can we do that ?
>
>Thanks.

IE 5.5 and later has a tag that lets you do something like this (in addtion to Sergey's reply). You can mark the HTML using code like:
<body contenteditable=true>
HTML Code goes here.
</body>
and the HTML will become editable. CTRL-B makes text bold, CTRL-I italicizes text, etc. It uses a lot of the standard Word shortcuts. You can also mark partial sections (eg <div contenteditable=true> or <span contenteditable=true>)
-Paul

RCS Solutions, Inc.
Blog
Twitter
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform