搜索结果展示页中 如果记录足够多的时候 点击左面的 限制结果集的条件后再点击翻页 会出现翻页之后 限制结果集的 … Continue reading liferay6.2.2ga2 中的 搜索portlet的翻页BUG修正
Category Archives: liferay
liferay6.2 linux环境ext删除与重部署
cd your-tomcat-install # deleting web application rm -r … Continue reading liferay6.2 linux环境ext删除与重部署
手机QQ浏览器访问liferay工程页面异常解决
感谢冷月的帮助,本文是依照冷月的博客所写。冷月博客地址 http://www.huqiwen.com/2014 … Continue reading 手机QQ浏览器访问liferay工程页面异常解决
liferay6.2.2GA2中CKEditor在IE11与SAFARI中BUG解决方案
liferay version: 6.2.2_GA2 ckeditor_within_liferay vers … Continue reading liferay6.2.2GA2中CKEditor在IE11与SAFARI中BUG解决方案
Liferay PortletURL in JavaScript
Each more we feel the need of becoming more and more we … Continue reading Liferay PortletURL in JavaScript
liferay ajax 后 renderRequest renderResponse为空的替代解决方案
在liferay6.2的 mvcPortlet执行ajax请求后 jsp页面的 renderRequest r … Continue reading liferay ajax 后 renderRequest renderResponse为空的替代解决方案
liferay主题中引入portlet
$theme.runtime("portletid")
liferay的jsp中获取当前portlet的windowState
String windowStateStr = renderRequest.getWindowState(). … Continue reading liferay的jsp中获取当前portlet的windowState
liferay主题(theme)中使用自定义的图片
由于遇到了需求,theme中需要使用一个自定义的图片。最终经查询和询问,解决方案如下: 1.将图片放到them … Continue reading liferay主题(theme)中使用自定义的图片
liferay searchContainer 分页实现
下面介绍一下,我所采用的两种方法来实现。 第一种: 在上述代码中,delta属性是为了控制所显示的行数,此处默 … Continue reading liferay searchContainer 分页实现