Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2010-07-12 09:51:04

ajeetverma
New member
Registered: 2010-07-12
Posts: 2

use of xinha editor

Hello friends,

i am using the xinha editor in my asp.net application,  i have already copy the Xinha folder in the Root  of my web application .

and on my editor.aspx page , i have already write the javascript in my page's Head section

<script type="text/javascript">
    _editor_url  = "../xinha/"  // (preferably absolute) URL (including trailing slash) where Xinha is installed
    _editor_lang = "en";      // And the language we need to use in the editor.
    _editor_skin = "silva";   // If you want use a skin, add the name (of the folder) here
  </script>
  <script type="text/javascript" src="../Xinha/XinhaCore.js"></script>
  <script type="text/javascript" src="../xinha/my_config.js"></script>

and when i am calling the Editor , so i write that

<textarea id="txtQuestion" name="txtQuestion" rows="10" cols="50" style="width: 100%"></textarea>

after that when it is loading, it gives some error, that is loading a file. that is scan.php file
Xinha>>linker>>scan.php

and
Second problem is that if i am writing something on the editor.
so how we can get that text from the editor. because i have to save that in my database.


Plz Help me

Frinds


Thanks in AdvanceHello friends,

i am using the xinha editor, but i am facing the problem that loading the Xinha>>Linker>>scan.php (file).
and
Second problem is that if i am writing something in that editor so how we can find that text from our code.


Plz Help me

Frinds


Thanks in Advance

Last edited by ajeetverma (2010-07-13 05:13:40)

Offline

Board footer

Powered by FluxBB