From: Stefan B. <ste...@gi...> - 2010-08-09 20:19:33
|
Hi all, i am not sure how to implement a class method like "isSelectorExcludedFromWebScript". This method allows me to tell WebKit implementation that a certain function can be called from the webpage in the Webkit environment. So, to put it in context: I am using WebKit and I would like a javascript to execute a RubyCocoa function. (My source is: http://www.thimbleby.net/script ) Cheers all, Stefan |