|
发表于 2013-9-27 11:10:44
|
显示全部楼层
mobileUI/portal/config.js下system菜单改成
{
id : "systemMenu",
label : "系统",
icon : "system/images/icon_5_n.png",
pageObj:"systemMenu",
items:[
{label:"登录设置",action:"loginConfig()",style:"width:18%"},
{label:"修改密码",action:"changePassword()"},
{label:"刷新",action:"refresh()"},
{label:"隐藏工具栏",action:"hideToolBar()"},
{label:"退出",id:"exitAppItem",action:"exitApp()"},
]
}
这样的格式 |
|