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
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.