• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

Change title bar background color

Explorer ,
Mar 15, 2022 Mar 15, 2022

Copy link to clipboard

Copied

In another forum post I found the the way to change the background color of the main canvas by adding "backgroundColor" to the View config:

	document.addEventListener("adobe_dc_view_sdk.ready", function(){ 
		var adobeDCView = new AdobeDC.View({
                       clientId: "<YOUR_CLIENT_ID>", 
                       divId: "adobe-dc-view", 
                       backgroundColor: "<HASH_CODE_FOR_COLOR>"
                });

I also want to change the color of the title bar. Is that possible?

Or even better: Is there any documentation / full list of possible attributes that can be used in the View-config?

Views

207

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 18, 2022 Mar 18, 2022

Copy link to clipboard

Copied

LATEST

I do not believe so - and that's for both your questions. I'm filing an internal report about getting proper SDK docs for Embed.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources