|
@@ -36,10 +36,12 @@ title: Jtalk Smalltalk
|
|
<p>Load the full Jtalk Smalltalk environment with the IDE in your page:</p>
|
|
<p>Load the full Jtalk Smalltalk environment with the IDE in your page:</p>
|
|
|
|
|
|
{% highlight html %}<script src="js/jtalk.js" type="text/javascript"></script>
|
|
{% highlight html %}<script src="js/jtalk.js" type="text/javascript"></script>
|
|
-<link rel="stylesheet" type="text/css" href="css/jtalk.css"/>{% endhighlight %}
|
|
|
|
|
|
+ <script type="text/javascript"> loadJtalk()</script>{% endhighlight %}
|
|
|
|
+
|
|
|
|
+ <p>Or the deployment JavaScript file only (without the Smalltalk sources, parser, compiler and IDE):</p>
|
|
|
|
+ {% highlight html %}<script src="js/jtalk.js" type="text/javascript"></script>
|
|
|
|
+ <script type="text/javascript"> loadJtalkDeploy()</script>{% endhighlight %}
|
|
|
|
|
|
- <p>Or the deployment JavaScript file only (without the Smalltalk parser or compiler):</p>
|
|
|
|
- {% highlight html %}<script src="js/jtalk.deploy.js" type="text/javascript"></script>{% endhighlight %}
|
|
|
|
<p>Read the <a href="#documentation">documentation</a> to learn more about writing applications in Jtalk.</p>
|
|
<p>Read the <a href="#documentation">documentation</a> to learn more about writing applications in Jtalk.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|