Javascript editor and Cocoa. Is it possible ?
dme69
Membre
Hello all,
I want to know if it is possible to have javascript and cocoa working together. I want to have a javascript editor like TinyMce (for example) in a cocoa project and I want to pass the html code made with the editor to a TextField (NSSTring).
Do you know if it is possible ?
Thanks for your help.
Dominique.
I want to know if it is possible to have javascript and cocoa working together. I want to have a javascript editor like TinyMce (for example) in a cocoa project and I want to pass the html code made with the editor to a TextField (NSSTring).
Do you know if it is possible ?
Thanks for your help.
Dominique.
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses
What about using a WebWiew ? (not sure it can manage JavaScript, but maybe...)
Hi Dominique.
(for cocoa and javascript, yes it's possible, but...)
Your first messages were written in french.
You're on a french web site.
So, write in french, please...
Or go on a english-spoken site (there are many and many).
End of transmission.
.
Désolé mais en ce moment je passe mon temps à parler et écrire en anglais alors j'étais dans le rythme :)beta:
En français dans le texte :
Ce que j'aimerais faire c'est utiliser un editeur Html en javascript (comme TinyMce ou FckEditor) et tout ça dans une appli Cocoa. J'imagine qu'il faut utiliser une webview mais je ne vois pas trop comment faire ?
Merci pour votre aide et encore désolé d'avoir parlé en anglais.
Oops again
Dominique.
A partir d'un webview, on peut très facilement accéder au dom d'un document html.
Via le dom, tu peux manipuler les variables javascript et appeller les fonctions.
Donc en utilisant le pont cocoa/dom, tout cela est faisable à partir de ton prog obj-c.
.