Sha256: 70fe0c6a1fcb434d4a739f5e27a994e433f82a33c3b9d00d5959c0ca097d853d

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

/**
* @class Wando.icons
* example
*       { text: '例子', iconCls: Wando.icons.add, handler: fuction(){  } }
*
*/

Ext.ns("Wando.icons")
Wando.icons = {
    /**
     * 添加
     */
    add: "add",
    /**
     * 保存
     */
    save: "save",
    /**
     * 编辑
     */
    edit: "table_edit",
    /**
     * 检查
     */
    check: "check",
    /**
     * 选择
     */
    select: "check",
    /**
     * 删除
     */
    deleteVanCorrect: "table_row_delete",
    /**
     * 删除所有
     */
    deleteAll: "delete",
    /**
     * 查询
     */
    query: "magnifier",
    /**
     * 备份
     */
    backup: "database",
    /**
     * 打印
     */
    print: "print",
    /**
     * 计算
     */
    calculator: "calculator",
    /**
     * 配置
     */
    options: "options",
    /**
     * 导入
     */
    importVanCorrect: "import",
    /**
     * 左移
     */
    arrowLeft: "icon-prev",
    /**
     * 用户
     */
    user: "user",
    /**
     * 右移
     */
    arrowRight: "icon-next",
    /**
     * 拓展
     */
    expand: "expand",
    /**
     * 复制
     */
    copy: "copy",
    /*
     *导出excel
     */
    excel: "excel"
};

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
view_assets-1.1.1 test/dummy/public/lib/javascripts/icons.js
view_assets-1.0.4 test/dummy/public/lib/javascripts/icons.js
view_assets-1.0.3 test/dummy/public/lib/javascripts/icons.js
view_assets-1.0.0 test/dummy/public/lib/javascripts/icons.js