Skip to Main Content
MooTools 1.3 Cookbook
book

MooTools 1.3 Cookbook

by Jay L Johnston
July 2011
Intermediate to advanced content levelIntermediate to advanced
276 pages
5h 11m
English
Packt Publishing
Content preview from MooTools 1.3 Cookbook

Making a reset button to put widgets back into a default state

Those that have been rocking the window widgets along for the past three recipes are embodied with unmistakable readiness!

How to do it...

In the Ajax recipe for the window widgets, we placed a block of code within onDrop that was meant to create an object containing the widget locations and send that data server-side for processing. When our reset widget, <input type="button" value="Reset All" id="reset"/> is pressed, we will need to call that same block of code. Start by moving it into its own function.

function record_locations() { // create an object of widget locations var data = {}; $$('.hitter').each(function(el) { var hitter_loc = el.get('id'); var incumbent = el.getFirst().get('id'); ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Jump Start Web Performance

Jump Start Web Performance

Craig Buckler

Publisher Resources

ISBN: 9781849515689Other