Re: Receiving actions from WebViews
Re: Receiving actions from WebViews
- Subject: Re: Receiving actions from WebViews
- From: George Orthwein <email@hidden>
- Date: Fri, 18 Aug 2006 10:45:25 -0400
If you just want to intercept link clicks, then I think all you need
is decidePolicyForNavigationAction.
http://developer.apple.com/documentation/Cocoa/Conceptual/
DisplayWebContent/Tasks/PolicyDecisions.html
Just make up a protocol (foo:) so you can easily check for the
prefix. If found, return ignore and deal with your action.
George
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden