25

Here I am working with safari extension development. I have successfully get developer certificate on safari browser.

Here I am able to create menu and sub menu on toolbar item but as per my project requirement I have to include menu and menu items in bar.

Please suggest me way to done this thing.

Advance thanks...

Pushpendra
  • 4,344
  • 5
  • 36
  • 64
Yashwant Kumar Sahu
  • 3,356
  • 7
  • 27
  • 42
  • 1
    You can't use SafariExtensionMenu objects in extension bars. You'll have to duplicate the functionality of your menu using a standard HTML – chulster Aug 28 '11 at 01:15

1 Answers1

1

A quick Googling exercise provided me with following two descriptive articles.

  1. https://developer.apple.com/library/archive/documentation/Tools/Conceptual/SafariExtensionGuide/AddingContextualMenuItems/AddingContextualMenuItems.html

  2. https://code.tutsplus.com/tutorials/how-to-create-a-safari-extension-from-scratch--net-15050

Cœur
  • 37,241
  • 25
  • 195
  • 267
Jay D
  • 3,263
  • 4
  • 32
  • 48