search for: added_method

Displaying 1 result from an estimated 1 matches for "added_method".

Did you mean: add_method
2007 Jan 09
6
help w/push_event_handler plus doc update request
...o need the flexibility to add event handlers to that main frame. push_event_handler''s name suggests it''s the way to go but I am not clear on how to use it. I know that I can add the method that I want triggered by an event to my frame with class << frameName def added_method ... end end but what are the specifics of making the frame-event-method connection? I want the code to look something like what I''ve pasted below, should this/ could this work? I''m sorry if I''m going about his all backwards, but most of my Ruby experience is...