问题描述
- jsp中使用data-options报错
-
<body class="easyui-layout"> <div data-options="region:'north',title:'North Title',split:true" style="height:100px;"></div> <div data-options="region:'south',title:'South Title',split:true" style="height:100px;"></div> <div data-options="region:'east',iconCls:'icon-reload',title:'East',split:true" style="width:100px;"></div> <div data-options="region:'west',title:'West',split:true" style="width:100px;"></div> <div data-options="region:'center',title:'center title'" style="padding:5px;background:#eee;"></div> </body>
提示:Undefined attribute name (data-options).
解决方案
http://www.jeasyuicn.com/the-use-of-easyui-data-options.html
解决方案二:
你这个是编辑器报错还是浏览器报错的?编辑器的不用理,这个是easyui的自定义属性,easyui生成界面需要的配置
时间: 2024-11-08 19:33:52