[Laszlo-checkins] r6760 - openlaszlo/trunk/docs/component-browser

jcrowley@openlaszlo.org jcrowley at openlaszlo.org
Mon Oct 8 13:45:49 PDT 2007


Author: jcrowley
Date: 2007-10-08 13:45:40 -0700 (Mon, 08 Oct 2007)
New Revision: 6760

Modified:
   openlaszlo/trunk/docs/component-browser/common.lzx
   openlaszlo/trunk/docs/component-browser/hierarchyview.lzx
Log:
Change 20071008-jcrowley-W by jcrowley at doctormanhattan.mshome.net on 2007-10-08 13:56:28 EDT
    in /Users/jcrowley/src/svn/openlaszlo/trunk-b
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Components hierarchy browser should link to the right page in
	the reference

New Features:

Bugs Fixed: LPP-4555 - Components hierarchy browser should link to the
	right page in the reference

Technical Reviewer: pbr
QA Reviewer: ben
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Fixed the links, many were outdated and the request
	mechanism was kind of broken.

Tests: Run the components hierarchy; note that clicking all the
	links in the modified version takes you to the appropriate
	pages, whereas the links in an unmodified version will
	result in 404 errors or simply taking you to the refguide
	index.



Modified: openlaszlo/trunk/docs/component-browser/common.lzx
===================================================================
--- openlaszlo/trunk/docs/component-browser/common.lzx	2007-10-08 19:37:42 UTC (rev 6759)
+++ openlaszlo/trunk/docs/component-browser/common.lzx	2007-10-08 20:45:40 UTC (rev 6760)
@@ -1,6 +1,6 @@
 <library>
 
-    <attribute name="urlprefix" value="../reference/index.html" type="string" />
+    <attribute name="urlprefix" value="../reference/" type="string" />
     <attribute name="lfccolor" value="0xDFD498" type="number" />
     <attribute name="basecolor" value="0xD1DCF1" type="number" />
     <attribute name="lcicolor" value="0xD5E6D2" type="number" />
@@ -68,7 +68,7 @@
         <attribute name="textselectedcolor" value="0xFFFFFF" type="number" />
         <method event="onclick">
             var file = (this.file != '' ? this.file : this.text + '.html');
-            var url = canvas.urlprefix + '?' + file;
+            var url = canvas.urlprefix + file;
             LzBrowser.loadURL('javascript: var wptr = window.open("' + url + '","laszlo-reference","resizable=1,width=1000,height=700,left=0,top=0,screenX=0,screenY=0,menubar,location,status,scrollbars,toolbar,address"); wptr.focus(); void(0);');
         </method>
         <method event="onmouseup">

Modified: openlaszlo/trunk/docs/component-browser/hierarchyview.lzx
===================================================================
--- openlaszlo/trunk/docs/component-browser/hierarchyview.lzx	2007-10-08 19:37:42 UTC (rev 6759)
+++ openlaszlo/trunk/docs/component-browser/hierarchyview.lzx	2007-10-08 20:45:40 UTC (rev 6760)
@@ -63,7 +63,7 @@
                   onmousedown="setAttribute('fgcolor', classroot.style.textselectedcolor)">
                 <method event="onclick">
                     var file = (classroot.file != '' ? classroot.file : classroot.text + '.html');
-                    var url = canvas.urlprefix + '?' + file;
+                    var url = canvas.urlprefix + file;
                     LzBrowser.loadURL('javascript: var wptr = window.open("' + url + '","test","resizable=1,width=1000,height=700,left=0,top=0,screenX=0,screenY=0,menubar,location,status,scrollbars,toolbar,address"); wptr.focus(); void(0);');
                 </method>
                 <method event="onmouseup">
@@ -78,15 +78,15 @@
         <view x="1" y="1" width="${parent.width-2}" clip="true"
               height="${parent.height-2}" bgcolor="white" >
             <scrollbar name="mysc" />
