[Laszlo-checkins] r6783 - openlaszlo/trunk/WEB-INF/lps/lfc/views

max@openlaszlo.org max at openlaszlo.org
Wed Oct 10 08:50:42 PDT 2007


Author: max
Date: 2007-10-10 08:50:36 -0700 (Wed, 10 Oct 2007)
New Revision: 6783

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
Log:
Change 20071009-maxcarlson-B by maxcarlson at plastik on 2007-10-09 15:20:56 PDT
    in /Users/maxcarlson/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Add stub methods for view.getNextSelection() and getPrevSelection() for documentation

New Features:

Bugs Fixed: LPP-2041 - getNextSelection() and getPrevSelection() not documented in LzView reference page

Technical Reviewer: promanik
QA Reviewer: jcrowley
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Add stub methods and documentation for getNextSelection() and getPrevSelection().
    

Tests: Tabbing and selection in http://localhost:8080/trunk/examples/components/style_example.lzx?lzr=dhtml and http://localhost:8080/trunk/examples/components/style_example.lzx work as before.



Modified: openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs	2007-10-10 12:59:30 UTC (rev 6782)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs	2007-10-10 15:50:36 UTC (rev 6783)
@@ -2582,5 +2582,19 @@
     Debug.warn('The %s runtime does not support %s', lzr, msg); 
 }
 
+/**
+  * LzView.getNextSelection
+  * Override to specify the next view to be focused
+  * @access public
+  */
+function getNextSelection() {
+}
+/**
+  * LzView.getPrevSelection
+  * Override to specify the previous view to be focused
+  * @access public
+  */
+function getPrevSelection() {
+}
 } // End of LzView
 



More information about the Laszlo-checkins mailing list