Liferay默认提供两种接口,基于axis的webserivce,访问地址为:http:/xxx/api/a … Continue reading liferay中jsonws的认证方法
Tag Archives: liferay
缩小liferay portlet之间的间距
可以在主题中通过修改CSS来完成 修改对应的css\aui\_variables.scss文件中的变量来实现 … Continue reading 缩小liferay portlet之间的间距
ztree liferay css 冲突解决
liferay版本6.2.4 ztree版本3.X 页面中有部分样式冲突。导致树的菜单的背景色与图表和文字对不 … Continue reading ztree liferay css 冲突解决
liferay登录页配置为用户个人页
在portal设置的默认登录设置中可以通过 ${liferay:screenName} 这种变量的方式来拼接U … Continue reading liferay登录页配置为用户个人页
liferay linux时区设置
修改 setevn.sh 内容如下: CATALINA_OPTS=”$CATALINA_OPTS … Continue reading liferay linux时区设置
使用liferay的notifications portlet做通知
有时候我们想实现在页面端对用户进行弹窗提示的效果。如果您是在liferay官网上下载的运行时环境 那么会自带& … Continue reading 使用liferay的notifications portlet做通知
liferay判断用户是否有某个角色
1.假使创建用户的时候的用户的key(英文的值)为 hr. 2.在JSP端判断可以写为 renderReque … Continue reading liferay判断用户是否有某个角色
liferay模态弹窗
在liferay中我们可能想使用模态弹窗。这时候我们可以这么实现。 Liferay.provide()的第二个 … Continue reading liferay模态弹窗
liferay获取当前页面的URL
PortalUtil.getCurrentURL(request);
liferay判断是否已登录
themeDisplay.isSignedIn();