Announcement

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

#1 2005-04-05 05:39:08

tobyberesford
New member
Registered: 2005-03-24
Posts: 2

Is it possible to Hide the Path bar

Quick newbie query

Is it possible to hide the Path > p> etc... part of the xinha object?

Thanks

Toby

Offline

#2 2005-04-05 07:19:39

mokhet
Xinha Authority
From: Paris, France
Registered: 2005-04-03
Posts: 105
Website

Re: Is it possible to Hide the Path bar

config.statusBar = false;

there is tons of way to init xinha and tweak one or more editors, but a very basic sample to make it works could be

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
<script type="text/javascript">
_editor_url  = '/js/xinha/';
_editor_lang = "en";
</script>
<script type="text/javascript" src="/js/xinha/htmlarea.js"></script>
<script type="text/javascript">
function init() {
  var config = new HTMLArea.Config();
  config.statusBar = false;
  var xed = HTMLArea.makeEditors(['mytextarea'], config);
  HTMLArea.startEditors(xed);
}
</script>
</head>

<body onload="init();">

<form>
  <textarea id="mytextarea" name="mytextarea" rows="10" cols="80" style="width:100%"></textarea>
</form>

</body>
</html>

Is there any kind of FAQ around ? cant find anything else than the tracFaq which in this case is not really what is wanted tongue

Offline

#3 2005-04-05 08:52:19

niko
Xinha Authority
From: Salzburg/Austria
Registered: 2005-02-14
Posts: 338

Re: Is it possible to Hide the Path bar


Niko

Offline

#4 2005-04-05 10:45:38

mokhet
Xinha Authority
From: Paris, France
Registered: 2005-04-03
Posts: 105
Website

Re: Is it possible to Hide the Path bar

Yeah i already checked the NewbieGuide, but a FAQ is a totally different thing.

For now the forum is not crowded with always the same questions, but it will happens soon or later.

this question : How to hide status bar ? is the perfect example for a FAQ. It's not answered nor by the NewbieGuide neither by the newbie thread.

http://xinha.gogo.co.nz/punbb/viewtopic.php?pid=255

Offline

#5 2005-04-05 12:20:23

guillaumed
Xinha Administrator
From: Lyon, France
Registered: 2005-02-23
Posts: 85

Re: Is it possible to Hide the Path bar

Right mokhet,

gogo please think of creating soon a FAQ part on this forum or we will die under such normal but boring questions... hmm

Offline

#6 2005-04-06 00:48:28

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Is it possible to Hide the Path bar

I think you just volunteered to lead the FAQ effort guillaumed...

http://xinha.python-hosting.com/wiki/Fr … dQuestions

when you have something useful there let me know and I'll put a sticky on the forum for it.  Don't forget to link it from the wiki homepage.


James Sleeman

Offline

#7 2005-04-06 00:59:58

guillaumed
Xinha Administrator
From: Lyon, France
Registered: 2005-02-23
Posts: 85

Re: Is it possible to Hide the Path bar

Okay man but you will noticed than english is not my mother language. big_smile
Is there any volonteer to reread (and rewrite..) the FAQ

Offline

#8 2005-04-06 02:00:56

willeffects
Xinha Authority
Registered: 2005-03-19
Posts: 130

Re: Is it possible to Hide the Path bar

something for the faq:

q: Is there a list of all the functions xinha uses?
a: http://xinha.gogo.co.nz/punbb/viewtopic.php?id=137

Offline

#9 2005-04-13 12:40:20

tobyberesford
New member
Registered: 2005-03-24
Posts: 2

Re: Is it possible to Hide the Path bar

Works perfectly

Thank you

Toby

Offline

#10 2005-04-20 05:22:36

mokhet
Xinha Authority
From: Paris, France
Registered: 2005-04-03
Posts: 105
Website

Re: Is it possible to Hide the Path bar

guillaumed wrote:

Okay man but you will noticed than english is not my mother language. big_smile
Is there any volonteer to reread (and rewrite..) the FAQ

English is not my mother language neither, but i'm up to translate it in french and reread by the same way smile

Offline

#11 2005-04-20 06:11:57

guillaumed
Xinha Administrator
From: Lyon, France
Registered: 2005-02-23
Posts: 85

Re: Is it possible to Hide the Path bar

Super..

Just add this translation at the and of the FAQ page and make a link at the head for that... Any other volonteer for other foreign languages..??

Offline

#12 2005-04-20 07:09:58

mokhet
Xinha Authority
From: Paris, France
Registered: 2005-04-03
Posts: 105
Website

Re: Is it possible to Hide the Path bar

guillaumed wrote:

Just add this translation at the and of the FAQ page and make a link at the head for that...

Hurm, dont laugh at me but I have no clue of what you just said.

my first little french translation of FAQ is available at http://mokhet.com/xinha_faq.html

guillamed, feel free to send me a mail at mokhet@mokhet.com if needed.

Offline

Board footer

Powered by FluxBB