$.LIGbutton(options);
var defaults = {
\\\'id\\\': \\\'\\\',
\\\'ico\\\':\\\'search\\\',
\\\'style\\\':\\\'\\\',
\\\'text\\\':\\\'查询\\\',
\\\'code\\\':\\\'\\\',//权限code
};
//返回一个button样式的string
示例
$.LIGbutton({
\\\'id\\\': \\\'id\\\',
\\\'ico\\\':\\\'search\\\',
\\\'text\\\':\\\'查询\\\',
\\\'code\\\':\\\'001\\\',
});