Hi Again
I am using a script like -
<html><nowiki><form>
<input name="title"> - nome etiquetas (usando formato
'novaEtiqueta')<br>
Definição breve da etiqueta nova
<textarea name="text" rows="4" cols="60"></textarea><br>
<input type="button" value="Criar-la" onclick='
var title=this.form.title.value;
var who=config.options.txtUserName;
var when=new Date();
var txt=this.form.text.value;
var tags="etiqueta temporary "+who;
var fields={};
store.saveTiddler(title,title,txt,who,when,tags,fields);
return false;
'></form></html>
......to input information and create a new tiddler for me......this
is a simple example, often there are 6 ou more input fields in the
form..........
Now I need to be able to activate that form, from a tagged
ViewTemplate toolbar..and obviously can´t have the whole form sitting
in the toolbar.......
...I have been using something like ...<span macro='tiddler TidName'></
span>.....where TidName has the content....<<tiddler ShowPopup
with:FormTid referencias "" "" 40em sticky>> ...
so the tool bar says "referencias" which opens a popup which has the
above form...which I fill out and the new tiddler is created....from
within the popup.....
GREAT !!!
What I cant get to work, is that this new tiddler needs to have a tag
linking it the original tiddler......how to pass the tiddler.title of
the original tiddler, to the form in the popup??????
or alternatively using newHerePlugin.(which gives me the tagging I
want) to activate the input form....!
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.