[Kst] www/areas/extragear/apps/kst/kstscript/docs

George Staikos staikos at kde.org
Wed Jun 1 13:22:02 CEST 2005


SVN commit 420773 by staikos:

Regenerated for new class structure


 M  +3 -6      Scalar.html  
 M  +3 -6      String.html  


--- trunk/www/areas/extragear/apps/kst/kstscript/docs/Scalar.html #420772:420773
@@ -8,7 +8,8 @@
 <p>
   Represents a scalar value (a number) in Kst.
   </p>
-<br><br><h3>Constructors:</h3>
+<br>
+        Inherits: <a href="Object.html">Object</a><br><br><h3>Constructors:</h3>
 <ul>
 <a href="#constructor_1">Scalar</a> (  )<br>
 </ul>
@@ -16,17 +17,13 @@
 <ul></ul>
 <h3>Properties:</h3>
 <ul>
-<a href="#property_tagName">tagName</a><br><a href="#property_value">value</a><br>
+<a href="#property_value">value</a><br>
 </ul>
       Collection class: <a href="ScalarCollection.html">ScalarCollection</a><br><hr>
 <br><a name="constructor_1"></a><b>Scalar (  )</b><br><ul><p>
     Default constructor.  Creates a new scalar with value 0.0.
     
     </p></ul>
-<br><br><a name="property_tagName"></a><b>string  tagName</b><br><ul><p>
-    A unique identifier for this data object.
-     
-    </p></ul>
 <br><br><a name="property_value"></a><b>number  value</b><br><ul><p>
     Used to access or modify the value of a scalar.
      
--- trunk/www/areas/extragear/apps/kst/kstscript/docs/String.html #420772:420773
@@ -14,7 +14,8 @@
                 String may be manipulated with JavaScript string manipulation
                 functions.
   </p>
-<br><br><h3>Constructors:</h3>
+<br>
+        Inherits: <a href="Object.html">Object</a><br><br><h3>Constructors:</h3>
 <ul>
 <a href="#constructor_1">String</a> (  )<br>
 </ul>
@@ -22,17 +23,13 @@
 <ul></ul>
 <h3>Properties:</h3>
 <ul>
-<a href="#property_tagName">tagName</a><br><a href="#property_value">value</a><br>
+<a href="#property_value">value</a><br>
 </ul>
       Collection class: <a href="StringCollection.html">StringCollection</a><br><hr>
 <br><a name="constructor_1"></a><b>String (  )</b><br><ul><p>
     Default constructor - creates an empty String.
     
     </p></ul>
-<br><br><a name="property_tagName"></a><b>string  tagName</b><br><ul><p>
-    A unique identifier for this data object.
-     
-    </p></ul>
 <br><br><a name="property_value"></a><b>string  value</b><br><ul><p>
     The value of the String.
      


More information about the Kst mailing list