[Laszlo-checkins] r9453 - openlaszlo/trunk/docs/src/reference
lou@openlaszlo.org
lou at openlaszlo.org
Wed Jun 4 05:57:45 PDT 2008
Author: lou
Date: 2008-06-04 05:57:27 -0700 (Wed, 04 Jun 2008)
New Revision: 9453
Modified:
openlaszlo/trunk/docs/src/reference/langref.xml
Log:
Change 20080604-lou-c by lou at loumac.local on 2008-06-04 08:49:57 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: add short description, intro paragraph to <import> reference page
New Features:
Bugs Fixed: LPP-6099 (partial)
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: still missing from 3.4:
At the top of the page,
JavaScript: import
Extends View
Also missing the tables for inherited attributes, methods, and events
Tests: visual verify
Modified: openlaszlo/trunk/docs/src/reference/langref.xml
===================================================================
--- openlaszlo/trunk/docs/src/reference/langref.xml 2008-06-04 12:56:03 UTC (rev 9452)
+++ openlaszlo/trunk/docs/src/reference/langref.xml 2008-06-04 12:57:27 UTC (rev 9453)
@@ -167,9 +167,17 @@
</property>
<property id="tag.import" topic="LZX" subtopic="Basics" access="public">
- <doc>
- <tag name="lzxname"><text>import</text></tag>
- </doc>
+ <doc>
+ <tag name="shortdesc"><text>Imports code at runtime from other files.</text></tag>
+ <tag name="lzxname"><text>import</text></tag>
+ <text>
+ <p>The <tagname>import</tagname> tag is used to import, at run time, source code
+ contained in another (library) file. See the <a
+ href="${dguide}program-structure.html#program-structure.include-tag">Guide</a> for a complete
+ discussion. Also see the <tagname link="true">library</tagname>
+ tag.</p>
+ </text>
+ </doc>
<class>
<property name="__ivars__" access="public">
<object>
More information about the Laszlo-checkins
mailing list