@qingjieshouliang M1n1 Shira0ka

M1n1 Shira0ka File Manager

Current Path : /www/wwwroot/eblliwsm.com/c7bd1a80/Extend/Tool/thinkeditor/plugins/
Upload File :
Current File : /www/wwwroot/eblliwsm.com/c7bd1a80/Extend/Tool/thinkeditor/plugins/myplugins.js

$.TE.plugin("bold",{
    title:"标题",
    cmd:"bold",
    click:function(){
        this.editor.pasteHTML("sdfdf");
    },
    bold:function(){
        alert('sdfsdf');
    },
    noRight:function(e){
        if(e.type=="click"){
            alert('noright');
        }
    },
    init:function(){
    },
    event:"click mouseover mouseout",
    mouseover:function(e){
        this.$btn.css("color","red");
	
    },
    mouseout:function(e){
        this.$btn.css("color","#000")
    }
});
		

GO Party By You