On Wednesday, 23 October 2013 17:29:30 UTC+2, magev958 wrote: > How do I get this to work in a form, on a Save-button? > > <input class="button_text" type="submit" name="submit" value="Save" /> >
Probably something like this... <form onsubmit=" story.closeAllTiddlers();story.displayTiddler(null,'TiddlerTitle');return false;"> ... <input class="button_text" type="submit" name="submit" value="Save" /> </form> But then you would have to ask yourself, why use a form submit handler anyways? After all, do you intend to leave TiddlyWiki? I think not. Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

