close

Filter

loading table of contents...

Studio Developer Manual / Version 2010

Table Of Contents

7.7.4 Adding a Button to the Apps Menu

The Apps button as shown in the figure below is used to group custom actions in one place. It is located at the bottom of the Favorites toolbar of Studio.

Apps Button

Figure 7.3. Apps Button


You can add your custom button to the Apps Menu by using the AddItemsPlugin as shown below:

<editor:ExtensionsMenuToolbar>
  <editor:plugins>
    <ui:AddItemsPlugin>
      <ui:items>
        ...
      </ui:items>
    </ui:AddItemsPlugin>
  </editor:plugins>
</editor:ExtensionsMenuToolbar>

Search Results

Table Of Contents