...
Open the URL for the Kudo Enterprise editor. For example:
http://localhost:8081/editor?server=http://localhost:3000&file=Construction.dwg&sessionId=123Add the following query parameter to the URL:
oldUI=truefalse
.
http://localhost:8081/editor?server=http://localhost:3000&file=Construction.dwg&sessionId=123&oldUI=trueAfter adding theoldUI=true
parameter, load the URL in your browser. The Ribbon UI will now be enabled.
...
2. Customizing the Ribbon in Kudo Enterprise
...
Additional Notes:
Ensure that the
oldUI=truefalse
parameter is included in the URL whenever you wish to load the Ribbon UI.Customizing the Ribbon via the
application.xml
requires a basic understanding of XML and the structure used by Kudo Enterprise.Any updates to the Kudo Enterprise software may require you to review and adjust your customizations as needed.