JSFiddle - React, Tailwind, and code Playground

by David Rocha de Almeida Martinelli

JavaScript

function carregar() {
    
    var toolbar = {
        view: "toolbar", css: "toolbar", elements: [
            { view: "label", label: "Acesso Restrito", align: "center" },
        ]
    };

   // dhx.ui(toolbar);

    alert('Foi');
}
            
            
            
//Chamado
W2.loadScript("Logado", function() {
                carregar();
  });