insideTW [1] is a good resource to start searching. You can search with Erics great search box, and get an info how to call the function.
eg; createTiddlyB ... you are there allready. createTiddlyButton = function createTiddlyButton(parent, text, tooltip, action, className, id, accessKey, attribs) It gives you an overview about the possible input parameters and the _tags_ area tells you, that the function is part of "utility.js", which can be found at github [5] repo. then you can go to tiddlywiki.org or oldwiki [2] and get a more textual descripton. then you can have a look at my examples, and try to figure out, how it works. the jQuery API documentation [3] is a very good source too, if you need info about $ stuff :) Mozilla Dev Net .. MDN [4] should be a number one link about basic documentation, and background stuff about JS, HTML, CSS the DOM and much more. hope this helps. -m [1] http://www.tiddlytools.com/insideTW/#createTiddlyButton [2] http://oldwiki.tiddlywiki.org/wiki/Dev:Core_Code_Overview [3] http://api.jquery.com/ [4] https://developer.mozilla.org/en-US/ [5] https://github.com/TiddlyWiki/tiddlywiki/tree/master/js -- 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.

