[KSS-checkins] r43996 - kukit/euro-python-2007
jvloothuis at codespeak.net
jvloothuis at codespeak.net
Sat Jun 2 21:02:20 CEST 2007
Author: jvloothuis
Date: Sat Jun 2 21:02:19 2007
New Revision: 43996
Modified:
kukit/euro-python-2007/basic-workings.html
Log:
Changed to contain only info on how to create a plugin
Modified: kukit/euro-python-2007/basic-workings.html
==============================================================================
--- kukit/euro-python-2007/basic-workings.html (original)
+++ kukit/euro-python-2007/basic-workings.html Sat Jun 2 21:02:19 2007
@@ -36,8 +36,8 @@
</head>
<body>
<div class="content">
- <h1>Basic Workings</h1>
- <div class="layer kss-file">
+ <h1>Command example</h1>
+ <div class="kss-file">
<a href="#kss-kss-file-example">KSS Files</a>
<div class="example hidden">
<pre><code class="css">
@@ -50,7 +50,7 @@
<div id="click-me">Click me!</div>
</div>
</div>
- <div class="kss commands">
+ <div class="commands">
<a href="#kss-command-example">KSS Commands</a>
<div class="example hidden">
<pre><code class="javascript">
@@ -63,19 +63,8 @@
</div>
</div>
- <div class="layer runtime">
- KSS runtime
- </div>
-
- <div class="note">
- <p>KSS consist of a few important pieces. The diagram above
- shows three layers. At the top you can see the KSS file
- layer. This represents the actual KSS files.</p>
-
- <p>Next is the command layer. This represents all available
- commands in the KSS system. This is also the point where you
- can extend KSS to create your own command's.</p>
+ <div class="note">
<p>An example KSS command in show which alters the style
property of a node. Notice how the plugin is registered using
the command registry API.</p>
@@ -84,11 +73,6 @@
Javascript. In this example you can see it is pretty straight
forware to get the arguments and the node on which to
operate.</p>
-
- <p>The last piece of the puzzle is the KSS runtime. This code
- is responsible for loading and parsing the KSS. It will then
- bind the events to the DOM etc.</p>
-
</div>
</div>
</body>
More information about the Kukit-checkins
mailing list