cd your-tomcat-install # deleting web application rm -r … Continue reading liferay6.2 linux环境ext删除与重部署
All posts by Stalvan
手机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为空的替代解决方案
js拼写json动态key
有时候我们会面临着需要把js中的变量作为json的key使用的情况,但是却往往遇到js执行时把变量名而不是变量 … Continue reading js拼写json动态key
liferay主题中引入portlet
$theme.runtime("portletid")
liferay的jsp中获取当前portlet的windowState
String windowStateStr = renderRequest.getWindowState(). … Continue reading liferay的jsp中获取当前portlet的windowState
IE6789的只读innerHTML
在ie6 7 8 9 中 innerHTML属性是只读的。当对innerHTML进行赋值时会出runtimeE … Continue reading IE6789的只读innerHTML
liferay主题(theme)中使用自定义的图片
由于遇到了需求,theme中需要使用一个自定义的图片。最终经查询和询问,解决方案如下: 1.将图片放到them … Continue reading liferay主题(theme)中使用自定义的图片