I modified the code to something like below, but with no luck:
modifier: yang
created:
modified: 20100708000000
type: None
tags: systemConfig excludeLists excludeSearch
config.macros.BeforeIStart ={
handler: function(place, macroName, params, wikifier, paramString,
tiddler){
var params = [];
params.push("jobTab");
params.push("job no");
params.push("job no");
params.push("wikiinthefield_job_job001_jobNo");
params.push("customer address");
params.push("customer address");
params.push("wikiinthefield_job_job001_customerAddress");
tabs(place, "", params);
config.macros.tabs(place, "config.macros.tabs", params);
}
}
Any suggestion?
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.