If you look at the way to make callback functions in the EFS drawing functions:
"@URL=EFS:<function name>"
By doing this instead of simply passing in the actual function name as a parameter for the callback, doesn't this "short circuit" the encapsulation capabilities of the Javascript programming language?
That is, the above has bound me to only having global namespace level callback functions in my scripts instead of being able to embed them within my own objects.
I would appreciate it if a member of the eSignal Development Staff could answer this question.
Thanks.
"@URL=EFS:<function name>"
By doing this instead of simply passing in the actual function name as a parameter for the callback, doesn't this "short circuit" the encapsulation capabilities of the Javascript programming language?
That is, the above has bound me to only having global namespace level callback functions in my scripts instead of being able to embed them within my own objects.
I would appreciate it if a member of the eSignal Development Staff could answer this question.
Thanks.
Comment