How to add dojo to websphere portal 7 custom theme? - dojo

I create a custom theme in WebSphere portal 7.But dojo is not configured .
Is there any way to add all dojo js to custom theme.
Thanks,
Pranav

The 7.0.0.2 theme uses the deferred profile by default. This profile only loads dojo when it's needed. You can either
Set the theme to use the full profile
or
Create your own profile that includes dojo on page load and set the theme to use that.

Related

Integrate kie-tools standalone BPMN editor to my react app

I am trying to integrate the BPMN standalone editor available in the kie-tools repository into my react application.
As an initial way, tried using the <iframe> component in order to integrate. It seemed working well.
But i am unable to customize the download activity as i am not able to get the content by using document.getElementById("bpmn-editor-container").
I have tried out in a chrome browser, disabling the security so that the cross origin issue will not come up.
The editor itself will create an iframe inside the container you provide to the open function. Here is an usage example of the DMN editor (BPMN should be very similar) in a React page. And here is a blog post with a comprehensive description of the parameters you can use to interact with the editor.

How to select a theme in a Getting Started page for a theme extension app using NodeJS

In the UX guidelines for theme app extensions it says that users need to be able to select a theme on which they want to implement their theme app extension.
Is there an example project which implements this theme selecting feature, and if not, is there any resource in which I can read about how to implement this feature in NodeJS?
All the logic of my app happens in the extension, so I only really need to use the app for showing this Getting Started page.

BaseSite styles developed by us is not showing up in Spartacus frontend, any idea why?

I am a frontend developer, working first time on Spartacus. I am told to convert a hybris commerce site into Spartacus. The site is fully custom styled. I installed Spartacus and imported the same as basesite. But all styles are not showing up at localhost:4200. It shows the theme of the electronic site. I have followed the step as per Spartacus documentation. Any idea what is missing from my side?
If you use schematics, after generate project you should have yourProject/src/styles.scss, there is default imported barrel styles from spartacus library.
You can add global styles to this file and also import other style files. Above or instead.

Can I login to my stencil theme I am developing for bigcommerce?

I am working on a stencil theme, (first one), just using the default Cornerstone Light theme they supply you with. I am wondering if its possible to login to my local version of the theme at the http://localhost:3000 to alter pages and nav menus. My default login credentials for my bigcommerce store don't work.
You have to login to the store online and it will sync with the local version. It isn't a complete BigCommerce VM, so it lacks the ability to support local merchant login (but does support customer login).

set bootstrap admin template for dotnetnuke admin pages

How to set admin skin of DOTNETNUKE in such way that all admin pages take that theme?
I want to use one of admin templates of bootstrap 3 but it seems that dotnetnuke admin pages has its own CSS class which does not match bootstrap class.
what should i do?
The individual modules within DNN do have their own styles. Therefore you will not be able to have the actual interactions in those modules use bootstrap styles without making modifications to the core modules
You can set the overall skin on admin pages just like any other page though. The content will be your only item needing work.