Page 1 of 1

Modifying the SPAdmin Management Console View

Posted: Mon Oct 04, 2021 3:07 pm
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?

Re: Modifying the SPAdmin Management Console View

Posted: Tue Oct 12, 2021 11:04 am
by BobRichards
I have forwarded your question to R&D and will provide any response they provide.