Update of /cvsroot/tacos/tacos4/demo/docroot/forms
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13431/demo/docroot/forms

Modified Files:
        AjaxFormsExample.page 
Log Message:
Use preEffects in linkRemove

Index: AjaxFormsExample.page
===================================================================
RCS file: /cvsroot/tacos/tacos4/demo/docroot/forms/AjaxFormsExample.page,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AjaxFormsExample.page       18 Dec 2005 01:52:10 -0000      1.2
--- AjaxFormsExample.page       23 Dec 2005 18:41:55 -0000      1.3
***************
*** 25,28 ****
--- 25,29 ----
                <binding name="parameters" value="ognl:currNote.id"/>
          <binding name="updateComponents" value="ognl:{'note_' + currNote.id}" 
/>
+         <binding name="preEffects" 
value="template:{fade:{'note_${currNote.id}':'300,1,0'}}"/>
        </component>
        
***************
*** 43,46 ****
--- 44,48 ----
          <binding name="updateComponents" value="ognl:{'note_' + currNote.id}" 
/>
          <binding name="effects" 
value="template:{highlight:{'note_${currNote.id}':'[255,255,184], 500, 500'}}"/>
+         <!--binding name="preEffects" 
value="template:{fade:{'${components.noteform.name}':'300,1,0'}}"/-->
          <binding name="delegate" value="ognl:beans.delegate" />
      </component>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to