fixed the resizable text area with IE problem fixed the ad space with IE problem merged the 7.2.0 and 7.1.4 change logs
1967 lines
64 KiB
HTML
1967 lines
64 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<!--NewPage-->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
YAHOO.ext.Actor
|
|
</TITLE>
|
|
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
|
|
</HEAD>
|
|
<SCRIPT>
|
|
function asd()
|
|
{
|
|
parent.document.title="YAHOO.ext.Actor";
|
|
}
|
|
</SCRIPT>
|
|
<BODY BGCOLOR="white" onload="asd();" style="margin:15px;">
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<H2>Class YAHOO.ext.Actor</H2>
|
|
<PRE>Object
|
|
|
|
|
+--<a href='YAHOO.ext.Element.html'>YAHOO.ext.Element</a>
|
|
|
|
|
+--<b>YAHOO.ext.Actor</b>
|
|
</PRE>
|
|
|
|
|
|
<HR>
|
|
<DL>
|
|
<!-- Class definition -->
|
|
<DT>class
|
|
<B>YAHOO.ext.Actor</B>
|
|
|
|
<DT>extends <a href='YAHOO.ext.Element.html'>YAHOO.ext.Element</a>
|
|
|
|
|
|
</DL>
|
|
|
|
<P>
|
|
<BR/>Provides support for syncing and chaining of Element Yahoo! UI based animation and some common effects. Actors support "self-play" without an Animator.<br><br>
|
|
<b>Note: Along with the animation methods defined below, this class inherits and captures all of the "set" or animation methods of <a href="YAHOO.ext.Element.html#">YAHOO.ext.Element</a>. "get" methods are not captured and execute immediately.</b>
|
|
<br><br>Usage:<br>
|
|
<pre><code>
|
|
var actor = new YAHOO.ext.Actor('myElementId');
|
|
actor.startCapture(true);
|
|
actor.moveTo(100, 100, true);
|
|
actor.squish();
|
|
actor.play();
|
|
<br>
|
|
// or to start capturing immediately, with no Animator (the null second param)
|
|
<br>
|
|
var actor = new YAHOO.ext.Actor('myElementId', null, true);
|
|
actor.moveTo(100, 100, true);
|
|
actor.squish();
|
|
actor.play();
|
|
</code></pre>
|
|
<BR/><I>Defined in <a href='overview-summary-Actor.js.html'>Actor.js</a></I><BR/><BR/><B>Requires:</B><UL>- <a href="YAHOO.ext.Element.html#">YAHOO.ext.Element</a><BR/>- YAHOO.util.Dom<BR/>- YAHOO.util.Event<BR/>- <a href="YAHOO.util.CustomEvent.html#">YAHOO.util.CustomEvent</a><BR/>- YAHOO.util.Anim<BR/>- YAHOO.util.ColorAnim<BR/>- YAHOO.util.Motion</UL>
|
|
</P>
|
|
|
|
<HR>
|
|
|
|
<!-- ======== NESTED CLASS SUMMARY ======== -->
|
|
|
|
<A NAME="inner_classes"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="2" class="title-cell">Nested Class Summary</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE><static class></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="YAHOO.ext.Actor.Action.html">YAHOO.ext.Actor.Action</A></B></CODE></TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE><static class></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="YAHOO.ext.Actor.AsyncAction.html">YAHOO.ext.Actor.AsyncAction</A></B></CODE></TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE><static class></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="YAHOO.ext.Actor.PauseAction.html">YAHOO.ext.Actor.PauseAction</A></B></CODE></TD>
|
|
</TR>
|
|
|
|
</TABLE>
|
|
|
|
|
|
<!-- ======== END NESTED CLASS SUMMARY ======== -->
|
|
|
|
|
|
<!-- =========== FIELD SUMMARY =========== -->
|
|
|
|
<A NAME="field_summary"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="2" class="title-cell">Field Summary</TD></TR>
|
|
|
|
<!-- This is one instance field summary -->
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#addClass">addClass</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#addClass">YAHOO.ext.Element.addClass()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#alignTo">alignTo</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#alignTo">YAHOO.ext.Element.alignTo()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> Object</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#capturing">capturing</A></B></CODE>
|
|
<BR>
|
|
Whether this actor is currently capturing</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#clearOpacity">clearOpacity</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#clearOpacity">YAHOO.ext.Element.clearOpacity()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#clearPositioning">clearPositioning</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#clearPositioning">YAHOO.ext.Element.clearPositioning()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#clip">clip</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#clip">YAHOO.ext.Element.clip()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> Object</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#el">el</A></B></CODE>
|
|
<BR>
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#enableDisplayMode">enableDisplayMode</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#enableDisplayMode">YAHOO.ext.Element.enableDisplayMode()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#focus">focus</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#focus">YAHOO.ext.Element.focus()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#hide">hide</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#hide">YAHOO.ext.Element.hide()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#move">move</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#move">YAHOO.ext.Element.move()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#moveTo">moveTo</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#moveTo">YAHOO.ext.Element.moveTo()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> Object</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#onCapture">onCapture</A></B></CODE>
|
|
<BR>
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> Object</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#playlist">playlist</A></B></CODE>
|
|
<BR>
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#removeClass">removeClass</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#removeClass">YAHOO.ext.Element.removeClass()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#replaceClass">replaceClass</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#replaceClass">YAHOO.ext.Element.replaceClass()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setAbsolutePositioned">setAbsolutePositioned</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setAbsolutePositioned">YAHOO.ext.Element.setAbsolutePositioned()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setBounds">setBounds</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setBounds">YAHOO.ext.Element.setBounds()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setHeight">setHeight</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setHeight">YAHOO.ext.Element.setHeight()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setLeft">setLeft</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setLeft">YAHOO.ext.Element.setLeft()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setLocation">setLocation</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setLocation">YAHOO.ext.Element.setLocation()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setOpacity">setOpacity</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setHeight">YAHOO.ext.Element.setHeight()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setPositioning">setPositioning</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setPositioning">YAHOO.ext.Element.setPositioning()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setRelativePositioned">setRelativePositioned</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setRelativePositioned">YAHOO.ext.Element.setRelativePositioned()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setSize">setSize</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setSize">YAHOO.ext.Element.setSize()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setStyle">setStyle</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setStyle">YAHOO.ext.Element.setStyle()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setTop">setTop</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setTop">YAHOO.ext.Element.setTop()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setVisibilityMode">setVisibilityMode</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setVisibilityMode">YAHOO.ext.Element.setVisibilityMode()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setVisible">setVisible</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setVisible">YAHOO.ext.Element.setVisible()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setWidth">setWidth</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setWidth">YAHOO.ext.Element.setWidth()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setX">setX</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setX">YAHOO.ext.Element.setX()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setXY">setXY</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setXY">YAHOO.ext.Element.setXY()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#setY">setY</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setY">YAHOO.ext.Element.setY()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#show">show</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#show">YAHOO.ext.Element.show()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#toggle">toggle</A></B></CODE>
|
|
<BR>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#toggle">YAHOO.ext.Element.toggle()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#unclip">unclip</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#unclip">YAHOO.ext.Element.unclip()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="#update">update</A></B></CODE>
|
|
<BR>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#clearOpacity">YAHOO.ext.Element.clearOpacity()</a> for method details.</TD>
|
|
</TR>
|
|
|
|
|
|
</TABLE>
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME=""><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
<TD class="title-cell"><B>Fields inherited from class <A HREF="YAHOO.ext.Element.html">YAHOO.ext.Element</A></B></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE>
|
|
<a href="YAHOO.ext.Element.html#id">id</a>, <a href="YAHOO.ext.Element.html#defaultUnit">defaultUnit</a>, <a href="YAHOO.ext.Element.html#onVisibilityChanged">onVisibilityChanged</a>, <a href="YAHOO.ext.Element.html#onMoved">onMoved</a>, <a href="YAHOO.ext.Element.html#onResized">onResized</a>, <a href="YAHOO.ext.Element.html#autoBoxAdjust">autoBoxAdjust</a>
|
|
</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
|
|
|
|
|
|
<!-- =========== END FIELD SUMMARY =========== -->
|
|
|
|
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
|
|
<A NAME="constructor_summary"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="2" class="title-cell">
|
|
Constructor Summary
|
|
</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="YAHOO.ext.Actor.html#YAHOO.ext.Actor()">YAHOO.ext.Actor</A>
|
|
</B>
|
|
(element, <<i>YAHOO.ext.Animator</i>> animator, <<i>Boolean</i>> selfCapture)
|
|
</CODE>
|
|
<BR>
|
|
|
|
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<!-- ======== END CONSTRUCTOR SUMMARY ======== -->
|
|
|
|
|
|
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
|
|
<A NAME="method_summary"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="2" class="title-cell">
|
|
<span style="float:left">Method Summary</span>
|
|
<span style="float:right;font-weight:normal;font-size:8pt;">
|
|
<i>* Parameter types in italic indicate optional parameters</i>
|
|
</span>
|
|
</TD>
|
|
</TR>
|
|
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#addAsyncCall">addAsyncCall</A></B>(<<a href="Function.html">Function</a>> fcn, <Number> callbackIndex, <<i>Array</i>> args, <<i>Object</i>> scope)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Capture an async function call.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#addCall">addCall</A></B>(<<a href="Function.html">Function</a>> fcn, <<i>Array</i>> args, <<i>Object</i>> scope)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Capture a function call.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> <a href="Function.html">Function</a></CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#animate">animate</A></B>(args, duration, onComplete, easing, animType)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#animate">YAHOO.ext.Element.animate()</a> for method details.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#appear">appear</A></B>(<<i>Float</i>> duration)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Fade an element in
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> Object</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#blindHide">blindHide</A></B>(<String> anchor, <<i>Float</i>> duration, <<i>Function</i>> easing)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Hide the element using a "blinds" effect
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> Object</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#blindShow">blindShow</A></B>(<String> anchor, <<i>Number</i>> newSize, <<i>Float</i>> duration, <<i>Function</i>> easing)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Show the element using a "blinds" effect
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#bounce">bounce</A></B>()
|
|
</CODE>
|
|
<BR>
|
|
|
|
Bounce this element from up and down
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> Object</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#capture">capture</A></B>(<<a href="YAHOO.ext.Actor.Action.html">YAHOO.ext.Actor.Action</a>> action)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Captures an action for this actor.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#clear">clear</A></B>()
|
|
</CODE>
|
|
<BR>
|
|
|
|
Clears any calls that have been self captured.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#dropOut">dropOut</A></B>(<<i>Float</i>> duration)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Fade the element as it is falling from it's current position
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#fade">fade</A></B>(<<i>Float</i>> duration)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Fade an element out
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#highlight">highlight</A></B>(<String> color, <<i>String</i>> fromColor, <<i>Float</i>> duration, <<i>String</i>> attribute)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Highlight the element using a background color (or passed attribute) animation
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#moveIn">moveIn</A></B>(<String> anchor, <<i>Array</i>> to, <<i>Float</i>> duration, <<i>Function</i>> easing)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Show the element in a way that it appears as if it is flying onto the screen
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#moveOut">moveOut</A></B>(<String> anchor, <<i>Float</i>> duration, <<i>Function</i>> easing)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Hide the element in a way that it appears as if it is flying off the screen
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#pause">pause</A></B>(<Number> seconds)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Capture a pause (in seconds).
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#play">play</A></B>(<<i>Function</i>> oncomplete)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Starts playback of self captured calls.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#pulsate">pulsate</A></B>(<<i>Number</i>> count, <<i>Float</i>> duration)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Fade the element in and out the specified amount of times
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#shake">shake</A></B>()
|
|
</CODE>
|
|
<BR>
|
|
|
|
Shake this element from side to side
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> Object</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#slideHide">slideHide</A></B>(<String> anchor, <<i>Float</i>> duration, <<i>Function</i>> easing)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Hide the element using a "slide in" effect - In order for this effect to work the element MUST have a child element container that can be "slid" otherwise a blindHide effect is rendered.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> Object</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#slideShow">slideShow</A></B>(<String> anchor, <<i>Number</i>> newSize, <<i>Float</i>> duration, <<i>Function</i>> easing)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Show the element using a "slide in" effect - In order for this effect to work the element MUST have a child element container that can be "slid" otherwise a blindShow effect is rendered.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> Object</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#squish">squish</A></B>(<<i>Float</i>> duration)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Hide the element by "squishing" it into the corner
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#startCapture">startCapture</A></B>()
|
|
</CODE>
|
|
<BR>
|
|
|
|
Start self capturing calls on this Actor.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#stopCapture">stopCapture</A></B>()
|
|
</CODE>
|
|
<BR>
|
|
|
|
Stop self capturing calls on this Actor.
|
|
</TD>
|
|
</TR>
|
|
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%">
|
|
<FONT SIZE="-1">
|
|
<CODE> void</CODE>
|
|
</FONT>
|
|
</TD>
|
|
<TD>
|
|
<CODE>
|
|
<B>
|
|
<A HREF="#switchOff">switchOff</A></B>(<<i>Float</i>> duration)
|
|
</CODE>
|
|
<BR>
|
|
|
|
Blink the element as if it was clicked and then collapse on it's center
|
|
</TD>
|
|
</TR>
|
|
|
|
|
|
</TABLE>
|
|
|
|
|
|
|
|
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
|
|
<TD class="title-cell"><B>Methods inherited from class <a href="YAHOO.ext.Element.html">YAHOO.ext.Element</a></B></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" CLASS="TableRowColor">
|
|
<TD><CODE>
|
|
<!-- Inherited methods -->
|
|
<a href="YAHOO.ext.Element.html#setVisibilityMode">setVisibilityMode</a>, <a href="YAHOO.ext.Element.html#enableDisplayMode">enableDisplayMode</a>, <a href="YAHOO.ext.Element.html#isVisible">isVisible</a>, <a href="YAHOO.ext.Element.html#setVisible">setVisible</a>, <a href="YAHOO.ext.Element.html#toggle">toggle</a>, <a href="YAHOO.ext.Element.html#focus">focus</a>, <a href="YAHOO.ext.Element.html#addClass">addClass</a>, <a href="YAHOO.ext.Element.html#radioClass">radioClass</a>, <a href="YAHOO.ext.Element.html#removeClass">removeClass</a>, <a href="YAHOO.ext.Element.html#toggleClass">toggleClass</a>, <a href="YAHOO.ext.Element.html#hasClass">hasClass</a>, <a href="YAHOO.ext.Element.html#replaceClass">replaceClass</a>, <a href="YAHOO.ext.Element.html#getStyle">getStyle</a>, <a href="YAHOO.ext.Element.html#setStyle">setStyle</a>, <a href="YAHOO.ext.Element.html#getX">getX</a>, <a href="YAHOO.ext.Element.html#getY">getY</a>, <a href="YAHOO.ext.Element.html#getXY">getXY</a>, <a href="YAHOO.ext.Element.html#setX">setX</a>, <a href="YAHOO.ext.Element.html#setY">setY</a>, <a href="YAHOO.ext.Element.html#setLeft">setLeft</a>, <a href="YAHOO.ext.Element.html#setTop">setTop</a>, <a href="YAHOO.ext.Element.html#setRight">setRight</a>, <a href="YAHOO.ext.Element.html#setBottom">setBottom</a>, <a href="YAHOO.ext.Element.html#setXY">setXY</a>, <a href="YAHOO.ext.Element.html#setLocation">setLocation</a>, <a href="YAHOO.ext.Element.html#moveTo">moveTo</a>, <a href="YAHOO.ext.Element.html#getRegion">getRegion</a>, <a href="YAHOO.ext.Element.html#getHeight">getHeight</a>, <a href="YAHOO.ext.Element.html#getWidth">getWidth</a>, <a href="YAHOO.ext.Element.html#getSize">getSize</a>, <a href="YAHOO.ext.Element.html#setWidth">setWidth</a>, <a href="YAHOO.ext.Element.html#setHeight">setHeight</a>, <a href="YAHOO.ext.Element.html#setSize">setSize</a>, <a href="YAHOO.ext.Element.html#setBounds">setBounds</a>, <a href="YAHOO.ext.Element.html#setRegion">setRegion</a>, <a href="YAHOO.ext.Element.html#addListener">addListener</a>, <a href="YAHOO.ext.Element.html#addHandler">addHandler</a>, <a href="YAHOO.ext.Element.html#on">on</a>, <a href="YAHOO.ext.Element.html#addManagedListener">addManagedListener</a>, <a href="YAHOO.ext.Element.html#mon">mon</a>, <a href="YAHOO.ext.Element.html#removeListener">removeListener</a>, <a href="YAHOO.ext.Element.html#removeAllListeners">removeAllListeners</a>, <a href="YAHOO.ext.Element.html#setOpacity">setOpacity</a>, <a href="YAHOO.ext.Element.html#getLeft">getLeft</a>, <a href="YAHOO.ext.Element.html#getRight">getRight</a>, <a href="YAHOO.ext.Element.html#getTop">getTop</a>, <a href="YAHOO.ext.Element.html#getBottom">getBottom</a>, <a href="YAHOO.ext.Element.html#setAbsolutePositioned">setAbsolutePositioned</a>, <a href="YAHOO.ext.Element.html#setRelativePositioned">setRelativePositioned</a>, <a href="YAHOO.ext.Element.html#clearPositioning">clearPositioning</a>, <a href="YAHOO.ext.Element.html#getPositioning">getPositioning</a>, <a href="YAHOO.ext.Element.html#getBorderWidth">getBorderWidth</a>, <a href="YAHOO.ext.Element.html#getPadding">getPadding</a>, <a href="YAHOO.ext.Element.html#setPositioning">setPositioning</a>, <a href="YAHOO.ext.Element.html#move">move</a>, <a href="YAHOO.ext.Element.html#clip">clip</a>, <a href="YAHOO.ext.Element.html#unclip">unclip</a>, <a href="YAHOO.ext.Element.html#alignTo">alignTo</a>, <a href="YAHOO.ext.Element.html#clearOpacity">clearOpacity</a>, <a href="YAHOO.ext.Element.html#hide">hide</a>, <a href="YAHOO.ext.Element.html#show">show</a>, <a href="YAHOO.ext.Element.html#beginMeasure">beginMeasure</a>, <a href="YAHOO.ext.Element.html#endMeasure">endMeasure</a>, <a href="YAHOO.ext.Element.html#update">update</a>, <a href="YAHOO.ext.Element.html#getUpdateManager">getUpdateManager</a>, <a href="YAHOO.ext.Element.html#getCenterXY">getCenterXY</a>, <a href="YAHOO.ext.Element.html#getChildrenByTagName">getChildrenByTagName</a>, <a href="YAHOO.ext.Element.html#getChildrenByClassName">getChildrenByClassName</a>, <a href="YAHOO.ext.Element.html#isBorderBox">isBorderBox</a>, <a href="YAHOO.ext.Element.html#getBox">getBox</a>, <a href="YAHOO.ext.Element.html#setBox">setBox</a>
|
|
</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
|
|
<P>
|
|
<!-- ========== END METHOD SUMMARY =========== -->
|
|
|
|
|
|
<!-- ============ FIELD DETAIL START =========== -->
|
|
|
|
<A NAME="field_detail"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="1" class="title-cell">Field Detail</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
|
|
<A NAME="addClass"><!-- --></A>
|
|
<H3>addClass</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>addClass</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#addClass">YAHOO.ext.Element.addClass()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="alignTo"><!-- --></A>
|
|
<H3>alignTo</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>alignTo</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#alignTo">YAHOO.ext.Element.alignTo()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="capturing"><!-- --></A>
|
|
<H3>capturing</H3>
|
|
<PRE>Object <B>capturing</B></PRE>
|
|
<UL>
|
|
Whether this actor is currently capturing
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="clearOpacity"><!-- --></A>
|
|
<H3>clearOpacity</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>clearOpacity</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#clearOpacity">YAHOO.ext.Element.clearOpacity()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="clearPositioning"><!-- --></A>
|
|
<H3>clearPositioning</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>clearPositioning</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#clearPositioning">YAHOO.ext.Element.clearPositioning()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="clip"><!-- --></A>
|
|
<H3>clip</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>clip</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#clip">YAHOO.ext.Element.clip()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="el"><!-- --></A>
|
|
<H3>el</H3>
|
|
<PRE>Object <B>el</B></PRE>
|
|
<UL>
|
|
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="enableDisplayMode"><!-- --></A>
|
|
<H3>enableDisplayMode</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>enableDisplayMode</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#enableDisplayMode">YAHOO.ext.Element.enableDisplayMode()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="focus"><!-- --></A>
|
|
<H3>focus</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>focus</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#focus">YAHOO.ext.Element.focus()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="hide"><!-- --></A>
|
|
<H3>hide</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>hide</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#hide">YAHOO.ext.Element.hide()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="move"><!-- --></A>
|
|
<H3>move</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>move</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#move">YAHOO.ext.Element.move()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="moveTo"><!-- --></A>
|
|
<H3>moveTo</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>moveTo</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#moveTo">YAHOO.ext.Element.moveTo()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="onCapture"><!-- --></A>
|
|
<H3>onCapture</H3>
|
|
<PRE>Object <B>onCapture</B></PRE>
|
|
<UL>
|
|
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="playlist"><!-- --></A>
|
|
<H3>playlist</H3>
|
|
<PRE>Object <B>playlist</B></PRE>
|
|
<UL>
|
|
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="removeClass"><!-- --></A>
|
|
<H3>removeClass</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>removeClass</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#removeClass">YAHOO.ext.Element.removeClass()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="replaceClass"><!-- --></A>
|
|
<H3>replaceClass</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>replaceClass</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#replaceClass">YAHOO.ext.Element.replaceClass()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setAbsolutePositioned"><!-- --></A>
|
|
<H3>setAbsolutePositioned</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setAbsolutePositioned</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setAbsolutePositioned">YAHOO.ext.Element.setAbsolutePositioned()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setBounds"><!-- --></A>
|
|
<H3>setBounds</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setBounds</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setBounds">YAHOO.ext.Element.setBounds()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setHeight"><!-- --></A>
|
|
<H3>setHeight</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setHeight</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setHeight">YAHOO.ext.Element.setHeight()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setLeft"><!-- --></A>
|
|
<H3>setLeft</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setLeft</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setLeft">YAHOO.ext.Element.setLeft()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setLocation"><!-- --></A>
|
|
<H3>setLocation</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setLocation</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setLocation">YAHOO.ext.Element.setLocation()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setOpacity"><!-- --></A>
|
|
<H3>setOpacity</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setOpacity</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setHeight">YAHOO.ext.Element.setHeight()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setPositioning"><!-- --></A>
|
|
<H3>setPositioning</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setPositioning</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setPositioning">YAHOO.ext.Element.setPositioning()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setRelativePositioned"><!-- --></A>
|
|
<H3>setRelativePositioned</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setRelativePositioned</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setRelativePositioned">YAHOO.ext.Element.setRelativePositioned()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setSize"><!-- --></A>
|
|
<H3>setSize</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setSize</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setSize">YAHOO.ext.Element.setSize()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setStyle"><!-- --></A>
|
|
<H3>setStyle</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setStyle</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setStyle">YAHOO.ext.Element.setStyle()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setTop"><!-- --></A>
|
|
<H3>setTop</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setTop</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setTop">YAHOO.ext.Element.setTop()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setVisibilityMode"><!-- --></A>
|
|
<H3>setVisibilityMode</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setVisibilityMode</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setVisibilityMode">YAHOO.ext.Element.setVisibilityMode()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setVisible"><!-- --></A>
|
|
<H3>setVisible</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setVisible</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setVisible">YAHOO.ext.Element.setVisible()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setWidth"><!-- --></A>
|
|
<H3>setWidth</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setWidth</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setWidth">YAHOO.ext.Element.setWidth()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setX"><!-- --></A>
|
|
<H3>setX</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setX</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setX">YAHOO.ext.Element.setX()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setXY"><!-- --></A>
|
|
<H3>setXY</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setXY</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#setXY">YAHOO.ext.Element.setXY()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="setY"><!-- --></A>
|
|
<H3>setY</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>setY</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#setY">YAHOO.ext.Element.setY()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="show"><!-- --></A>
|
|
<H3>show</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>show</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#show">YAHOO.ext.Element.show()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="toggle"><!-- --></A>
|
|
<H3>toggle</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>toggle</B></PRE>
|
|
<UL>
|
|
Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#toggle">YAHOO.ext.Element.toggle()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="unclip"><!-- --></A>
|
|
<H3>unclip</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>unclip</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#unclip">YAHOO.ext.Element.unclip()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
<A NAME="update"><!-- --></A>
|
|
<H3>update</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>update</B></PRE>
|
|
<UL>
|
|
Capturing override - See <a href="YAHOO.ext.Element.html#clearOpacity">YAHOO.ext.Element.clearOpacity()</a> for method details.
|
|
|
|
</UL>
|
|
<HR>
|
|
|
|
|
|
|
|
<!-- ============ FIELD DETAIL END =========== -->
|
|
|
|
<!-- ========= CONSTRUCTOR DETAIL START ======== -->
|
|
|
|
<A NAME="constructor_detail"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="1" class="title-cell">
|
|
Constructor Detail
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<A NAME="YAHOO.ext.Actor()"><!-- --></A><H3>
|
|
YAHOO.ext.Actor</H3>
|
|
<PRE><B>YAHOO.ext.Actor</B>(element, <<i>YAHOO.ext.Animator</i>> animator, <<i>Boolean</i>> selfCapture)</PRE>
|
|
|
|
|
|
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>animator</CODE> - (optional) The Animator that will capture this Actor's actions
|
|
</UL>
|
|
|
|
<UL><CODE>selfCapture</CODE> - (optional) Whether this actor should capture it's own actions to support self playback without an animator (defaults to false)
|
|
</UL>
|
|
|
|
<UL><CODE>el</CODE> - The dom element or element id
|
|
</UL>
|
|
|
|
|
|
</UL>
|
|
|
|
|
|
<!-- Constructor return value(s) -->
|
|
|
|
<!-- End constructor return value(s) -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES -->
|
|
|
|
<UL>
|
|
<B>Requires:</B><UL>- <a href="YAHOO.ext.Element.html#">YAHOO.ext.Element</a><BR/>- YAHOO.util.Dom<BR/>- YAHOO.util.Event<BR/>- <a href="YAHOO.util.CustomEvent.html#">YAHOO.util.CustomEvent</a><BR/>- YAHOO.util.Anim<BR/>- YAHOO.util.ColorAnim<BR/>- YAHOO.util.Motion</UL>
|
|
</UL>
|
|
|
|
<HR/>
|
|
<!-- END ADDITIONAL ATTRIBUTES -->
|
|
|
|
<!-- ========= CONSTRUCTOR DETAIL END ======== -->
|
|
|
|
|
|
<!-- ============ METHOD DETAIL START ========== -->
|
|
|
|
<A NAME="method_detail"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
|
<TD COLSPAN="1" class="title-cell">
|
|
Method Detail
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<!-- One single method detail entry -->
|
|
|
|
<A NAME="addAsyncCall"><!-- --></A>
|
|
<H3>addAsyncCall</H3>
|
|
<PRE>void <B>addAsyncCall</B>(<<a href="Function.html">Function</a>> fcn, <Number> callbackIndex, <<i>Array</i>> args, <<i>Object</i>> scope)</PRE>
|
|
|
|
<UL>Capture an async function call.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>fcn</CODE> - The function to call
|
|
</UL>
|
|
|
|
<UL><CODE>callbackIndex</CODE> - The index of the callback parameter on the passed function. A CALLBACK IS REQUIRED.
|
|
</UL>
|
|
|
|
<UL><CODE>args</CODE> - The arguments to call the function with
|
|
</UL>
|
|
|
|
<UL><CODE>scope</CODE> - (optional) The scope of the function
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="addCall"><!-- --></A>
|
|
<H3>addCall</H3>
|
|
<PRE>void <B>addCall</B>(<<a href="Function.html">Function</a>> fcn, <<i>Array</i>> args, <<i>Object</i>> scope)</PRE>
|
|
|
|
<UL>Capture a function call.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>fcn</CODE> - The function to call
|
|
</UL>
|
|
|
|
<UL><CODE>args</CODE> - (optional) The arguments to call the function with
|
|
</UL>
|
|
|
|
<UL><CODE>scope</CODE> - (optional) The scope of the function
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="animate"><!-- --></A>
|
|
<H3>animate</H3>
|
|
<PRE><a href="Function.html">Function</a> <B>animate</B>(args, duration, onComplete, easing, animType)</PRE>
|
|
|
|
<UL>Capturing and animation syncing override - See <a href="YAHOO.ext.Element.html#animate">YAHOO.ext.Element.animate()</a> for method details.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="appear"><!-- --></A>
|
|
<H3>appear</H3>
|
|
<PRE>void <B>appear</B>(<<i>Float</i>> duration)</PRE>
|
|
|
|
<UL>Fade an element in</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="blindHide"><!-- --></A>
|
|
<H3>blindHide</H3>
|
|
<PRE>Object <B>blindHide</B>(<String> anchor, <<i>Float</i>> duration, <<i>Function</i>> easing)</PRE>
|
|
|
|
<UL>Hide the element using a "blinds" effect</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>anchor</CODE> - The part of the element that it should appear to collapse to. The short/long options are t/top, l/left, b/bottom, r/right.
|
|
</UL>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
<UL><CODE>easing</CODE> - (optional) YAHOO.util.Easing method to use. (Defaults to YAHOO.util.Easing.easeIn)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="blindShow"><!-- --></A>
|
|
<H3>blindShow</H3>
|
|
<PRE>Object <B>blindShow</B>(<String> anchor, <<i>Number</i>> newSize, <<i>Float</i>> duration, <<i>Function</i>> easing)</PRE>
|
|
|
|
<UL>Show the element using a "blinds" effect</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>anchor</CODE> - The part of the element that it should appear to exapand from. The short/long options currently are t/top, l/left
|
|
</UL>
|
|
|
|
<UL><CODE>newSize</CODE> - (optional) The size to animate to. (Default to current size)
|
|
</UL>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
<UL><CODE>easing</CODE> - (optional) YAHOO.util.Easing method to use. (Defaults to YAHOO.util.Easing.easeOut)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="bounce"><!-- --></A>
|
|
<H3>bounce</H3>
|
|
<PRE>void <B>bounce</B>()</PRE>
|
|
|
|
<UL>Bounce this element from up and down</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="capture"><!-- --></A>
|
|
<H3>capture</H3>
|
|
<PRE>Object <B>capture</B>(<<a href="YAHOO.ext.Actor.Action.html">YAHOO.ext.Actor.Action</a>> action)</PRE>
|
|
|
|
<UL>Captures an action for this actor. Generally called internally but can be called directly.
|
|
#</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>action</CODE> -
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="clear"><!-- --></A>
|
|
<H3>clear</H3>
|
|
<PRE>void <B>clear</B>()</PRE>
|
|
|
|
<UL>Clears any calls that have been self captured.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="dropOut"><!-- --></A>
|
|
<H3>dropOut</H3>
|
|
<PRE>void <B>dropOut</B>(<<i>Float</i>> duration)</PRE>
|
|
|
|
<UL>Fade the element as it is falling from it's current position</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="fade"><!-- --></A>
|
|
<H3>fade</H3>
|
|
<PRE>void <B>fade</B>(<<i>Float</i>> duration)</PRE>
|
|
|
|
<UL>Fade an element out</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="highlight"><!-- --></A>
|
|
<H3>highlight</H3>
|
|
<PRE>void <B>highlight</B>(<String> color, <<i>String</i>> fromColor, <<i>Float</i>> duration, <<i>String</i>> attribute)</PRE>
|
|
|
|
<UL>Highlight the element using a background color (or passed attribute) animation</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>color</CODE> - (optional) The color to use for the highlight
|
|
</UL>
|
|
|
|
<UL><CODE>fromColor</CODE> - (optional) If the element does not currently have a background color, you will need to pass in a color to animate from
|
|
</UL>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
<UL><CODE>attribute</CODE> - (optional) Specify a CSS attribute to use other than background color - camelCase
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="moveIn"><!-- --></A>
|
|
<H3>moveIn</H3>
|
|
<PRE>void <B>moveIn</B>(<String> anchor, <<i>Array</i>> to, <<i>Float</i>> duration, <<i>Function</i>> easing)</PRE>
|
|
|
|
<UL>Show the element in a way that it appears as if it is flying onto the screen</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>anchor</CODE> - The part of the page that the element should appear to move from. The short/long options are t/top, l/left, b/bottom, r/right, tl/top-left, tr/top-right, bl/bottom-left or br/bottom-right.
|
|
</UL>
|
|
|
|
<UL><CODE>to</CODE> - (optional) Array of x and y position to move to like [x, y] (Defaults to center screen)
|
|
</UL>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
<UL><CODE>easing</CODE> - (optional) YAHOO.util.Easing method to use. (Defaults to YAHOO.util.Easing.easeOut)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="moveOut"><!-- --></A>
|
|
<H3>moveOut</H3>
|
|
<PRE>void <B>moveOut</B>(<String> anchor, <<i>Float</i>> duration, <<i>Function</i>> easing)</PRE>
|
|
|
|
<UL>Hide the element in a way that it appears as if it is flying off the screen</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>anchor</CODE> - The part of the page that the element should appear to move to. The short/long options are t/top, l/left, b/bottom, r/right, tl/top-left, tr/top-right, bl/bottom-left or br/bottom-right.
|
|
</UL>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
<UL><CODE>easing</CODE> - (optional) YAHOO.util.Easing method to use. (Defaults to YAHOO.util.Easing.easeIn)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="pause"><!-- --></A>
|
|
<H3>pause</H3>
|
|
<PRE>void <B>pause</B>(<Number> seconds)</PRE>
|
|
|
|
<UL>Capture a pause (in seconds).</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>seconds</CODE> - The seconds to pause
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="play"><!-- --></A>
|
|
<H3>play</H3>
|
|
<PRE>void <B>play</B>(<<i>Function</i>> oncomplete)</PRE>
|
|
|
|
<UL>Starts playback of self captured calls.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>oncomplete</CODE> - (optional) Callback to execute when playback has completed
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="pulsate"><!-- --></A>
|
|
<H3>pulsate</H3>
|
|
<PRE>void <B>pulsate</B>(<<i>Number</i>> count, <<i>Float</i>> duration)</PRE>
|
|
|
|
<UL>Fade the element in and out the specified amount of times</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>count</CODE> - (optional) How many times to pulse (Defaults to 3)
|
|
</UL>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="shake"><!-- --></A>
|
|
<H3>shake</H3>
|
|
<PRE>void <B>shake</B>()</PRE>
|
|
|
|
<UL>Shake this element from side to side</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="slideHide"><!-- --></A>
|
|
<H3>slideHide</H3>
|
|
<PRE>Object <B>slideHide</B>(<String> anchor, <<i>Float</i>> duration, <<i>Function</i>> easing)</PRE>
|
|
|
|
<UL>Hide the element using a "slide in" effect - In order for this effect to work the element MUST have a child element container that can be "slid" otherwise a blindHide effect is rendered.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>anchor</CODE> - The part of the element that it should appear to slide to. The short/long options are t/top, l/left, b/bottom, r/right.
|
|
</UL>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
<UL><CODE>easing</CODE> - (optional) YAHOO.util.Easing method to use. (Defaults to YAHOO.util.Easing.easeIn)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="slideShow"><!-- --></A>
|
|
<H3>slideShow</H3>
|
|
<PRE>Object <B>slideShow</B>(<String> anchor, <<i>Number</i>> newSize, <<i>Float</i>> duration, <<i>Function</i>> easing)</PRE>
|
|
|
|
<UL>Show the element using a "slide in" effect - In order for this effect to work the element MUST have a child element container that can be "slid" otherwise a blindShow effect is rendered.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>anchor</CODE> - The part of the element that it should appear to slide from. The short/long options currently are t/top, l/left
|
|
</UL>
|
|
|
|
<UL><CODE>newSize</CODE> - (optional) The size to animate to. (Default to current size)
|
|
</UL>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
<UL><CODE>easing</CODE> - (optional) YAHOO.util.Easing method to use. (Defaults to YAHOO.util.Easing.easeOuth)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="squish"><!-- --></A>
|
|
<H3>squish</H3>
|
|
<PRE>Object <B>squish</B>(<<i>Float</i>> duration)</PRE>
|
|
|
|
<UL>Hide the element by "squishing" it into the corner</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="startCapture"><!-- --></A>
|
|
<H3>startCapture</H3>
|
|
<PRE>void <B>startCapture</B>()</PRE>
|
|
|
|
<UL>Start self capturing calls on this Actor. All subsequent calls are captured and executed when play() is called.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="stopCapture"><!-- --></A>
|
|
<H3>stopCapture</H3>
|
|
<PRE>void <B>stopCapture</B>()</PRE>
|
|
|
|
<UL>Stop self capturing calls on this Actor.</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
<A NAME="switchOff"><!-- --></A>
|
|
<H3>switchOff</H3>
|
|
<PRE>void <B>switchOff</B>(<<i>Float</i>> duration)</PRE>
|
|
|
|
<UL>Blink the element as if it was clicked and then collapse on it's center</UL>
|
|
|
|
|
|
<!-- METHOD PARAMETERS START -->
|
|
|
|
<UL>
|
|
<B>Parameters:</B>
|
|
|
|
<UL><CODE>duration</CODE> - (optional) How long the effect lasts (in seconds)
|
|
</UL>
|
|
|
|
</UL>
|
|
|
|
<!-- METHOD PARAMETERS END -->
|
|
|
|
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES START -->
|
|
|
|
<!-- ADDITIONAL ATTRIBUTES END -->
|
|
<HR>
|
|
|
|
|
|
|
|
<!-- ============ METHOD DETAIL END ========== -->
|
|
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
|
|
<HR>
|
|
<FONT SIZE="-1">
|
|
|
|
</FONT>
|
|
<div class="jsdoc_ctime">Documentation generated by <a href="http://jsdoc.sourceforge.net/" target="_parent">JSDoc</a> on Sat Oct 14 06:07:10 2006</div>
|
|
</BODY>
|
|
</HTML>
|