[Laszlo-checkins] r11685 - openlaszlo/trunk/WEB-INF/lps/lfc/views
lou@openlaszlo.org
lou at openlaszlo.org
Mon Nov 3 09:42:30 PST 2008
Author: lou
Date: 2008-11-03 09:42:13 -0800 (Mon, 03 Nov 2008)
New Revision: 11685
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/views/LzInputText.lzs
Log:
Change 20081103-lou-m by lou at loumac.local on 2008-11-03 13:36:21 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: reference, <inputtext>: remove "inputtext#getText()" method
Bugs Fixed: LPP-6590
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: abargull
Details: getText() is inherited from <text>, and should require no further doc:
mark the override as @access private.
Tests: visual verify
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/views/LzInputText.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/views/LzInputText.lzs 2008-11-03 17:41:44 UTC (rev 11684)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/views/LzInputText.lzs 2008-11-03 17:42:13 UTC (rev 11685)
@@ -296,7 +296,9 @@
LzView.__warnCapability('inputtext.setHTML()', 'htmlinputtext');
}
}
-
+/**
+* @access private
+*/
override function getText ( ){
return (this.sprite cast LzInputTextSprite).getText();
}
More information about the Laszlo-checkins
mailing list