-            <linktree x="5" text="node" key="lfc" open="true">
-                <linktree text="view" key="lfc" open="true">
-                    <linktree text="basecomponent" key="base" open="true">
-                        <linktree text="basevaluecomponent" key="base">
-                            <linktree text="baseformitem" key="base">
-                                <linktree text="checkbox" isleaf="true" file="lz-checkbox.html" />
-                                <linktree text="edittext" isleaf="true" file="lz-edittext.html" />
-                                <linktree text="basecombobox" key="base">
-                                    <linktree text="combobox" isleaf="true" file="lz-combobox.html" />
+            <linktree x="5" text="node" key="lfc" open="true" file="LzNode.html">
+                <linktree text="view" key="lfc" open="true" file="LzView.html">
+                    <linktree text="basecomponent" key="base" open="true" file="lz.basecomponent.html">
+                        <linktree text="basevaluecomponent" key="base" file="lz.basevaluecomponent.html">
+                            <linktree text="baseformitem" key="base" file="lz.baseformitem.html">
+                                <linktree text="checkbox" isleaf="true" file="lz.checkbox.html" />
+                                <linktree text="edittext" isleaf="true" file="lz.edittext.html" />
+                                <linktree text="basecombobox" key="base" file="lz.basecombobox.html">
+                                    <linktree text="combobox" isleaf="true" file="lz.combobox.html" />
                                     <linktree text="datepickercombobox" isleaf="true">
                                         <!-- there's no doc for datepickerday -->
                                         <method event="oninit">
@@ -94,37 +94,37 @@
                                         </method>
                                     </linktree>
                                 </linktree>
-                                <linktree text="basedatacombobox" key="base">
-                                    <linktree text="datacombobox" isleaf="true" file="lz-datacombobox.html" />
+                                <linktree text="basedatacombobox" key="base" file="lz.basedatacombobox.html">
+                                    <linktree text="datacombobox" isleaf="true" file="lz.datacombobox.html" />
                                 </linktree>
-                                <linktree text="baselist" key="base">
+                                <linktree text="baselist" key="base" file="lz.baselist.html">
                                     <linktree text="radiogroup" isleaf="true"
-                                              file="lz-radiogroup.html" />
-                                    <linktree text="basetabslider" key="base">
-                                        <linktree text="tabslider" isleaf="true" />
+                                              file="lz.radiogroup.html" />
+                                    <linktree text="basetabslider" key="base" file="lz.basetabslider.html">
+                                        <linktree text="tabslider" isleaf="true" file="lz.tabslider.html"/>
                                     </linktree>
-                                   <linktree text="list" file="lz-list.html">
-                                   <linktree text="basefloatinglist" file="lz-basefloatinglist.html">
-                                            <linktree text="floatinglist" file="lz-floatinglist.html"
+                                   <linktree text="list" file="lz.list.html">
+                                   <linktree text="basefloatinglist" file="lz.basefloatinglist.html">
+                                            <linktree text="floatinglist" file="lz.floatinglist.html"
                                                       isleaf="true" />
-                                            <linktree text="plainfloatinglist" file="lz-plainfloatinglist.html"
+                                            <linktree text="plainfloatinglist" file="lz.plainfloatinglist.html"
                                                       isleaf="true" />
                                     </linktree>
                                     </linktree>
-                                    <linktree text="basetabsbar" key="base">
-                                        <linktree text="tabsbar" file="lz-tabsbar.html" 
+                                    <linktree text="basetabsbar" key="base" file="lz.basetabsbar.html">
+                                        <linktree text="tabsbar" file="lz.tabsbar.html" 
                                                   isleaf="true" key="lci" />
                                     </linktree>
                                 </linktree> <!-- baselist -->
                             </linktree>
-                            <linktree text="baselistitem" key="base">
-                                <linktree text="radiobutton" isleaf="true" file="lz-radio.html" />
-                                <linktree text="basetabelement" key="base">
-                                    <linktree text="tabelement" isleaf="true" />
+                            <linktree text="baselistitem" key="base" file="lz.baselistitem.html">
+                                <linktree text="radiobutton" isleaf="true" file="lz.radiobutton.html" />
+                                <linktree text="basetabelement" key="base" file="lz.basetabelement.html">
+                                    <linktree text="tabelement" isleaf="true" file="lz.tabelement.html"/>
                                 </linktree>
-                                <linktree text="listitem" key="lci" file="lz-listitem.html">
-                                    <linktree text="textlistitem" file="lz-textlistitem.html">
-                                        <linktree text="menuitem" file="lz-menuitem.html" 
+                                <linktree text="listitem" key="lci" file="lz.listitem.html">
+                                    <linktree text="textlistitem" file="lz.textlistitem.html">
+                                        <linktree text="menuitem" file="lz.menuitem.html" 
                                                   isleaf="true" />
                                         <linktree text="datepickerlistitem" isleaf="true">
                                             <!-- there's no doc for datepickerday -->
@@ -134,48 +134,48 @@
                                         </linktree>
                                     </linktree>
                                 </linktree>                            
-                                <linktree text="basetab" key="base">
-                                    <linktree text="tab" file="lz-tab.html" 
+                                <linktree text="basetab" key="base" file="lz.basetab.html">
+                                    <linktree text="tab" file="lz.tab.html" 
                                               isleaf="true" key="lci" />
                                 </linktree>
                             </linktree>
                         </linktree>
