Satyam![]()
To the basic Spinner it adds:
See Spinner from the Widget User Guide examples
<script src="http://yui.yahooapis.com/3.10.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2013.01.23-21-59'
}).use('gallery-md-spinner', function(Y) {
var plain = (new Y.Spinner()).render('#plain'),
markup = (new Y.Spinner({srcNode:'#markup', wraparound:true})).render(),
translated = (new Y.Spinner({strings: Y.Intl.get('someLanguageModule')})).render('#translated');
});| Subject | Author | Date |
|---|---|---|
| update value of spinner programatically | Jason Duley | 10/7/11 |
| Re: update value of spinner programatically | Satyam | 10/8/11 |
© 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