Hi!

I tried:
config.macros.TableEditor.toggleEditMode( btn ) { ...

and

config.macros.TableEditor.toggleEditMode : function ( btn ) { ...

Neither worked.

I also tried without the "config.macros.TableEditor." part.
It either expects an identifier or a semi-colon. jslint breaks on the
first line.

w

On Jul 19, 2:30 am, Vincent Yeh <[email protected]> wrote:
> W,
>
> The function names and their codes are still the same, just packed into a 
> macro. To hijack a function you can use
>
>  config.macros.TableEditor.function_to_hijack
>
> instead of simply function_to_hijack.
>
> And thank you for pointing out the issue with sorting. I will look into it 
> when I have time.
>
> Vincent

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