Changeset 257


Ignore:
Timestamp:
12/31/10 17:35:18 (13 years ago)
Author:
nanardon
Message:
  • replace timer based update by onChange method
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/root/templates/html/analysis/index.tt

    r207 r257  
    1919<form action="[% c.uri_for('/', c.req.path) %]" id="analysis_form" method="POST"> 
    2020    <span id="distribselect"> 
    21     [% INCLUDE 'ajax/forms/distribselect.tt' %] 
     21    [% INCLUDE 'ajax/forms/distribselect.tt' form = 'analysis_form' %] 
    2222    </span> 
    23 [% c.prototype.observe_form('analysis_form', 
    24     { 
    25     url => c.uri_for('/ajax/forms/distribselect', { 'ajax' => 1 }), 
    26     frequency => 2, 
    27     update => 'distribselect', 
    28     } 
    29 ) %] 
    3023<input type="submit" name="analyse"> 
    3124</form> 
Note: See TracChangeset for help on using the changeset viewer.