Documentation details:
Page title: Using the view's UI | ArcGIS API for JavaScript 4.4
Page URL: https://developers.arcgis.com/javascript/latest/sample-code/simple-ui/index.html
The same Code create on error by me HTML Site.
For the Logo Code must have :
var logo = domConstruct.create("img", {
src: "https://placeholdit.imgix.net/~text?bg=000&txtclr=e8117f&txtsize=48&txt=logo&w=100&h=80",
id: "logo",
title: "logo"
});
view.ui.add(logo, "bottom-right");
Ist this Right?
Mike,
In your site did you add the "dojo/dom-construct", domConstruct require in your require array and require vars?
Hi RobertSheer code you can not see the error...Thx for the Help, and nice Weekend!Mike
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.