Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~70 People Reached
Favorite Forums
Favorite Tags
Member Avatar for markiz

Inside client control I generate a button, with script to run. I want to call object's Print() method when this button is clicked, the result value must be passed to Print() as well. How can I do that? This is my object: [CODE] Type.registerNamespace("CustomControls"); CustomControls.FirstObj = function(element) { CustomControls.FirstObj.initializeBase(this, [element]); …

Member Avatar for NightLight
0
70