• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Order in which menu is added

Community Beginner ,
Mar 03, 2023 Mar 03, 2023

Copy link to clipboard

Copied

Following is the manifest file:

<ExtensionManifest ExtensionBundleId="com.oracle.SmartViewInDesign" ExtensionBundleVersion="1.0.75" Version="7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExtensionList>
<Extension Id="Home" Version="1.0.5" />
<Extension Id="Login" Version="1.0.1" />
<Extension Id="About" Version="1.0.1" />
</ExtensionList>

 

And following is the menu placement:

<Menu Placement="'Main:&amp;Test',600.0,'KBSCE Main menu'">Home</Menu>

<Menu Placement="'Main:&amp;Test',600.0,'KBSCE Main menu'">Login</Menu>

<Menu Placement="'Main:&amp;Test',600.0,'KBSCE Main menu'">About</Menu>

 

 

So the order in which it gets displayed is:About, Home, Login. Means it's alphabetically sorted. I want About menu to be at the end i.e. following order: Home, Login, About.

 

How should I do it? I don't want to do it using script since once I close the extension the About event handler won't work and I want About to launch a modal dialog always irrespective of Home is on or not.

 

TOPICS
Scripting

Views

281

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 04, 2023 Mar 04, 2023

Copy link to clipboard

Copied

LATEST

I am not sure but did you try changing the value 600. I mean all 3 having different values.

-Manan

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines