As an example here are some of the things I've tried. All of which simply create a link that doesn't work.
var ah ="<a href=\"javascript:;\" onclick=\"config.macros.newTiddler.onClickNewTiddler\" title=\"Create a new tiddler\" accesskey=\"N\" newtitle=\"New Tiddler\" isjournal=\"false\" newfocus=\"title\" newtemplate=\"2\">+</a>"; var ah ="<a href=\"javascript:;\" onclick=\"return config.macros.newTiddler.onClickNewTiddler\" title=\"Create a new tiddler\" accesskey=\"N\" newtitle=\"New Tiddler\" isjournal=\"false\" newfocus=\"title\" newtemplate=\"2\">+</a>"; var ah ="<a href=\"javascript:;\" onclick=\"return config.macros.newTiddler.onClickNewTiddler(e)\" title=\"Create a new tiddler\" accesskey=\"N\" newtitle=\"New Tiddler\" isjournal=\"false\" newfocus=\"title\" newtemplate=\"2\">+</a>"; var ah ="<a href=\"javascript:;\" onclick=\"return config.macros.newTiddler.onClickNewTiddler()\" title=\"Create a new tiddler\" accesskey=\"N\" newtitle=\"New Tiddler\" isjournal=\"false\" newfocus=\"title\" newtemplate=\"2\">+</a>"; var ah ="<a href=\"javascript:;\" onclick=\"return config.macros.newTiddler.onClickNewTiddler(event)\" title=\"Create a new tiddler\" accesskey=\"N\" newtitle=\"New Tiddler\" isjournal=\"false\" newfocus=\"title\" var ah ="<a href=\"javascript:;\" onclick=\"return config.macros.newTiddler. createNewTiddlerButton(place,title,params,label,prompt,accessKey,newFocus,isJournal)\" title=\"Create a new tiddler\" accesskey=\"N\" newtitle=\"New Tiddler\" isjournal=\"false\" newfocus=\"title\" newtemplate=\"2\">+</a>"; var ah ="<a href=\"javascript:;\" onclick=\"config.macros.newTiddler.onClickNewTiddler(place,title,params,label,prompt,accessKey,newFocus,isJournal)\" title=\"Create a new tiddler\" accesskey=\"N\" newtitle=\"New Tiddler\" isjournal=\"false\" newfocus=\"title\" newtemplate=\"2\">+</a>"; -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
