Ticket #675 (closed defect: invalid)

Opened 7 years ago

Last modified 7 years ago

How do I use the thing

Reported by: anonymous Owned by: akaEdge
Priority: high Milestone:
Component: Documentation Version:
Severity: normal Keywords:
Cc:

Description

Am I missing something here ???? I've installed xinha as specified. and now I want to use it to be able to edit my html pages. !!! However, you do not have any guide how to start using it to edit for example any html page on my site... is the system used for something like this?? What page should I load.. .and what is the use of the page that I put textarea in it... as when I load the page.. I just see a text area in it. Here is the source and no buttons nothing...:

<html>

<head>

<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.

</script> <script type="text/javascript" src="/xinha/htmlarea.js"></script>

<script type="text/javascript" src="/xinha/my_config.js"></script>

</head> <body>

<br><br> <p> Hello dodo </p> <br><br> <textarea id="newbiearea1" name="newbiearea1" rows="10" cols="50" style="width: 100%"></textarea> <br><br> <textarea id="anotherone" name="anotherone" rows="10" cols="50" style="width: 100%"></textarea> </body> </html>

where should I start??? as I want to use the system to allow me to edit my html/php templates....

thanks for your help emakled@…

mark

Change History

Changed 7 years ago by gogo

  • status changed from new to closed
  • resolution set to invalid

---> forum please

Changed 7 years ago by anonymous

  • status changed from closed to reopened
  • resolution deleted

Why did you close it.. you did not answer any of my questions... and problem...

Changed 7 years ago by anonymous

  • status changed from reopened to closed
  • resolution set to invalid

This is the BUG TRACKER it's not for asking help it is for posting BUGS. Please go to the forum to ask for help.

Note: See TracTickets for help on using tickets.