Modifying the SPAdmin Management Console View

Discussions related to custom development with Select.
Post Reply
timothymeyer16
Posts: 37
Joined: Mon Jun 14, 2021 9:47 am

Modifying the SPAdmin Management Console View

Post by timothymeyer16 »

SoftPro,

The SDK documentation is explicit in how to add additional menus and groups to existing UI elements.

Code: Select all

<Using alias="root" href="C:\Program Files\SoftPro\Select SDK\Include\RootPackage.cts" />

..

<GroupRef id="root:NewOpenSaveGroup">
  <ButtonRef id="CustomButton" priority="35" />
</GroupRef>

However, When it comes to the SPAdmin, my options seem limited to 'ID' entries in the corresponding XML CTS file. This case being the Select.CTS
- <ID name="SPAdminTab" value="1000" />
- <ID name="ManagementConsoleToolBar" value="4004" />

Ideally, I would like to create a button with the list menu, image attached.

Is there a GroupRef for this I can use?
Attachments
sp forum.PNG
sp forum.PNG (37.21 KiB) Viewed 991 times
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: Modifying the SPAdmin Management Console View

Post by BobRichards »

I have forwarded your question to R&D and will provide any response they provide.
Bob Richards, Senior Software Developer, SoftPro
Post Reply