Hi All

I am trying to understand Erics HTMLFormattingPlugin. Thinking it was
a super essential part of any interactive (javascript forms) TW I
automatically include it in all my TWS. But now came across and
interesting problem.

In a TW, with HTMLFormatting included...I tried the code -

<html><form><input type=text name=title value=title><br>
<input type=text name="etiqueta"><br>
<textarea name=pergunta cols="40" rows="5"></textarea><br>
<input type=button value=criar-lo onclick='
var title=this.form.title.value;
var who=localStorage.username;
var when=new Date();
var text="/%\n|Etiqueta|"+this.form.etiqueta.value+"|\n
%"+"/"+this.form.pergunta.value;
var tags="estudo [["+localStorage.username+"]]";
store.saveTiddler(title, title, text, who, when, tags, null);
autoSaveChanges();
'></form></html>

..and cant get it to work. Then I disabled the
HTMLFormattingPlugin...and it works!!!!  Re-actived
HTMLFormatting....it stops working!!!

So, whats up with the code that makes it NOT work when HTMLFormatting
is abled.....do I need HTMLFormatting at all? I now have the code
working, but would like to understand why this happens...

Using TW 2.6.1, under FF11.0

Thanks in Advance
Skye

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to