[webkit-dev] How to determine the " could cut " status ?

Darin Adler darin at apple.com
Wed Aug 6 10:38:00 PDT 2008


On Aug 5, 2008, at 7:46 PM, Andy wrote:

> Is there any API method I could use ?

There's no platform-independent WebKit API, so this is a platform- 
specific question.

In the Mac OS X API, the way you determine this is by checking to see  
if the cut: command is enabled using the validateUserInterfaceItem  
method.

     -- Darin



More information about the webkit-dev mailing list