Re: Prototype Constants replacement in v5.4`

2017-04-03 Thread Christian Riedel
for the events: require t5/core/events like so: define(['t5/core/events'], function(events) { }); see the documentation of the events here: http://tapestry.apache.org/current/coffeescript/events.html > Tapestry.currentFocusField

Prototype Constants replacement in v5.4`

2017-04-03 Thread Ankit Jain
Hi, We have been using the following constants in our program but they no longer work as we are removing Prototype. Can you please suggest the replacements of these constants in Tapestry v5.4. Tapestry.FORM_PREPARE_FOR_SUBMIT_EVENT Tapestry.ZONE_UPDATED_EVENT Tapestry.currentFocusField Tapestry.