[Laszlo-dev] [Laszlo-checkins] r8016 - openlaszlo/trunk/WEB-INF/lps/lfc/views
Max Carlson
max at openlaszlo.org
Wed Feb 13 12:25:46 PST 2008
Approved!
lou at openlaszlo.org wrote:
> Author: lou
> Date: 2008-02-13 12:12:17 -0800 (Wed, 13 Feb 2008)
> New Revision: 8016
>
> Modified:
> openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
> Log:
> Change 20080213-lou-v by lou at loumac.local on 2008-02-13 16:06:20 AST
> in /Users/lou/src/svn/openlaszlo/trunk
> for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary: reference: LzView: add definitions for onload, onloadperc, and onvisibile
>
> Bugs Fixed: LPP-5432
>
> Technical Reviewer: Max Carlson
> QA Reviewer: (pending)
> Doc Reviewer: (pending)
>
>
> Tests: verify visually
>
>
>
> Modified: openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs
> ===================================================================
> --- openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs 2008-02-13 20:09:09 UTC (rev 8015)
> +++ openlaszlo/trunk/WEB-INF/lps/lfc/views/LaszloView.lzs 2008-02-13 20:12:17 UTC (rev 8016)
> @@ -130,12 +130,14 @@
> * @access public
> */
> var onlastframe = LzDeclaredEvent;
> -/** @lzxtype event
> +/** Send when the view finishes loading media.
> + * @lzxtype event
> * @access public
> */
> var onload = LzDeclaredEvent;
>
> -/** @lzxtype event
> +/** Sends a percentage (0-1) reflecting the amount of a media file that's been downloaded.
> +* @lzxtype event
> * @access public
> */
> var onloadperc = LzDeclaredEvent;
> @@ -249,7 +251,8 @@
> */
> var onunstretchedwidth = LzDeclaredEvent;
>
> -/** @lzxtype event
> +/** Sent when the view changes visibility (true/false)
> + * @lzxtype event
> * @access public
> */
> var onvisible = LzDeclaredEvent;
>
>
> _______________________________________________
> Laszlo-checkins mailing list
> Laszlo-checkins at openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
--
Regards,
Max Carlson
OpenLaszlo.org
More information about the Laszlo-dev
mailing list