**french part is following**
Hi,
For one of my projects, I include a FCKeditor control to edit the content of some page.
The controls is working correctly in the page, but I'm stuck there.
I read, search, read search for a while, but I can't find how to use the control.
I have some questions, and I hope I will find the answers here.
1- Do I need an <input> button (like Submit) to send the html code to a variable (for the moment) or I can take the 'Save' button ?
2- Can I use VB.net to use the control ?
3- If the 'Save' button sends the HTML, do I need to edit the source code of this button to make it do what I want ? If yes, is it in C# and in which file(s) is it ?
I read the doc on the wiki, but it's just for the integration, not for what I'm looking for.
Thanks a lot.
---
Bonjour,
Bon, dans le cadre d'un projet, j'ai décidé d'incorporé le contrôle FCKeditor.Net.
Bon tout va bien, je peux le loader et tout.
Mais après des heures, et des heures de recherche, je n'est pas trouvé comment manipuler comme il faut le contrôle.
Voici mes questions.
1- Pour récupérer le code HTML, dois-je absolument passer par un bouton <input> et appeler une fonction JScript ?
2- Y'a-t-il moyen de passer par VB.Net pour manipuler ce que l'utilisateur a entré ?
3- Idéalement, en cliquant sur le bouton 'Save', le code s'enverrait. Faut-il passer par le code source en C# pour modifier le code de 'Save' ? Si oui, dans quel fichier est-il ?
La documentation sur ASP.Net et ce contrôle est minime, merci de bien vouloir m'aider.
Hi,
For one of my projects, I include a FCKeditor control to edit the content of some page.
The controls is working correctly in the page, but I'm stuck there.
I read, search, read search for a while, but I can't find how to use the control.
I have some questions, and I hope I will find the answers here.
1- Do I need an <input> button (like Submit) to send the html code to a variable (for the moment) or I can take the 'Save' button ?
2- Can I use VB.net to use the control ?
3- If the 'Save' button sends the HTML, do I need to edit the source code of this button to make it do what I want ? If yes, is it in C# and in which file(s) is it ?
I read the doc on the wiki, but it's just for the integration, not for what I'm looking for.
Thanks a lot.
---
Bonjour,
Bon, dans le cadre d'un projet, j'ai décidé d'incorporé le contrôle FCKeditor.Net.
Bon tout va bien, je peux le loader et tout.
Mais après des heures, et des heures de recherche, je n'est pas trouvé comment manipuler comme il faut le contrôle.
Voici mes questions.
1- Pour récupérer le code HTML, dois-je absolument passer par un bouton <input> et appeler une fonction JScript ?
2- Y'a-t-il moyen de passer par VB.Net pour manipuler ce que l'utilisateur a entré ?
3- Idéalement, en cliquant sur le bouton 'Save', le code s'enverrait. Faut-il passer par le code source en C# pour modifier le code de 'Save' ? Si oui, dans quel fichier est-il ?
La documentation sur ASP.Net et ce contrôle est minime, merci de bien vouloir m'aider.
Re: Using the ASP.Net 2.0 FCKeditor
Re: Using the ASP.Net 2.0 FCKeditor
Re: Using the ASP.Net 2.0 FCKeditor