Revision: 4217
Author:   seba.wagner
Date:     Sat Sep 10 01:08:17 2011
Log:      Fix some compile error shown in eclipse
http://code.google.com/p/openmeetings/source/detail?r=4217

Modified:
 /trunk/singlewebapp/openlaszlo/lps/components/extensions/printer.lzx

=======================================
--- /trunk/singlewebapp/openlaszlo/lps/components/extensions/printer.lzx Sun Apr 24 12:35:49 2011 +++ /trunk/singlewebapp/openlaszlo/lps/components/extensions/printer.lzx Sat Sep 10 01:08:17 2011
@@ -81,7 +81,7 @@
       </text>
     </doc>

-    <!---
+    <!--
       Resets the printer state.
       @access private
     -->
@@ -93,9 +93,9 @@
         }
     </method>

-    <!--- Starts a print job.  Not required in DHTML.
+    <!-- Starts a print job.  Not required in DHTML.
         @return boolean: true if printing is available.
-    --->
+    -->
     <method name="start">
         if ($dhtml) {
             // the user can always print
@@ -106,7 +106,7 @@
         }
     </method>

-    <!--- Sends the job to the printer. --->
+    <!-- Sends the job to the printer. -->
     <method name="send">
         if ($dhtml) {
             window.print();
@@ -119,14 +119,14 @@
         }
     </method>

-    <!--- Adds a new page to the print job.  Not available in DHTML.
+    <!-- Adds a new page to the print job.  Not available in DHTML.
           @param LzView view: The view to print from.
@param number minX: The top-left x coordinate to start printing from @param number minY: The top-left y coordinate to start printing from
           @param number maxX: The bottom-right y coordinate to print to
           @param number maxY: The bottom-right y coordinate to print to
@param boolean printasbitmap: If true, the view will be printed as a bitmap
-    --->
+    -->
<method name="addPage" args="view:LzView, minX=null, minY=null, maxX=null, maxY=null, printasbitmap=null">
         <![CDATA[
         if ($dhtml) {

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to