Note that there are some explanatory texts on larger screens.

plurals
  1. POFail to call prettify.js from dart
    primarykey
    data
    text
    <p>My .dart file will call a function prettyPrint() in prettify.js. However this code works properly under Darteditor but fails in built version generated by "pub build".</p> <pre class="lang-html prettyprint-override"><code>&lt;script src="packages/browser/dart.js"&gt;&lt;/script&gt; &lt;script src="packages/browser/interop.js"&gt;&lt;/script&gt; &lt;!-- google prettify print --&gt; &lt;script type="text/javascript" src="js/prettify.js"&gt;&lt;/script&gt; </code></pre> <pre class="lang-dart prettyprint-override"><code>library javascript; import 'dart:js' as js; void jsprettyPrint(){ js.context.callMethod('prettyPrint'); } </code></pre> <pre class="lang-html prettyprint-override"><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;title&gt;Dry&lt;/title&gt; &lt;link rel="stylesheet" href="css/dry.css"&gt; &lt;link rel="stylesheet" href="css/bootstrap.css"&gt; &lt;link rel="stylesheet" href="css/custom_ui.css"&gt; &lt;link rel="stylesheet" href="css/main.css"&gt; &lt;link href="css/prettify.css" type="text/css" rel="stylesheet" /&gt; &lt;/head&gt; &lt;body&gt; &lt;div class="container"&gt;&lt;h5&gt;&lt;/h5&gt;&lt;/div&gt; &lt;!-- end container--&gt; &lt;div id="x-matrix" class="container"&gt;&lt;/div&gt; &lt;!-- JQuery --&gt; &lt;script src="//code.jquery.com/jquery.js"&gt;&lt;/script&gt; &lt;script src="js/bootstrap.min.js"&gt;&lt;/script&gt; &lt;script type="application/dart" src="dartscripts/pages/main.dart"&gt;&lt;/script&gt; &lt;script src="packages/browser/dart.js"&gt;&lt;/script&gt; &lt;script src="packages/browser/interop.js"&gt;&lt;/script&gt; &lt;!-- fix header table --&gt; &lt;script src="js/jquery.fixedheadertable.min.js"&gt;&lt;/script&gt; &lt;!-- google prettify print --&gt; &lt;script type="text/javascript" src="js/prettify.js"&gt;&lt;/script&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload