jeecg 上下布局风格菜单按钮 配置说明

      <div class="menus active table-menu-1" style="top:30px">
        <!-- 主表菜单 -->
        <t:menuButtons codes="addSingle,editSingle,batchDel,save,reject,template,importe,export,filter" name="test" mm="true"></t:menuButtons>
      </div>
public enum MenuButtonsEnum {
  addgroup("addgroup","表单新增&word模式","iframeGoAdd&tempNoDo","fa fa-file-text-o&fa fa-file-word-o&fa fa-plus")
  ,editgroup("editgroup","表单编辑&word模式","iframeGoUpdate&tempNoDo","fa fa-file-text-o&fa fa-file-word-o&fa fa-pencil-square-o")
  ,addSingle("addSingle","新增","iframeGoAdd","fa fa-plus")
  ,editSingle("editSingle","编辑","iframeGoUpdate","fa fa-pencil-square-o")
  ,batchDel("batchDel","批量删除","iframeDeleteAll","fa fa-trash-o")
  ,save("save","保存","iframeGoSaveRow","fa fa-floppy-o")
  ,reject("reject","取消编辑","iframeRejectUpdate","fa fa-reply")
  ,template("template","模板下载","iframeExportXlsByT","fa fa-upload")
  ,importe("import","数据导入","iframeImportExcel","fa fa-download")
  ,export("export","数据导出","iframeExportXls","fa fa-share-square-o")
  ,filter("filter","过滤","iframeFilter","fa fa-filter")
  ,superQuery("superQuery","高级查询","superQuery","fa fa-search-plus")
  ;
......
一:直接拼接需要生成按钮code
二:取反
三:ALL