> config.macros.showWorkHeader.handler = function 
> showTitleOfField(place,macroName,params, wikifier, paramString) {

> in macro, cannot call method 'getAttribute' of undefined.
>
> I checked the returned text using 'alert': looks ok to me.
>
> Any hints?

Your function declaration is a bit odd.  The name of the function is
'handler'.... but you also declare 'showTitleOfField'.  Try removing
that extra name:

config.macros.showWorkHeader.handler=function(...) {

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
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.

Reply via email to