Quantcast
Channel: VMware Communities : Discussion List - vSphere Client SDK
Viewing all articles
Browse latest Browse all 2218

Enable Getting Started Tab on my solutions category

$
0
0

Hello

 

We have implemented a list view. We have a custom solution category which currently points to a Custom View. Is it possible to point to "Getting Started" tab. This is what i have in my plugin.xml

 

<extension id="com.block.app">

      <extendedPoint>vise.global.views</extendedPoint>

      <object>

         <icon>#{icon.16.block}</icon>

         <name>Block System</name>

         <componentClass className="com.Blockui.views.headers.blockHeaderView"/>

      </object>

   </extension>

 

 

   <extension id="com.block.app.shortcut">

      <extendedPoint>vise.home.shortcuts</extendedPoint>

      <object>

         <icon>#{icon.256.block}</icon>

         <name>Vblock System</name>

         <categoryUid>vsphere.core.controlcenter.inventoriesCategory</categoryUid>

         <targetViewUid>com.block.app</targetViewUid>

      </object>

   </extension>

  

   <extension id="com.block.navigator">

      <extendedPoint>vise.navigator.nodespecs</extendedPoint>

      <object>

         <icon>#{icon.16.block}</icon>

         <title>Block System</title>

         <parentUid>vsphere.core.navigator.solutionsCategory</parentUid>

         <isFocusable>true</isFocusable>

         <viewOpenedUponFocus

            className="com.vmware.ui.objectnavigator.views.CategoryNodeTreeView">

            <object>

               <root>

                  <numLevels>2</numLevels>

               </root>

            </object>

         </viewOpenedUponFocus>

         <navigationTargetUid>com.block.app</navigationTargetUid>

      </object>

   </extension>

 

So instead of BlockHeaderView, i would like to display Getting started tab.

 

 

   <extension id="com.vce.vision.navigator.home">

      <extendedPoint>vise.navigator.nodespecs</extendedPoint>

      <object>

         <icon>#{icon.16.vblock}</icon>

         <title>Vblock Home</title>

         <parentUid>com.vce.vision.navigator</parentUid>

         <navigationTargetUid>com.vce.vision.app</navigationTargetUid>

      </object>

   </extension>


Viewing all articles
Browse latest Browse all 2218

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>