You are not logged in.
Pages: 1
Hi,
Xinha looks interesting.
What the newbie guide doesn't mention however is non-global init.
To make Xinha work dynamically with independent page components I need to be able specify a target textarea.
Is this possible?
Thanks,
Leslie
Offline
Right, but the newbie guides does it all in one batch by overriding the init function.
What I need to do is apply Xinha incrementally to textareas, i.e. something like this:
<textarea id="foo"/>
xinha_apply('foo');
...somewhere else on the page and/or in time:
<textarea id="bar"/>
xinha_apply('bar');
Offline
Pages: 1