This might fall under the product support category, so if it's off topic, let me know. There doesn't seem to be anywhere in SE or elsewhere online to ask questions for help in Siebel and Open UI
Anyways, I'm trying to do something simple and include a custom css file with Siebel Open UI. This is just for testing purposes so I can start twaeking the UI and see what can be done.
Most guides such as this, this, and this mention editing the theme.js file located at PUBLIC/_language_/_build_/SCRIPTS/siebel.
Problem is, this file doesn't exist in my installation. The only theme.js file at all is located under PUBLIC/_language_/webeditor/themes/theme.js.
The contents of this are minified, and when I run it through a beautifier, it has nothing of the siebelApp.ThemeManager.addTheme that the tutorials talk about.
This instead starts with CKEDITOR.themes.add('default', (function() { which is similar, but I can't use it to follow the tutorials to add a theme and reference a css file.
I've tried every guide on this I can find through Google, but it always comes down to editing theme.js file to have Siebel include a custom css file. I've even tried creating my own theme.js file and putting it in scripts/siebel/custom and added that to the manifest, but no luck.
Is Siebel not installed correctly? I have Siebel Tools, Client, and a sample db. Or am I missing something else?
File theme.js was deprected starting from Siebel IP2014. Now to add a new custom theme you have to do following:
PUBLIC/_language_/files/custom folderfiles/custom/...)LookupName(OUI_THEME_SELECTION, Preference("Behavior", "DefaultTheme")) = "_YOUR_CUSTOM_THEME_NAME_"If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With