|
|
|
> All the attributes are missing. Replaced by an empty Events table.
This is because the info comes out of js2doc as <initargs> but it needs to be <property>s. > All the attributes are missing. Replaced by an empty Events table.
Fixed with r7374: r7374 | ben | 2007-11-26 14:44:27 -0800 (Mon, 26 Nov 2007) | 32 lines Change 20071126-ben-N by ben@slim.local on 2007-11-26 14:31:58 PST in /Users/ben/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Make attributes appear in reference for core language tags New Features: In reference, attributes appear for core language tags: attribute, handler, import, include, library, method, splash Bugs Fixed: LPP-5112 (partial) Compare and repair commonly used tags and classes in 4.1 reference to 3.4 reference Documentation: langref.xml describes the core lzx language tags. It used to use the <initarg> form, but we're no longer using that structure, so the doctools weren't generating documentation for the attributes of these classes that had been treated as initargs. This change restructures the js2doc for these classes to produce appropriate attribute listings in the reference. Tests: Notice non-empty attributes list in: http://localhost:8080/trunk/docs/reference/tag.attribute.html http://localhost:8080/trunk/docs/reference/tag.handler.html http://localhost:8080/trunk/docs/reference/tag.import.html http://localhost:8080/trunk/docs/reference/tag.include.html http://localhost:8080/trunk/docs/reference/tag.library.html http://localhost:8080/trunk/docs/reference/tag.method.html http://localhost:8080/trunk/docs/reference/tag.splash+as2.html > Tag references aren't enclosed in angle brackets.
> Tag references aren't links. Filed separately as > At the top of the page, on the right hand side, the word Extends is floating in space.
Filed as |
||||||||||||||||||||||||||||||||||||||||||||||||||
fix in progress.
> The canvas is much shorter than the canvas in 3.4.
I think this was a bug in 3.4. 3.4 has huge canvases which are mostly empty.
> Tag references aren't enclosed in angle brackets.
> Tag references aren't links.
In docbook, this appears as
<tagname link="true">class</tagname>
...but I haven't figured out how to format it with the angle brackets.