Question
Behaviors without helper functions
Hi all, I'm trying to create a behavior that doesn't require
a behavior
function, is this possible using the behaviors API?
Dreamweaver requires a behaviorFunction() function in behaviors, and
returnig an empty string results in a message "The Action will not be
applied".
Is it possible to insert behaviors without a behaviorfunction?
Sure I can create proxy functions that in turn call the actual command (eg
alert()) but this seems a lot of overhead to put into the document.
Joris
function, is this possible using the behaviors API?
Dreamweaver requires a behaviorFunction() function in behaviors, and
returnig an empty string results in a message "The Action will not be
applied".
Is it possible to insert behaviors without a behaviorfunction?
Sure I can create proxy functions that in turn call the actual command (eg
alert()) but this seems a lot of overhead to put into the document.
Joris
