Anthony Pipkin![]()
Moving to 'gallery-xarno-form-values' and Y.Xarno.Form.Values
A plugin for forms that will serialize the input data into an object literal and return it.
<script src="http://yui.yahooapis.com/3.7.3/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2010.09.08-19-45'
}).use('gallery-form-values', function(Y) {
Y.on('domready',function(){
var frm = Y.one('form');
frm.plug(Y.Form.Values);
Y.log(frm.values.getValues());
});
});| Subject | Author | Date |
|---|---|---|
| Standardizing apipkin Modules | Anthony Pipkin | 10/16/12 |
| input:number | Joe Auty | 04/28/13 |
| Re: input:number | Anthony Pipkin | 05/1/13 |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info