Mike Lee wrote:

> Hi
>
> I overloaded a ActionListener in mozilla somthing like
>
> var blahListener =
> {
>   WillInsertNode: function(...) {
>   },
>   DidInserNode: function(...) {
>   },
>   ....
> }
>
> I dont seem to be able to access a global object within the functions.
> Say if I have
>
> var gObject = document.getElementById('foo');
>
> I can't use the gObject within WillInsertNode for example? Any work 
> solutions or workarounds?

Wrong newsgroup, trying m.editor.  Also cc'ing cmanske.

/be



Reply via email to