Hi,
I am trying to write a tiddlywiki micro that can display tabs of
content (see below):
modifier: yang
created:
modified: 20100708000000
type: None
tags: systemConfig excludeLists excludeSearch
config.macros.BeforeIStart ={
handler: function(place, macroName, params, wikifier, paramString,
tiddler){
var displayArea = jQuery('<div class="displayAreaForm" /
>').appendTo(place)[0];
var jobForm = jQuery('<div />').appendTo(displayArea)[0];
var userName = config.options.txtUserName;
config.macros.tabs(jobTab, "job no", "job no",
wikiinthefield_job_job001_jobNo, "customer address", "customer
address", wikiinthefield_job_job001_customerAddress, "customer phone",
"customer phone", wikiinthefield_job_job001_customerPhone, "wm id",
"wm id", wikiinthefield_job_job001_wmid, "job status", "job status",
wikiinthefield_job_job001_jobStatus);
}
}
However, I got an "error in micro" message. what's wrong with it?
Yang
--
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.