-                        <linktree text="basebutton" key="base">
-                            <linktree text="button" isleaf="true" file="lz-button.html" />
+                        <linktree text="basebutton" key="base" file="lz.basebutton.html">
+                            <linktree text="button" isleaf="true" file="lz.button.html" />
                         </linktree>
-                        <linktree text="basedatepicker" key="base">
-                            <linktree text="datepicker" isleaf="true" file="lz-datepicker.html" />
+                        <linktree text="basedatepicker" key="base" file="lz.basedatepicker.html">
+                            <linktree text="datepicker" isleaf="true" file="lz.datepicker.html" />
                         </linktree>
-                        <linktree text="basetabs" key="base">
-                            <linktree text="tabs" isleaf="true" file="lz-tabs.html" />
+                        <linktree text="basetabs" key="base" file="lz.basetabs.html">
+                            <linktree text="tabs" isleaf="true" file="lz.tabs.html" />
                         </linktree>
-                        <linktree text="basetabpane" key="base">
-                            <linktree text="tabpane" file="lz-tabpane.html" 
+                        <linktree text="basetabpane" key="base" file="lz.basetabpane.html">
+                            <linktree text="tabpane" file="lz.tabpane.html" 
                                       isleaf="true" />
                         </linktree>
-                        <linktree text="basewindow" key="base">
+                        <linktree text="basewindow" key="base" file="lz.basewindow.html">
                             <linktree text="windowpanel" key="lci" isleaf="true"
-                                      file="lz-windowpanel.html">
-                                <linktree text="window" isleaf="true" file="lz-window.html" />
-                                <linktree text="modaldialog" file="lz-modaldialog.html">
-                                    <linktree text="alert" isleaf="true" file="lz-alert.html" />
+                                      file="lz.windowpanel.html">
+                                <linktree text="window" isleaf="true" file="lz.window.html" />
+                                <linktree text="modaldialog" file="lz.modaldialog.html">
+                                    <linktree text="alert" isleaf="true" file="lz.alert.html" />
                                 </linktree>
                             </linktree>
                         </linktree>
-                        <linktree text="basescrollbar" key="base">
-                            <linktree text="scrollbar" isleaf="true" file="lz-scrollbar.html"/>
+                        <linktree text="basescrollbar" key="base" file="lz.basescrollbar.html">
+                            <linktree text="scrollbar" isleaf="true" file="lz.scrollbar.html"/>
                         </linktree>
-                        <linktree text="basetree" key="base">
-                            <linktree text="tree" isleaf="true" file="lz-tree.html"/>
+                        <linktree text="basetree" key="base" file="lz.basetree.html">
+                            <linktree text="tree" isleaf="true" file="lz.tree.html"/>
                         </linktree>
-                        <linktree text="menu" file="lz-menu.html" isleaf="true" />
-                        <linktree text="menubar" file="lz-menubar.html" isleaf="true" />
-                        <linktree text="menuseparator" file="lz-menuseparator.html" isleaf="true" />
+                        <linktree text="menu" file="lz.menu.html" isleaf="true" />
+                        <linktree text="menubar" file="lz.menubar.html" isleaf="true" />
+                        <linktree text="menuseparator" file="lz.menuseparator.html" isleaf="true" />
                     </linktree> <!-- basecomponent -->
-                    <linktree text="baseform" key="base" open="true">
-                        <linktree text="form" isleaf="true" file="lz-form.html" />
+                    <linktree text="baseform" key="base" open="true" file="lz.baseform.html">
+                        <linktree text="form" isleaf="true" file="lz.form.html" />
                     </linktree>
-                    <linktree text="basedatepickerday" key="base">
+                    <linktree text="basedatepickerday" key="base" file="lz.basedatepickerday.html">
                         <linktree text="datepickerday" isleaf="true">
                             <!-- there's no doc for datepickerday -->
                             <method event="oninit">
@@ -183,7 +183,7 @@
                             </method>
                         </linktree>
                     </linktree>
-                    <linktree text="basedatepickerweek" key="base">
+                    <linktree text="basedatepickerweek" key="base" file="lz.basedatepickerweek.html">
                         <linktree text="datepickerweek" isleaf="true">
                             <!-- there's no doc for datepickerweek -->
                             <method event="oninit">
@@ -192,7 +192,7 @@
                         </linktree>
                     </linktree>
                 </linktree> <!-- view -->
-                <linktree text="submit" isleaf="true"/>
+                <linktree text="submit" isleaf="true" file="lz.submit.html"/>
             </linktree> <!-- node -->
         </view>
     </class>



More information about the Laszlo-checkins mailing list