Ticket #675 (closed defect: invalid)
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
