Peter Peterson![]()
Simple OSX-like toggle widget.
<script src="http://yui.yahooapis.com/3.1.2/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2010.09.01-19-12'
}).use('gallery-toggle', function(Y) {
var mytoggle = new Y.Toggle({
srcNode: "#mytoggle",
label: "Options"
});
mytoggle.after('selectedChange', function (e) {
Y.log("Toggled " + mytoggle.get('selected') + "!");
});
mytoggle.render();
});No forum posts for this module.
© 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