文档索引

快速上手

引入文件

在页面head引入YUI3.x.x种子

<script src="http://yui.yahooapis.com/3.5.1/build/yui/yui-min.js"></script>

配置

var config = {
    modules: {
        'trip-calendar': {
            fullpath: 'trip-calendar.js', //根据项目路径调整
            type    : 'js',
            requires: ['trip-calendar-css']
        },
        'trip-calendar-css': {
            fullpath: 'trip-calendar.css', //根据项目路径调整
            type    : 'css'
        }
    }
};

使用

YUI(config).use('trip-calendar', function(Y) {
    var oCalendar = new Y.TripCalendar();    
    //do something
})

配置参数

接口

自定义事件

配置参数改变事件