Javascript editor and Cocoa. Is it possible ?

dme69dme69 Membre
20:44 modifié dans API AppKit #1
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.

Réponses

  • schlumschlum Membre
    20:44 modifié #2
    Hello !

    What about using a WebWiew ? (not sure it can manage JavaScript, but maybe...)
  • dme69dme69 Membre
    20:44 modifié #3
    Yes I was thinking to that but do you know if it is possible to bind javascript variable with Cocoa variable ?
  • BruBru Membre
    20:44 modifié #4
    dans 1198060853:

    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.


    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.

    .
  • dme69dme69 Membre
    20:44 modifié #5
    Oops !

    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.
  • BruBru Membre
    20:44 modifié #6
    Je vais te renvoyer sur ce post.

    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.

    .
Connectez-vous ou Inscrivez-vous pour répondre.