/**
 * 该模块是可索引列表(一般A~Z)<br>
 *  <strong>
 *          页面需要导入的文件
 *          <ul>
 *              <li>cmp-indexedList.js</li>
 *              <li>cmp-indexedList.css</li>
 *          </ul>
 *      </strong>
 * @module IndexedList
 * @subtitle 索引列表
 */

/**
 * 索引列表<br>
 * @class IndexedList
 * @namespace cmp
 * @type {{}}
 */

/**
 * 索引列表组件
 * @class IndexedList
 * @namespace cmp
 * @constructor
 * @param {String} selector 容器
 * @demo cmp-indexdlist.html
 *
 */
    
Top